Hi there,
I'm having a problem stopping a flash movie on a PC--this all works fine on
a mac.
The flash movie is sprite 4, and I've got the following code on a "skip"
button:
on mouseUp
sprite(4).stop()
go next
end mouseUp
I changed it to this, just in case it wasn't stopping before moving on:
on mouseUp
repeat while the playing of sprite 4 = true
sprite(4).stop()
end repeat
go next
end mouseUp
On a PC, the playhead advances, but the audio from the flash movie continues
for about 2 seconds. Is there any other way to control this? I'm using
Director 8.
thanks!
Kelly
[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!]