Using the following script, an .avi file works fine on my computer, but on
the clients computer, it totally skips by the video and goes to the "menu".
On another computer in the same office, it totally freezes up even before
the video comes up on the screen. All are running from a CD-Rom, not from
their hard drive. Does it have anything to do with the actual speed of the
CD-Rom's themselves or am I not putting something in the on prepareMovie
script?
Thanks in advance,
George Carlile
[EMAIL PROTECTED]
on exitFrame
if the movieTime of sprite 7 < the duration of member "Intro4a" then
go to the frame
else
go "menu"
end if
end
[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!]