-
Archives
- October 2009
- September 2009
- July 2009
- June 2009
- May 2009
- April 2009
- March 2009
- February 2009
- January 2009
- December 2008
- November 2008
- October 2008
- September 2008
- August 2008
- July 2008
- June 2008
- May 2008
- April 2008
- March 2008
- February 2008
- January 2008
- November 2007
- August 2007
- July 2007
- June 2007
- May 2007
- April 2007
- March 2007
- February 2007
- January 2007
-
Meta
Monthly Archives: July 2007
Adobe AIR Applications Wiki
Ryan Stewart setup a Adobe AIR App Wiki, where you can find a collection of Adobe AIR applications out in the wild that the community can update. You can add your own app to the list by going here. Brgds, CP
Posted in AIR, Apollo, News, Resources
3 Comments
FlexBook, meet AIR and AIR, meet FlexBook – Awesome!!!
The FlexBook of Quitly Scheming has a new AIR version. I can tell you that the Flex version was awesome, now check and download the AIR version. Brgds, CP
Posted in AIR, Apollo, Components, Flex, Resources
Leave a comment
AS3 Geom Class Exporter for 3ds max
Dreammania released an AS3 Geom Class Exporter. This class is a 3DS Max designed script that allows you to directly export 3D models to AS3 classes. The benefit is that you don’t need anymore to load and parse a texte … Continue reading
Posted in Actionscript, AS2, AS3, Components, Flash, Resources, Source Code
2 Comments
Convex Hull Algorithms Class for Actionscript
Nice example using the Convex Hull Algoritms by Lost in Actionscript. If you don’t know about Convex Hull’s you can read about them here. Shane McCartney wrote the Convex Hull Class to work with a few of the popular algorithms. Example … Continue reading
Posted in Actionscript, AIR, Apollo, AS2, AS3, Flash, Flex, Resources, Source Code
Leave a comment
45 free design programs list
Hi, snap2objects made an excellent list of 45 free design programs that you can use, to help you with your work with FL CS3 and FLEX 3. Here are some of them, which i think can improve greatly our work. – … Continue reading
Posted in Components, Resources
1 Comment
Embedding fonts Class in Flash CS3/AS3
Here it is a embedding font class by Maohao. package { import flash.display.Sprite; import flash.text.TextField;import flash.text.Font; import flash.utils.getDefinitionByName;public class SimpleTextPaneTestDrive01 extends Sprite { private static var embeddedFont:Font = null; public function SimpleTextPaneTestDrive01() { var embeddedFontClass:Class = getDefinitionByName(”Font1″) as Class; Font.registerFont(embeddedFontClass); … Continue reading
Posted in Actionscript, AS3, Flash, Source Code, Tutorials
8 Comments
AIR Applications – iPhone Cover Flow update
Hi, New update of the Air iPhone app by merhl. It’s very nice with this new feature. Check and download it here. You will need the Air runtime to run it. Download it here. Brgds, CP
Posted in Actionscript, AIR, Apollo, AS3, Flash, Flex, Resources
Leave a comment
Flex 3 – Displaying XML data in a DataGrid
Another source code exampleby Peter, of loading and embedding an XML file in our Flex application at compile-time (as opposed to dynamically loading at run-time, which we’ll save for a future example), and displaying that information in a DataGrid control. Check … Continue reading
Posted in Actionscript, AS3, Flex, Source Code, Tutorials
Leave a comment
FLEX 3 – Loading files using the URLLoader and URLVariables classes
Hi, Here is a source code released by Peter, at Flex Examples site, where you can learn how to load files using the URL classes. Brgds, CP
Posted in Actionscript, AS3, Flex, Source Code, Tutorials
Leave a comment
Reflect class – Creating movie clips with reflections in ActionScript 3.0
Awesome article by Ben Pritchard ( his 1st @adobe), with a tutorial that steps you through the creation of the Reflect class, a custom ActionScript 3.0 class that you can apply to reflections on movie clips (and use to modify … Continue reading
Posted in Actionscript, AS3, Components, Flash, Flash Source Files, Resources, Source Code, Tutorials
1 Comment