Execute a (JSFL) file from Dreamweaver
I'm looking to do my JSFL (Flash API) editing in Dreamweaver, but it would be really useful to run the currently-editing file in the same way that you press F12 to preview in browser.
To run JSFL files, all you need to do is to double-click it in the Explorer - what would be the best way to achieve this from the DW editing environment?
Is there some kind of shell execute from within the DW API?
If not, can I first call a C++ extension, pass in the path, and run it from there?
Or is there another way?
Lastly, I'll also want to map the command to a shortcut key (so commands would be perfect I presume).
Many thanks,
Dave