Realize Perfect 3D Text Space by Flash and Silverlight
Saturday, August 30th, 2008Shinedraw.com has released a so cool 3D text space written by himself. It has two copy written by Flash and Silverlight.
A Nice AS 3.0 XML MP3 Player ( Include the Source Code )
Friday, August 29th, 2008A small Mp3 Player is embedded into other systems easily and very populared in developers. For example a small Open-source flash MP3 player. And I found another one in lemlin.com: AS 3.0 XML MP3 Player. It looks so nice and has published the source code and free use for personal. The password for zip is: [...]
Create a Nano War Game Tutorial by Flash
Friday, August 29th, 2008Nano War is a good RTS/action game. Emanuele Feronato has tried to realize the similar function by Flash and has released the source code. By the way his code comment is very very detail… It’s a so good habit.
A Flex Box Components — Gradient Box
Wednesday, August 27th, 2008Since Flex doesn’t support the gradient background, then how to create a gradient Components? The following sample has shown it through overriding the updateDisplaylist.
A Very Cool Flash Template
Wednesday, August 27th, 2008Now we will see a very cool falsh template publiced by lemlinh.com and very practical. If you have interesting could visit the following website.
The List of Adobe AIR Error Code
Wednesday, August 27th, 2008Sometime when run the AIR program, it will show some cryptic error codes. Maybe you are not familiar with them and don’t the detail meaning for each. Now the following list of Adobe AIR Error Code will help you. It has detail description of different error types from 1000 to 3316.
Serval Particle Effects in Flash
Monday, August 25th, 2008Particle Effects could be used to realize the beautiful flame effects, of course could also achieve the effect of fireworks. If you like to watch the fireworks then the following articles may attract your eyes. If you have learned it, you could make all kinds of fireworks by flash. You will enjoy the fireworks anytime.
The 6 reasons begin to use ActionScript 3.0–How do you think so
Sunday, August 24th, 2008For a development language, it is hard to say which is good or not. But still many people interested to discussing this topic. For example it is mentioned in Flex vs. Ajax — both have their pros and cons. The Mr. Lee Brimelow has written the article Six reasons to use ActionScript 3.0 and tried [...]
The Flex4(Gumbo)’s SDK has released for a time
Saturday, August 23rd, 2008The Flex4(Gumbo)’s SDK has released for a time. If someone like to reference these JavaDoc style document. I would like to recomment the following website address:
how to turn debug on in Flex from server-side as well as from client-side for troubleshooting
Wednesday, August 13th, 2008When you encounter issue wit your flex app, one useful tool for troubleshooting is to turn on debug in flex to get some output that will provide some clue of the cause of he problem. Here is how to turn it on from server-side as well as from client-side: