Problem with opening movie files in quicktime player
Problem with opening movie files in quicktime player
- Subject: Problem with opening movie files in quicktime player
- From: Arun Mozhi Selvan <email@hidden>
- Date: Fri, 09 Feb 2001 14:51:05 +0530
hi,
i am able to open some .mov files through apple script. But i have some
trailers of movie files which do not open through the apple script. I want
to know why this happen and how to rectify the problem
and is there any way to play an mp3 file using quicktime player
the following code has a movie from
--file "osx268.mov" of folder "gfx" of folder "English.lproj" of folder
"Resources" of folder "Contents" of folder "MacHelp.help" of folder "Help"
of folder "Documentation" of folder "Library" of startup disk
which i copied to the desktop and playing
tell application "Finder"
activate
select file "QuickTime Player" of folder "QuickTime" of folder
"Applications" of folder "Mac OS 9" of startup disk
open selection
open file "osxa298.mov"
tell application "QuickTime Player"
activate
present "osxa298.mov" scale normal
select all "osxa298.mov"
play movie "osxa298.mov"
end tell
end tell
thank you,
arun mozhi selvan