Here the second part of the tutorial about the creation of an XML Flash Gallery.
Now we’ll see how to load all the images and place them on the stage….
This is the first of a series of quick posts on how to create, step by step, from scratch a xml flash gallery.
The first thing you need to do is to create the xml file.
Just open a simple text editor and write down some tags…
A while ago I stumbled upon this nice ActionScript 3.0 library to work with the Wordpress XML-RPC calls.
It does extends the more abstract XML-RPC AS3 library brought from Akeem Philbert.
I did decide to give it a try…
If you are developing an Air application, you should to know how it is important to use the great automatic update process provided by the Air framework. Having the option to fix some bugs or give more features to your users, with a seamless process, is quite amazing.
Today I’ve learned that the only way, tested so far, to get parent paths from the applicationDirectory is using the File object constructor:
Comments