====== Installation ====== {{tag>flashjs installation documentation}} Copy the following JavaScript files from the source/javascript directory into your web root: * Exception.js * FlashProxy.js * FlashSerializer.js * FlashTag.js * VBCallback.vbs Copy the following library files from source/flash/actionscript into your Flash Authoring classpath (making sure to maintain the directory structure): com/macromedia/javascript/JavaScriptProxy.as com/macromedia/javascript/JavaScriptSerializer.as Compile the JavaScriptFlashGateway.fla file located in the src/flash/gateway directory using Flash Authoring. Copy the resulting JavaScriptFlashGateway.swf file into your web root. The JavaScript and the SWF files can go anywhere in your web root, but we recommend putting them in a location where they can be used by multiple projects.