Hi;
Now that I've got the preloader working, not sure how to attach it. That is,
I have an intro/splash page that "covers" an HTML page and then is removed
with css:

<div class="splash" id="splash">
<OBJECT classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000"
codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0";
WIDTH="1008.0" HEIGHT="785.0" id="myMovieName">

<PARAM NAME=movie VALUE="globalSolutionsSplash.swf">
<PARAM NAME=quality VALUE=high>
<PARAM NAME=bgcolor VALUE=#FFFFFF>
<EMBED href="/support/flash/ts/documents/globalSolutionsSplash.swf"
quality=high bgcolor=#FFFFFF WIDTH="1008.0" HEIGHT="785.0"
NAME="myMovieName" ALIGN="" TYPE="application/x-shockwave-flash"
PLUGINSPAGE="http://www.macromedia.com/go/getflashplayer";></EMBED>
</OBJECT>
</div>
<div class='page'>
<OBJECT classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000"
codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,0,0";
WIDTH="1008" HEIGHT="200" id="globaloilcounter_external1">
<PARAM NAME=movie VALUE="GlobalSolutions.swf">
<PARAM NAME=quality VALUE=high>
<PARAM NAME=bgcolor VALUE=#FFFFFF>
<EMBED href="GlobalSolutions.swf" quality=high bgcolor=#FFFFFF
WIDTH="1008" HEIGHT="200" NAME="GlobalSolutions" ALIGN=""
TYPE="application/x-shockwave-flash"
PLUGINSPAGE="http://www.macromedia.com/go/getflashplayer";></EMBED>
</OBJECT>
</div>

and then lots of html here.

How do I make the preloader work? Do I simply create another div and call it
before the splash?
TIA,
Victor
_______________________________________________
Flashcoders mailing list
Flashcoders@chattyfig.figleaf.com
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Reply via email to