Example Shows How to Use Variable Parameters In Flex
Thursday, December 18th, 2008Developers who have used C/C++ must knew intelligent using variable parameters could help us save a lot of time. In fact we could also use variable parameters in ActionScript. Then following is an simple function shows how to use it:
What is mx_internal?
Thursday, December 18th, 2008In many flex examples, it mentioned mx_internal. You could find mx_internal in many properties and functions of Flex framework. Then do you know what is mx_internal? In fact mx_internal is a namespace stores the names of properties and functions likely to be change in future. The detail introduction please see the following URL:
How to Support Perfect HTML In Flex Application By Use Of HTMLComponent
Thursday, December 18th, 2008Generally Flex developer knew although in Flex there is property htmlText of Text and TextArea could analyze and show HTML, it only support one subset of HTML. Then many lable of HTML couldn’t be analyzed. Now we have HTMLComponent helps us to solve this problem. Following is an introduction, if you are interested in why [...]
FCG – A AS3 Code Generator Based On Adobe AIR
Tuesday, December 16th, 2008It is a AS3 code generator based on Adobe AIR. I noticed that the main reason why using AIR is to render HTML in Flash Player. You could hack an online version by Flash IFrame. Code generator combined with framework usually is an very useful tool. But it also has disadvantage. Sometimes framework is customized [...]
More Than 100,000 Free Fonts Make Your Flex UI (Skin & Theme) Outsanding
Friday, December 12th, 2008There is tutorial in previous has introduced how to create Skins and Themes like 15+ Strongly Recommend Tutorials You Must Read for Creating Skins and Themes( UI Design ) in Flex and we aslo have many many free icons in hand (480+ free and fresh icon sets help you to create your beautiful skins and [...]
aPDF – An Open Source Development Kit Create & Output PDF Files In Flex
Thursday, December 11th, 2008In previous article AlivePDF: An Open Source PDF Development Kit Written By ActionScript 3 , we have introduced PDF development Kit: AlivePDF. Now besides AlivePDF, there is another aPDF we could choose. There are two version for choice: one is picture decoding based on as3corelib, another is based on mx.graphics.codec (flex 3). You need to [...]
AlivePDF: An Open Source PDF Development Kit Written By ActionScript 3
Thursday, December 11th, 2008AlivePDF is an open source PDF development Kit written by ActionScript based on FPDF. By use of AlivePDF, it could create PDF files by client directly. This Kit use MIT License then very friendly to business user.
Tutorial About load Skins When Flex Run
Tuesday, December 9th, 2008In previous article A Classical Skin Tutorial of Flex: KingnareStyle we have introduced how to produce skins we needed. Then next step is to load the skins. There are two way to realize the loading skins in flex: graphical and programmatic. The graphical is more simple but programmatice is stronger in function. I found a [...]
ReadAir – a Tool Based On Adobe AIR Help You To Manage/Subscribe Your All Feed
Monday, December 8th, 2008Whether based on browser or desktop, we could find many tools to subscript feed. For example Google Reader. Actually a good reader. However, there are many friends may think it is hard to read since the reader based on web limited the content show. Then following ReadAir based on Adobe Air maybe a better choice. [...]
Example Show How to Create Basic Function of Game by Adobe Flash
Saturday, December 6th, 2008In website http://enjoyflashgame.com, there are many many interesting games. For the common user these game means just play for fun, but for the development they need to think how to create the new game. Then let’s see the following flash example which with basic moving function. Maybe it will give you some inspiration. You also [...]
« Previous Entries Next Entries »