> Somebody know a simple way to play a film loop or a small flash
> animation
> on the loading time.
>
> In the score, i have a small animation on sprite 10 (frame 1) and in
> the
> score script (frame 2) the script is :
>
> on exitFrame
> preLoad 2, 270
> end
>
> when the movie start, and during the preload ,i saw a fixe bitmap (not
> animate) !
>
> Does anayone know how can i saw the animation during the preload ?
>
> PrepareFrame, PrepareMovie, frameReady ? ? ?
>
> Thank's
Version of Director? In 8, you can set publishing settings for your
shockwave. One of these is called "loader game" which spits out your dcr
along with an html file with this for the embed tag:
<EMBED SRC="loader_game.dcr" sw1="MyDcr.dcr" bgColor=#FFFFFF WIDTH=800
HEIGHT=620 swRemote="swSaveEnabled='true' swVolume='true' swRestart='true'
swPausePlay='true' swFastForward='true' swContextMenu='true' "
swStretchStyle=meet swStretchHAlign=center swStretchVAlign=center
TYPE="application/x-director"
PLUGINSPAGE="http://www.macromedia.com/shockwave/download/"></EMBED>
</OBJECT>
I haven't tried it, but I'm guessing that you could swap
SRC="loader_game.dcr" with one of your own making - it will run while your
main dcr is loading. But I could be wrong.
-Kurt
[To remove yourself from this list, or to change to digest mode, go to
http://www.penworks.com/LUJ/lingo-l.cgi To post messages to the list,
email [EMAIL PROTECTED] (Problems, email [EMAIL PROTECTED])
Lingo-L is for learning and helping with programming Lingo. Thanks!]