Link to home
Start Free TrialLog in
Avatar of smudgemouse
smudgemouse

asked on

PHP; Load .mov File Last

Using the line:
<body bgcolor="#ffffff" onload="MM_preloadImages('../graphicindex/clicktoplayred.png','../keynote/keynotecprof.mov')">

means that key elements in the page do not load until the end which makes the page look defective which it now is.

Is there a way of loading the .mov file last?
Avatar of Rob
Rob
Flag of Australia image

Hi,

Are you saying you've been able to load a movie this way?

Do you set the height and width of the images you are loading?  Doing so would keep the layout constant.

Rob
ASKER CERTIFIED SOLUTION
Avatar of Member_2_248744
Member_2_248744
Flag of United States of America 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
Avatar of smudgemouse
smudgemouse

ASKER

MM_ is a javascript preloader created automatically by Dweaver.

Your suggestion provides the solution.

Thank you very much!
First rate