How can I continue a flash animation on multiple pages?

Eli

New member
I'm building my own web portfolio and I'm using a flash logo (it sounds bad but looks great) where 3 letters are animated. However, i would like to keep the animation playing when the user switches pages (it will be in the top left hand corner in the margin on all content pages). Is there any code that i could use for this?
 
Well that depends on how your website is set up.

If it's a full flash site, you can do this easily within flash or with actionscript just create states for your different pages.

If you are mixing html/flash and your pages are static pages you could load them with ajax...or you could use the dreaded iframes...your choice. Both of these are excessive and not worth the downsides to all those solutions.
 
Back
Top