Hi All: You helped me before and I was wondering if you could possibly again. I am using the following script that checks for QT on a director made CD.
on preparemovie
if the QuickTimePresent = 0 then
alert ("Please install QuickTime before running this movie!"
quit
end if
end
It is fine, but I what I want to happen and don't know how to go about is if they do not have QT installed then give them a choice a of button to install. and if they click it, it will take them to the installer on the CD.
thanks
Sean
on preparemovie
if the QuickTimePresent = 0 then
alert ("Please install QuickTime before running this movie!"
quit
end if
end
It is fine, but I what I want to happen and don't know how to go about is if they do not have QT installed then give them a choice a of button to install. and if they click it, it will take them to the installer on the CD.
thanks
Sean