22 Sep, 2008
Today’s tutorial is a bit complex, but it solved a lot of issues faced by flash developer in AS3.
We will be touching on various subjects such as: -
- Creating xml schema of your own.
- Easier way of doing xml data retrieval AS3 style.
- Loads the xml data into Listbox class.
NOTE : Listbox or List is a component in Flash so, it needs a separate import and special event Listener for that. You will get an error if you try to apply regular addEventListener like MouseEvent to it.
See the working sample below.
Read the rest of this entry »
20 Sep, 2008
Normally editor such as notepad, editplus, notepad++, visual studio, devstudio and many more. They came with light theme by default, which means utilizing white as the background and the syntax as the colored ones. Have you ever seen a dark theme before?
 A dark theme looks like a classical o/s prompt command or linux terminal. I found a wonderful color customization from Boris Popoff that day, regarding the customization of color template for dark theme for Aptana IDE. After using Aptana IDE for quite some time, I find dark theme suits my vision better, cause I always thinks that white background on the lcd monitor can be way too bright. Well that’s just my field of vision.
Â
For those who are new to Aptana IDE – Free javascript IDE can read my review here
Â

Â
The font used for this is MS-Consolas. When tweaked your IDE will look like the picture above.
To download this color customization template for Aptana IDE check out http://gueschla.com/labs/green-chaud/.
9 Sep, 2008
One of the features that I like about the new Firmware is the screencapture feature. You can actually screencapture any application or screen (cept for the slide on unlock screen). To screen capture tap sleep and home button simultaneously, if you do it correctly you can see a flash on a screen.

The captured screenies will be inside the photo icon under Saved Photos.

Read the rest of this entry »
5 Sep, 2008
I just came across these Tweener Class while browsing through Google just today – find it quite interesting for those interested in building interactive applications using AS3.
Firstly it is lightweight and does not need to code much to get movement animation you desire e.g. rotation, linear tween and stuff you do in the normal tweening in Flash. You can actually use this class, to build some lightweight interactive menu stuff project.
Check out the sample SWF I Attached Here. A cute image movieClip called CuteMC is used for this demonstration and also a status dynamic text container in the stage. Hah..ha Check out my summersault doggy.
Â
All you need to do is to download the AS3 version of the actionscript file and unzip the folder caurina to your same swf of your project.
Below are my source code sample used to do some simple tweening as shown above.
Read the rest of this entry »
27 Aug, 2008
It seems that every month, if not every week, different manufacturers are coming up with the latest digital cameras to entice potential clients. And it’s just not working for us!
After spending sizeable amount of time at the mall figuring out which is the best digital camera for us, we finally have enough money to buy for that eye-popping, 7 mega pixel, 10x digital zoom, potable, candy colored, up to 512MB expandable memory of super hi-speed SD memory card and not to mention very portable, (that will be the envy of almost everyone we know).
 We march to the mall armed with our life savings and lotsa pride in ourselves, when we pass by a new display – an eight mega pixel, up to 1G expandable memory, with built it mic and stereo surround, video playback capable, with 22 scenic modes kind-of-camera. And we sigh because the producer of this amazing gadget claims that this is the best digital camera yet out in the market. And so as we always want to have the best, armed with our life savings and a few credit cards, we buy the “best digital camera.” But then again, that doesn’t last too long, after two months or so, there’s another “best digital camera.”
Read the rest of this entry »