Posts Tagged ‘actionscript2’

AS2Loader – Loading AS2 into AS3

Loading as AS2 SWF into AS3 is possible using the Loader class, but that won’t help in case you also need to communicate with the loaded AS2 SWF. The trick is to create a wrapper AS2 SWF that will act as a proxy (or say bridge) between the host AS3 SWF and the target AS2 [...]

Read the rest of this entry »