I have a small script that works perfectly in Script Editor but not FMP.
Can anyone help ?
Here is my script:
tell application “Internet Connect”
connect the (disconnect)
tell application “Internet Connect”
quit
end tell
end tell
All I get when I setup a new FMP script to run this Applescript is
Application is not running.
Anyone have any ideas ?