Mappr ActionScript 3.0 API — Place Your Photos On Map
Saturday, January 10th, 2009In previous article Flickr Library — For On-line Photo Sharing Application , we have known the famous Flickr. This time we will introduce you an “friend” of it maybe you will also have interesting. Mappr helps you mark the location( the Flickr usually tagged with information which can be used to make educated guesses about [...]
Flickr Library — For On-line Photo Sharing Application
Saturday, January 10th, 2009As you know Flickr is an online application help you upload, store, catalog and tag you photos. You could get the comprehensive, first-class and effecient photo service from it. This is why the Flickr is very welcomed by people now. Of course if you are a programmer then you will be interested by the flickr [...]
FlexUnit — An Testing Framework For Flex and ActionScript 3.0
Monday, January 5th, 2009When you do own flex project, sometimes you will need something to test your project. Now we will introduce the FlexUnit which is a unit testing framework for Flex and ActionScript 3.0 applications to you. If you are familiar with JUnit, then you will easily handle the FlexUnit. Why not have a try now?
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:
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 [...]
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 [...]
How to Connect MySQL By AMFPHP In ActionScript
Tuesday, December 2nd, 2008In previous article Output PDF Documents Through Call PHP By Using of AMFPHP In Flex , we have introduced how to output PDF by AMFPHP. In fact what AMFPHP could do is not just this. Then following tutorial teach you how to connect MySQL by AMFPHP. It’s very useful for you if you need why [...]
Two Tutorials About Strategy Design Pattern
Wednesday, November 12th, 2008Design pattern in computer science is introduced from architectural design area. It is the solution of all kinds of problem in software design. The breakthough in software design originated from the articles by Gang of Four(GoF) maybe you are not strange. Strategy is one of GoF. Following is two tutorials about Strategy design pattern which [...]
New Performance of ActionScript Vector in Flash Player 10
Tuesday, October 14th, 2008As you know the Flash Play 10 will be released in this month. There are many new features and improvement in it for example the 3D, text engines, pixel bender and etc.. Then someone maybe interested in the Vectors. Mr. Michael has written the difference on the vectors by comparing the code between the old [...]
AutoScrollManager: A Class of Scrollbar When Mouse is Moving in a Specified Area and Mouse Button Down
Tuesday, September 30th, 2008I don’t kown if you have met the problem in flex project of the mouse control. For example like the right-mouse function(@see Replace the Flex’s Default Right Click Menu) and so on. When the list has fixed width and height and the context is too many to display. Then what you need to do? Of [...]
« Previous Entries Next Entries »