Page 1 of 1
How to show a swf file only when it's fully loaded?
Posted: Mon Apr 13, 2009 4:11 am
by lovelf
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?
Re: How to show a swf file only when it's fully loaded?
Posted: Mon Apr 13, 2009 6:18 am
by kaszu
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
Re: How to show a swf file only when it's fully loaded?
Posted: Sat Apr 18, 2009 7:47 am
by lovelf
Thanks kaszu, I got it working now.