Posted in October 3, 2009 ¬ 10:09 pmh.Catalin Ciocov
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 »
Posted in September 22, 2009 ¬ 6:12 pmh.Catalin Ciocov
I’ve been doing a lot of Action Script recently and needed a good library for making flash remoting calls. If you Google a bit you’ll find a very good one (for AS3) here. I’ve started with this one, but because I needed some additional features I’ve decided to create my own version.
Specifically, I wanted the [...]
Read the rest of this entry »