OK so I have a flash video which is a bit like a navigation and on the old site it links to a change the slideshow below it. So if you click on the first button a slideshow appears below, if you click on the second item a different slideshow appears etc etc. There are 6 buttons and each button has its own xml file that lists the image items to be shown in the slideshow.Such as:\[code\]<slideshow hex="0xf39900"><image src="http://stackoverflow.com/questions/12643344/subpages/automotive8" desc="Motors Centenary Edition in" link="../products/automotive/"/> <image src="http://stackoverflow.com/questions/12643344/subpages/automotive1" desc="Motors Centenary Edition in" link="../products/automotive/"/> <image src="http://stackoverflow.com/questions/12643344/subpages/automotive2" desc="Car Interior in White" link="../products/automotive/"/> <image src="http://stackoverflow.com/questions/12643344/subpages/automotive3" desc="Car Interior in Kensington" link="../products/automotive/"/> <image src="http://stackoverflow.com/questions/12643344/subpages/automotive4" desc="GT" link="../products/automotive/"/> <image src="http://stackoverflow.com/questions/12643344/subpages/automotive5" desc="GT in Black" link="../products/automotive/"/> <image src="http://stackoverflow.com/questions/12643344/subpages/automotive6" desc="GT in Black" link="../products/automotive/"/> <image src="http://stackoverflow.com/questions/12643344/subpages/automotive7" desc="GT" link="../products/automotive/"/> \[/code\] I would like to change the buttons on the new website (where i am using the same swf file so that each button linsk to a url or page on the website.Anyone have any ideas?If you need more info then please let me know and i will post it;