FLASH help >> refresh script???
FLASH help >> refresh script???
Out of context: Reply #3
- Started
- Last post
- 5 Responses
- nospacebar0
Yes.
Here's my initial idea.
On your loadmovie, do this:
Where it initially stated:
loadMovieNum("about.swf", 2);try:
loadMovieNum("about.swf?" add random(1000), 2)It will ignore the text after the questionmark, but think that it's a new page.
I'm braindead right now (still @ work), so I may be of better help tomorrow, but I think the above solution could solve your problem.