>How can I prevent the Movie from playing while it is
>still loading?.

I like this technique:

Create a small, entertaining Flash movie to put in the first frame 
(actually, I put it in the second frame--I seldom use the first frame).

Create a new internal cast with one text cast member. Name it "Loadtest" 
and put one character in it.

Put this frame script in the same frame as your Flash movie:

on exitFrame
   if the mediaReady of member "LoadTest" = FALSE then
     go the frame
   end if
end exitFrame

Cordially,
Kerry Thompson
Learning Network


[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!]

Reply via email to