i have a movie which has a flash movie and the a mpeg movie and then
another flash movie which play in a linear fashion at the start of the
movie. it works fine on win98/2000 but on win nt4 ( which our end client
uses) the second flash movie only shows the first frame but doesn't play.
There is a way to play the second flash movie without having finished
playing the first falsh swf and if you do this then the second flash movie
does play! i use the following script to wait for the end of the flash
movies. deadlines monday so any help much appreciated. -
fadeframes = (member("x2withintro").framecount - 20)
flashframes = member("x2withintro").framecount
if sprite(10).frame < fadeframes then
go to the frame
else
if sprite(10).frame < flashframes then
sound(4).fadeOut(1000)
go the frame
else
-- sound(1).stop()
go "themessage"
end if
end if
cheers
Lee Blinco
AVR Productions
[EMAIL PROTECTED]
+44 01462 850608
[To remove yourself from this list, or to change to digest mode, go to
http://www.penworks.com/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!]