Just some quick information on something I found today. When loading multiple SWFs into a main SWF there are some important issues to consider, especially with library assets. ( Read More »)
Just some quick information on something I found today. When loading multiple SWFs into a main SWF there are some important issues to consider, especially with library assets. ( Read More »)
I’ve recently been working on a new Flash project. As always I’m using AMFPHP and Flash NetConnection to access the database and some backend services. Flash remoting, for me and many others, has always been a very robust solution to dealing with external data retrieval in Flash. From the moment I read about it, I became a dedicated fan. After implementing all my data-driven media-based sites with it, I have no complaints. It rocks! The newest version AMFPHP 1.9 beta, is faster and better, from an OOP perspective. You now have strict data typing between flash and the backend, and the backend can be set up to handle non-flash instances sent from flash…. basically, you can instantiate an Object directly from Flash! amazing! ( Read More »)