Gnash 0.8.3 (Default branch)


 
Thread Tools Search this Thread
Special Forums News, Links, Events and Announcements Software Releases - RSS News Gnash 0.8.3 (Default branch)
# 1  
Old 06-18-2008
Gnash 0.8.3 (Default branch)

Gnash is a Flash movie player and Web browser plugin for Firefox, Mozilla, Konqueror, and Opera. Gnash supports many SWF v7 features and ActionScript3 classes. Gnash supports the majority of Flash opcodes up to SWF version 7, and a wide sampling of ActionScript classes for SWF version 8.5. Gnash also runs on many GNU/Linux distributions, embedded GNU/Linux, FreeBSD, NetBSD, OpenBSD, non x86-processors, and 64-bit architectures. There is also a standalone player for GNOME or KDE based desktops. License: GNU General Public License v3 Changes:
Native fullscreen support (from AS) has been implemented. Long command line options are properly supported. You can view detailed movie information from the GTK GUI. An option in Preferences to initially display a movie as a blank ("Click here to start") screen has been added. A "dump" GUI to dump a movie to disk has been added. Cairo rendering performance has been improved. Support for the OpenOffice Impress SWF exporter has been fixed.Image

More...
Login or Register to Ask a Question

Previous Thread | Next Thread
Login or Register to Ask a Question
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. -pack <path> Compile all files in target package. -cp <path> Add classpath. -v Turn on verbose mode. -strict Turn on strict mode. -infer Turn on local variables inference. -wimp Turn on warnings for unused imports. -msvc Use MSVC style errors. -mx Use precompiled mx package. -swf <file> Input SWF file to update. -out <file> SWF output file. -keep Do not remove AS2 classes from input SWF. -frame <frame> Export into target frame (it must exist in the SWF). -main Enable the main entry point. -header <header> Specify header format. The format of this option is 'width:height:fps', where fps means frames per second. -group Group classes into a single clip -exclude <file> Exclude classes listed in a file. -version Change SWF version (6,7,8,...) -trace <function> Specify a TRACE function. -help or --help 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). mtasc February 2006 MTASC(1)