-- Created by http://www.bruji.com/ for the Pedia suite
-- QuickTime script
tell application "QuickTime Player" 
    activate
    open file (POSIX file "FILE_PATH")
    present document 1
    play document 1
end tell