Search Results
FlashCommand for OS X updated to work with Flash CS3
I just uploaded a new version of FlashCommand for OS X (.90), which fixes some issues with running with Adobe Flash CS3.
You can grab the latest version from here.
Thanks to rquigley and Patrick Palmer for helping to track down and fix a couple of issues.
FlashCommand for OS X re-uploaded
I have been getting a bunch of email that the links to my FlashCommand for OS X download was no longer working. FlashComamnd is a command line tool written in python, that allows you to launch Flash authoring to compile FLAs.
Well, I found the files, and have re-uploaded them. You can find all of the information, including how to use and download the tool from here.
I have not tested this with Flash CS3, so if it doesnt work, let me know on the FlashCommand page.
Update : After making the post, I just decided to create a google code project for it, which you can find here. If you run into any issues, then post an issue on the project page.
FlashCommand Downloads Fixed
I have fixed all of the download links for my FlashCommand command line compilers (and source).
You can download them from:
Sorry for any hassle. Thanks to Chafic Kazoun for helping me locate some lost files.
FlashCommand Windows C# Source Code released
I have just uploaded the source code for the Windows version of my FlashCommand command line compiler for Flash MX 2004. You can download the source from here.
I haven’t touched this code in a long time, and it is not documented much. However I wanted to get it out to the community in case anyone wanted to add features or fix bugs.
Robin Debreuil, Owen van Dijk both helped me with some items and contributed some code.
You can download an OS X version of FlashCommand (which includes source) from here.
The only issue that I know of is that the installation code does not currently work.
Anyways, if you make changes or fix anything then post it in the comments. I am interested to see what (if anything) people do with this.
flashcommand Flash command line compiler for OS X
I have built an OS X version of my FlashCommand command line compiler for Flash MX 2004. This uses the Flash MX 2004 extensibility layer to allow you to compile Flash files (FLA) from the command line.
It has a ton of options, and will also catch and redirect any ActionScript compile errors to stdout.
Update : I have moved the source and downloads to its own Google Code project which can be found here.
Here is the usage info:
Executing JSFL from the Command Line on OS X
I am working on an OS X version of my FlashCommand command line compiler, and I ran into a problem of how to tell Flash to run a JSFL file from the command line. Gary Grossman came to the rescue with the answer.
You have to use AppleScript to tell Flash to load the file. Here is an example:
osascript -e ‘tell application “Flash” to open alias “Mac OS X:tmp:myTestFile.jsfl”‘
If you are calling this from a script that uses Unix file paths, then you can use the following command:
osascript -e ‘tell application “Flash” to open posix file “/tmp/myTestFile.jsfl”‘
This will open Flash and have it execute the specified JSFL file.
Flash Development with PrimalScript
Community MX has posted an article on integrating the PrimalScript editor with Macromedia Flash. It includes a video tutorial on how to set up my FlashCommand command line compiler to compile directly from PrimalScript.
You can read the entire article here.
FlashCommand Flash 2004 Command Line Compiler
Well, I am finally releasing the first public version of FlashCommand. FlashCommand is a command line compiler for Flash MX 2004 Pro.
Flash Command line compiler soon
I am going to release a Flash Command line compiler that I built a while ago. It works with Flash MX 2004, and uses the extensibility layer. I just need to test a few things and make sure it still works. Assuming no major issues, I will release it in a couple of days.
Couple of notes:
- Written in C#, which means it is Windows only.
Written by me on my own time, which means that it is use at your own risk.
Here is the usage information:
Read the rest of this entry »





