Link to home
Start Free TrialLog in
Avatar of Dada44
Dada44Flag for Spain

asked on

Load movie after page load is complete


Hi there,

I have a swf movie in my page.  I need this movie to start loading after the rest of the page is already loaded.
How can I do that without altering the swf?

Thanks  a ton
Avatar of sajayj2009
sajayj2009

you can set a html page loader using javascript.

http://www.javascriptkit.com/script/script2/progressbar.shtml

You have to set time for page loading at background.

So people will see page loader till page loads.
Avatar of Dada44

ASKER

Sorry, sajayj2009, I didn't explain myself properly, what I mean is:

I have a web page with a swf inside (the one you helped me to link ;))

This swf is a heavy one, and I need the page to load first, and once the page is loaded the swf should start  loading. This way the viewers can start going through the page contents while the swf movie is loading.

Thanks once again
Then you need to set a preloader for flash
ASKER CERTIFIED SOLUTION
Avatar of TanLiHao
TanLiHao
Flag of Singapore image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
SOLUTION
Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of Dada44

ASKER

thanks! gave me the tip for final solution!