Hey all,
I’m working on Portfolio site for my photos. Here’s what I want to do:
- I have a slideshow gallery using Flash and XML to load several photos (based on this tutorial http://www.kirupa.com/developer/mx2004/xml_flash_photogallery.htm);
- Next to the slideshow I have thumbnails of albums, which uses CSS to display everything;
Both are working properly now, but here’s the tricky part. I want Flash to load a new XML in the slideshow when I click on a thumbnail. I know how to do this within Flash, but is it possible using Javascript to do that? Of course, it’s always possible to do the same thing with iframes, but I’d rather keep it in one file.
Am I too ambitious or is it really possible? Any help appreciated! Thanks!