Flash loader component failing to scale down loaded pictures

Hi, I’ve ran into this bug recently and tried to find a solution, a quick google search returned no answers to the issue so I thought I would post about the problem here and also post the solution / workaround I found. The problem is that the loader component (flash 8 AS2) is not scaling …

XML connector and Data binding tutorial.

Hello guys, It’s been a while and I was very busy , could not get this data binding and XML connector tutorial posted. Excuse my delay. So here is the long waited xml connector and data biniding tutorial at last! Ok, let’s explain few things before we start. XML connector is a class whose job …

The bottlenecks of developping a desktop application using Flash and a wrapper

Flash is nice, eyecatching, fun for games and web intro and navigation as well as e-learning and a couple other stuff… Building a desktop application with Flash is however a different story. Of course you’ll need a “wrapper” around your swf to allow it to communicate with the file system to write to the hard …

External Interface class

This new addition to ActionScript is a very wanted feature, older versions of flash scripting language relied completely on fscommand to comunicate with the flash ocx container, fscommand is very limited in functionality, the new externalInterface is much more versatile. Let’s consider the following scenario, you want to get the type of browser the user …