Open web page in After Effects with ExtendScript
This may be a simple one but I can't figure it out. How can I open a web page in the main browser from extendscript as I would do with window.open() in Javascript? I am targeting After Effects and would like it to work on both OS X and Windows. In After Effects you can simply do it using the system object, as Dirk mentioned. However you need several things for that: checking that the script can access the network: if (app.preferences.getPrefAsLong("Main Pref Section", "Pref_SCRIPTING_FILE_NETWORK_SECURITY") != 1) { alert("Please tick the \"Allow Scripts to Write Files and Access Network\"