mattking Posted August 7, 2007 Share Posted August 7, 2007 Hi, Does anyone know a way to modify the mac quicktime player so that the "loop" option under the "view" menu will always be checked? e.g. Every file opened in quicktime will always be set to loop forever. Thanks, Kingers p.s. I know other mac compatible players do this but I want to get this working with quicktime. :) Link to comment https://www.neowin.net/forum/topic/579187-quicktime-player-always-loop/ Share on other sites More sharing options...
mattking Posted August 7, 2007 Author Share Posted August 7, 2007 Solved it myself, I created this script: on open of target_files set theMovie to target_files tell application "QuickTime Player" activate open theMovie set the looping of document 1 to true play document 1 end tell end open Compiled into application and set all movie files to open with. Link to comment https://www.neowin.net/forum/topic/579187-quicktime-player-always-loop/#findComment-588761266 Share on other sites More sharing options...
Recommended Posts