Applescript Export QT Streaming Movie
1 2 export movie 1 to save_location as hinted movie using default settings
13480 users tagging and storing useful source code snippets
Snippets is a public source code repository. Easily build up your personal collection of code snippets, categorize them with tags / keywords, and share them with the world
1 2 export movie 1 to save_location as hinted movie using default settings
1 2 <OBJECT CLASSID="clsid:02BF25D5-8C17-4B23-BC80-D3488ABDDC6B" 3 WIDTH="176"HEIGHT="170" 4 CODEBASE="http://www.apple.com/qtactivex/qtplugin.cab"> 5 <PARAM name="SRC" VALUE="http://www.ericd.net/3gpp/1984_launch.3gp"> 6 <PARAM name="AUTOPLAY" VALUE="false"> 7 <param NAME="type" VALUE="video/quicktime"> 8 <PARAM name="CONTROLLER" VALUE="true"> 9 <EMBED SRC="http://www.ericd.net/3gpp/1984_launch.3gp" WIDTH="176" HEIGHT="170" 10 AUTOPLAY="false" CONTROLLER="true" type="video/quicktime"PLUGINSPAGE="http://www.apple.com/quicktime/download/"> 11 </EMBED> 12 </OBJECT>