- Your Locale:
- English (United States)
- Your Time Zone:
- Coordinated Universal Time
- Fireworks Zone (1 hour)
- Flash Lite 4 Nokia (3 hours)
- H1DD3N.R350URC3 (3 hours)
- FlashDen - Down the FoxHole (3 hours)
- Charlie Arehart's Blog (3 hours)
- Cynergy: Andrew Trice (4 hours)
- MAVROMATIC (5 hours)
- Digital Media Minute (5 hours)
- FlexMan (5 hours)
- flexComponent (5 hours)
Join the Cynergy Team!
If you’re a Flex developer looking to take your game to the next level, Cynergy would really like to talk to you. We have a ton of interesting projects and are always challenged to push the envelope in both technology and user interface design. Our culture is relaxed yet dynamic offering something for all personalities. Cynergy promotes technical leadership from within and we need people that want be leaders. As the Principal Architect of Cynergy’s Flex/AIR practice, one of my most important responsibilities is working with our Flex developers to enhance their skills. It’s something that I really enjoy and (translate)
A MX Framework for Flash/Flex & AIR – Razor Component Framework
Razor Component Framework is born for Flash, Flex and AIR. It amis to be more easy-to-use, lightweight, and fearture-rich alternative. It comes in ActionScript 2 and 3 flavours while maintaining as consistent an API as possible. It is still a beta copy. What you need pay attention is before using any razor control, you must [...] (translate)
Flickr mesh-up with actionscript 3, REST or SWX
Today I spend my afternoon to configure a part of a full Flash website that interact with Flickr and that retrieve data from my account without any appication authentication but only with my Flickr key. First of all I was really impressed about how many languages you can use to bring Flickr photos and use in [...] (translate)
Flickr mesh-up with actionscript 3, REST or SWX
Today I spend my afternoon to configure a part of a full Flash website that interact with Flickr and that retrieve data from my account without any appication authentication but only with my Flickr key. First of all I was really impressed about how many languages you can use to bring Flickr photos and use in [...] (translate)
Right Way to Extract Degrafa SWC in Mac OS
Degrafa is a powerful open source graphics framework for Flex. I’m really excited to use it on my current project. But one minor issue I encountered early on is extracting the zipped Degrafa SWC file in Mac OS. When you double click on the zip file, Snow Leopard will extract the SWC from the zip [...] (translate)
LiveCycle Data Services (LCDS) 3 Released
LiveCycle Data Services 3.0 is released as part of LiveCycle ES 2 What’s New Model driven development of Flex applications Reliable Messaging Throttling Edge Server Load test harness: Simulate Flex clients in Java Documentation: LiveCycle Data Services ES2 Quick Starts – http://www.adobe.com/go/learn_lcds3_modeling_howto Other documentation – http://help.adobe.com/en_US/livecycle/9.0/lc_ds_list.html Download Developer Version You can Download the trial or a free developer version to get started from this [...] (translate)
Yeah I'm offically now a User Group Co-Manager
Well I've been active in the Flash Platform/Flex User Group in New Zealand since its inception and been working Kai Koenig and Campbell Anderson to manage the user group. But now I'm officially a Co-Manager of Wellington group :-) This is really cool! I'm looking forward to helping out with community to increase awareness and spread the goodness of Flash :-) Also Tanya Grey is helping out Campbell in Auckland. (translate)
Are you a ColdFusion developer who uses Flex?
Well, if you are, this post is just for you. The Learning Resources group at Adobe is conducting a brief survey to learn more about how customers get information about using Flex. The many ColdFusion developers out there who use... (translate)
Flash Player 10.1: Quickly figure out new Classes, Interfaces, etc.
I’ve been searching for exact information on the new Flash Player 10.1 classes for a couple hours now. I’ve tried the new Unified Flash Platform livedocs, the Flash Player 10.1 release notes, and even Devnet. No love… Thanks to Shigeru I found the information I need. He’s got some output from the Library Manager tool he [...] (translate)
Setting the Y-axis transform position on a Spark BitmapImage control in Flex 4
The following example shows how you can set the Y-axis transform position on a Spark BitmapImage control in Flex 4 by seting the rotationY, transformX, and transformY properties. Full code after the jump. <?xml version="1.0" encoding="utf-8"?> <!-- http://blog.flexexamples.com/2009/11/20/setting-the-y-axis-transform-position-on-a-spark-bitmapimage-control-in-flex-4/ --> <s:Application name="Spark_BitmapImage_transformY_test" xmlns:fx="http://ns.adobe.com/mxml/2009" xmlns:s="library://ns.adobe.com/flex/spark" [...] (translate)