Short: Source Code for FlashPlayer v. 1.1 Author: 72207.463@compuserve.com (Mike Steed) Uploader: 72207.463@compuserve.com (Mike Steed) Type: gfx/show Version: 1.1 Architecture: m68k-amigaos >= 3.0.0 Requires: See below Introduction: ------------- This is the source code for FlashPlayer v. 1.1. It includes the source code for v. 0.5.1 of the SWF library, modified for use in FlashPlayer from the original v. 0.4.10, which was written by Olivier Debon. (The SWF library is a linker library, not a stand-alone Amiga library.) The FlashPlayer source was written for SAS/C v. 6.58, and may require some modification to work with other compilers. It was designed as an Amiga-only program, and is not readily portable to other platforms. The SWF library source was written to work with a generic C++ compiler (does not make use of any advanced/newer C++ features), and should be readily portable to other platforms. It compiles fine using SAS/C's ancient cfront-based C++ compiler, and so should compile under just about anything. Both the FlashPlayer and the SWF library code are distributed under the terms of the GNU GPL. Features: --------- FlashPlayer is an Amiga player for Macromedia's "flash" (SWF) format files. See the main FlashPlayer archive (found on Aminet under gfx/show) for a detailed list of features. Requirements: ------------- Compiling FlashPlayer requires the Amiga OS 3.0 or better includes, as well as the includes for guigfx.library, AHI, and openurl.library, none of which are included. All but the Amiga includes are available on Aminet. Compiling the SWF library requires the source code for libjpeg v. 6b, the source code for zlib v. 1.1.4, and the source code for libmad v. 0.15.0b, none of which are included (but all of which are freely available on the Internet- URLs are included). Author: ------- Mike Steed 72207.463@compuserve.com SWF library written by Olivier Debon; modified by Mike Steed .