Setting a movie to play automatically on a Mac with AppleScript - Microsoft Community
- Get link
- X
- Other Apps
i'm creating script take folder of photos , videos , create presentation each media file maximized , centered on slide of own. i've got pretty working, except autoplay setting. i'm sure it's syntax issue, have tried bunch of different stuff , nothing seems working. here couple of attempts:
#1
tell theslide
set themedia make new media2 object @ end properties {file name:themediafile, lock aspect ratio:true, {animate : true, animation play settings:{pause animation: false, play on entry: true}}}
#2
tell theslide
set themedia make new media2 object @ end properties {file name:themediafile, lock aspect ratio:true
set theanimation animation settings of themedia
set animate of theanimation true set playsettings play settings of theanimation
set autoplay play on entry of playsettings
thanks!
·dave
Comments
Post a Comment