First it compiles a debug version containing the Logger (trace="Log.addMessage")
Then it launches this debug version in the standalone player (or browser),
Then it compiles a deploy version of the swf without trace (trace="null")
This way i never have to worry about switching of the logger trace before deploying a version, and because the second compile occurs in the background after the debug version is running, it doesn't impact my workflow.
On 6/14/06, John Giotta <[EMAIL PROTECTED]> wrote:
On 6/12/06, John Giotta <[EMAIL PROTECTED]> wrote:
> I've been using the SWF task from AS2Ant so I don't have the option to
> say '-trace no'
>
I've added the functionality to Swf Task to allow '-trace no' and took
Jaco's advice.
Example:
<swf width="300" height="300" trace="none" framerate="25"
backgroundcolor="99CC33" src="">dest="${ deploy.name}" version="8"
classpath="${mg_packages}:${src.path}" />
I've got a few more ideas for Swf Task that I'll be working on in the
next few days.
_______________________________________________
osflash mailing list
[email protected]
http://osflash.org/mailman/listinfo/osflash_osflash.org
_______________________________________________ osflash mailing list [email protected] http://osflash.org/mailman/listinfo/osflash_osflash.org
