Scroll to navigation

MTASC(1) User Commands MTASC(1)

NAME

mtasc - ActionScript 2 to Flash (SWF) compiler

DESCRIPTION

This manual page documents briefly the mtasc command.

It was written for Debian as mtasc does not have a manual page.

mtasc compiles ActionScript 2 files to Flash (SWF) files.

SYNOPSIS

mtasc [options] <files...>

OPTIONS

The options are processed from left to right. All of the options use a single dash.

Compile all files in target package.
Add classpath.
Turn on verbose mode.
Turn on strict mode.
Turn on local variables inference.
Turn on warnings for unused imports.
Use MSVC style errors.
Use precompiled mx package.
Input SWF file to update.
SWF output file.
Do not remove AS2 classes from input SWF.
Export into target frame (it must exist in the SWF).
Enable the main entry point.
Specify header format. The format of this option is 'width:height:fps', where fps means frames per second.
Group classes into a single clip
Exclude classes listed in a file.
Change SWF version (6,7,8,...)
Specify a TRACE function.
Display a list of options and what they do.

SEE ALSO

The mtasc website (http://www.mtasc.org) and the mtasc osflash page (http://osflash.org/mtasc).

February 2006 mtasc