Flash banner reloading

Soldato
Joined
12 Jun 2005
Posts
8,395
If I had a website with say, 10 pages. And each page linked to the same flash banner file (.swf). And the flash banner from start to finish took 60 seconds (rotating images). Meaning every time I clicked on a new page, the flash banner would start again from the beginning.

Is there any way of having the flash banner continue it's cycle, without restarting every time a new page is loaded?

I probably didn't explain this too well.
 
Can you use sessions? You could post in the session the time when it was first opened, do a calcuation based on time since start to work out which frame it should be on and pass that in a variable to the swf.
 
Back
Top Bottom