MTASC batch file
December 2nd, 2005
The MTASC compiler is used along with a batch file where you can set different parameters to control different setting of the compiler. So everytime that you want to compile a new swf you need to double click the batch file and than double the swf to launch it. I got fed up of doing 2 double click to check my swf so I added the following line to the batch file which opens up the swf once it’s been compiled.
start "c:\path\to\the\swf\to\launch" mySwf.swf
This will start mySwf.swf!
Entry Filed under: Flash
Leave a Comments
Some HTML allowed:
<a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <code> <em> <i> <strike> <strong>
Trackback this post | Subscribe to the comments via RSS Feed