I'm trying to break up a huge swf into smaller RSLs and want to use mtasc's -pack flag to get all the code for my UI Components into a single swf.... can someone show me the correct syntax because this:
results in me getting the help text in my command prompt and the 'pack' attribute isn't echoed to the screen but the others are... makes me think i'm doing something blatantly wrong - i don't see what, though...
any help much appreciated.
T
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
I'm trying to break up a huge swf into smaller RSLs and want to use mtasc's -pack flag to get all the code for my UI Components into a single swf.... can someone show me the correct syntax because this:
<target name="compile-controls" description="builds controls">
<mtasc mtasc="${mtasc}"
pack="${controls.path}"
classpath="${src.dir}"
swf="${controls.build.dir}/${controls.name}.swf"
header="${width}:${height}:${framerate}:${bgcolor}"/>
results in me getting the help text in my command prompt and the 'pack' attribute isn't echoed to the screen but the others are... makes me think i'm doing something blatantly wrong - i don't see what, though...
any help much appreciated.
T