|
Sample Code for Loading up a Flash 8 SWF
swfLoader.source = "flash/flash8.swf?flashId=flash_1";
By loading up the SWF with a flash var (in this case flash_1) we are giving the instance the id or name of flash_1. The Flash 9 SWF can now reference this SWF as flash_1. |