Pages

Showing posts with label loader. Show all posts
Showing posts with label loader. Show all posts

Thursday, 21 August 2014

ActionScript 3.0 Class File for Loading SWF files

Use the below code to create a class file for loading SWF files. You can customize this code to suit your requirements.

Friday, 21 March 2014

AS3 Accessing parent file variable value from a loaded swf file

Below example illustrates how to access a parent file variables value from a loaded swf file.

Thursday, 6 February 2014

Monday, 4 November 2013

ActionScript 3.0 Loading multiple SWF files using a Function

The below code snippet loads multiple SWF files using a single function.