that's not going to preload anything though. we know how everyone loved the
"skip intro" days...

victor, you need to do this in flash (if i've understood you correctly) you
get your preloader to load in your main content, it's a container...

http://schoolofflash.com/blog/2008/04/flash-cs3-tutorial-actionscript-3-preloader/


On 26 February 2010 16:47, kennethkawam...@gmail.com <
kennethkawam...@gmail.com> wrote:

> There are many ways to achieve what (I think) you want to achieve but
> may be the most simple way is to place your intro SWF in one HTML and
> when it finishes playing go to another HTML page contains your main
> stuff.
>
> --
> Kenneth Kawamoto
> http://www.materiaprima.co.uk/
>
>
> On 26 February 2010 14:17, Victor Subervi <victorsube...@gmail.com> wrote:
> > 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
>
_______________________________________________
Flashcoders mailing list
Flashcoders@chattyfig.figleaf.com
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Reply via email to