JeffW.
hi, I want to record, save and playback the microphone audio in an HTML/JS AIR desktop app. I can't find any examples so my code is based on AS3. But the app crashes almost right away when the…
in AIR Development
JeffW.
hi,   I'm building an in-panel update feature, which allows the user to download an updated ZXP of the extension from within the panel itself and then launch the downloaded  ZXP, which would open…
in Creative Suite Extension Builder
JeffW.
hi,   when I open an new window in a Premiere HTML5 extension on Mac, it works, but no window opens on Windows.   newwindow = window.open('www.adobe.com','name','height=200,width=150'); Trying to…
in Creative Suite Extension Builder
JeffW.
hi,   I'm using an iframe in my HTML5 extension to load an external page, which includes javascript files. When these are changed on the server and I re-open the panel or even re-start Premiere,…
in Creative Suite Extension Builder
Airnauts
I have HTML5 extension in Photoshop CC. Adobe Photoshop Version: 14.2.1 (14.2.1 20140207.r.570 2014/02/07:23:00:00) x64 Operating System: Mac OS 10.9.2   In my extension I have iframe that points…
in Creative Suite SDK
JeffW.
hi,   I'm trying to download a file to the filesystem  like this: <a href="http://www.google.com/intl/en_com/images/srpr/logo2w.png" download="MyGoogleLogo">download me</a> but it's not working,…
in Extension Builder 3
JeffW.
hi,   can I navigate to a url and open a new window or tab in the user's  default browser? In flex panels - if you'd navigateToURL(new URLRequest("url.com")); the page would open up in the user's…
in Creative Suite Extension Builder
JeffW.
hi   I’m trying to download a video using xhr and then write it to the local file system using cep.fs.writeFile() from this API: The other API — Medium   The following codes loads the video and…
in Extension Builder 3
JeffW.
hi,   I can install my hybrid (flash) extension in Premiere Pro CS6 and CC on Mac, and CS6 on Windows with the corresponding Extension Managers.   The (updated) CC Extension Manager  on Windows…
in Creative Suite Extension Builder