From: [EMAIL PROTECTED]
Subject: quickTimeVersion()
Date: 2. April 2004 12:57:43 GMT+02:00
To: [EMAIL PROTECTED]If i create a Projector with ask the quicktime version with 'quickTimeVersion()' on the start of the movie (with 'enterFrame').
And then I start the projector - the projector want always to install the schockWavePlayer 8.5 ??? or I get the message that it can not found some components.
Without this script ('enterFrame') it works well!
I hope someone knows more about this case.
Greetings Ueliisa
================================ This Projector has onlys 4 components : - a small PNG Pictrue - 3 Scripts:
on enterFrame me
a = quickTimeVersion()
if a < 6 then
alert " Your Quicktime Version is OK"
else
alert "NON or OLD QuickTime - install a new QuickTime"
end if
end
---------------------------------------------
on mouseUp
go to movie "@/data/main.dir"
end
------------------------------------------
on exitFrame me
go to movie "@/data/main.dir"
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!]
