What Is SWFC Script?

This section describes what is SWFC Script - A simple scripting language designed by the SWFTools team for generating SWF applications.

What Is SWFC Script? SWFC Script is a simple script language designed by the SWFTools team for generating SWF applications.

Some cool features of SWFC Script:

If you want to try to write a SWFC script, you need to download and install SWFTools from www.swftools.org as described in the previous chapter.

SWFTools offers a SWFC compiler located at \local\SWFTools\swfc.exe.

Here is the manual page of SWFC 0.9.1:

NAME
   swfc - compile .sc files to swf.

Synopsis
   swfc [-o file.swf] file.sc

DESCRIPTION
   Compiles a file written in sc (SWF Script) into a number of SWF 
   files.

OPTIONS

   -C, --cgi
      Output to stdout (for use in CGI environments)
   
   -v, --verbose
      Increase verbosity. Use more than one -v for greater effect.
   
   -o, --output filename
      Specify output file (Default: output.swf). This affects only the
      parts of the .sc file which haven't specified an output file 
      themselves.
   
   ...

AUTHOR
   Matthias Kramm <kramm@quiss.org>

Table of Contents

 About This Book

 Introduction of Adobe Flash

 Adobe Flash Player Plugin for Firefox

 Adobe Flash Player Plugin for Chrome

 Adobe Flash Player Plugin for Safari

 Adobe Flash Player ActiveX for IE

 Using "object" Elements for Flash Files

 Using "embed" Elements for Flash Files

 "mp3player" - MP3 Music Player

 SWFObject - Hidding "object" behind JavaScript

 Flash Player Projector

 SWFTools - SWF File Manipulation Tools

SWFC Script to Generate Flash SWF Files

What Is SWFC Script?

 circle.sc - First SWFC Script Example

 Frame.sc - Managing Animation Frames

 Sound.sc - Adding Sound to Animation

 Text.sc - Add Text to Animation

 ActionScript Embedded in SWFC Script

 AS3Compile - ActionScript 3 Compiler

 Adobe Flex SDK 4

 SWF File Structure and Tags

 SWF File Processing Rules

 SWF Files for Video and Audio Streams

 Outdated Tutorials

 References

 Full Version in PDF/EPUB