I have a swf file that's a movie (780 kb) and on slow connections it doesn't play smooth, so is there a way with JavaScript (?)
to show the file once it has been downloaded to the user's hard drive?
How to show a swf file only when it's fully loaded?
Moderator: General Moderators
Re: How to show a swf file only when it's fully loaded?
To do that you need to preload that movie in flash and when it's done call javascript function, which would show the container element.
http://www.google.com/search?q=flash+preloader
http://www.google.com/search?q=call+jav ... from+flash
http://www.google.com/search?q=flash+preloader
http://www.google.com/search?q=call+jav ... from+flash
Re: How to show a swf file only when it's fully loaded?
Thanks kaszu, I got it working now.