Greetings again from Chicago.
I'm developing a website for a photographer (
http://www.savagepixels.com/testSite/) ... he wants a scrolling flash animation using some of the photos that later appear on the photo gallery page (This is the four thumbnail image animation near the top) ... when you click one of these photo thumbnails in the flash animation, it's supposed to open it's full sized counterpart ... the catch is, it has to call not only the photo but also the colorbox plugin. To see how this should look, please go to the Photo Gallery page and click on one of the photo links.
So what I'm trying to determine is, what url would I have to put into flash to do this?
I'd imagine it would be something like this:
http://www.savagepixels.com/testSite/img/gallery1/5_FoytJones_TerHaut_8-13-61.jpg($(a[rel='album1']").colorbox({transition:"fade"})
I've tried pasting this link and a few variations into my browser to see if I could figure it out but haven't been able to ... any ideas? How do you call not only a target but also a plugin with the same url?
Thanks