Category Archives: Adobe Flex

Meeting Notes for Mobile Application

Here are some of the ideas we are going to be developing in the future for our mobile application. Google Maps – GPS Navigation RSVP for Meeting MySQL PHP Data Capture Image Capture View Members Coming Newsletter Signup MailChimp API … Continue reading

Posted in Adobe Flex, Announcements | Leave a comment

Tour de Mobile Flex on Android

Tour de Mobile Flex NEW! Tour de Mobile Flex is an Android application for exploring the new Flex mobile capabilities. To install on your Android device, search the Android Market for “Tour de Mobile Flex” You can also intall using … Continue reading

Posted in Adobe Flex, Android | Leave a comment

Flex 4 Certification Links

Main Information Page: http://www.adobe.com/devnet/flex/articles/flex_certification.html Study Guidelines: http://www.adobe.com/content/dam/Adobe/en/devnet/flex/pdfs/ace_exam_guide_flex4.pdf http://partners.adobe.com/public/en/ace/ACE_Exam_Guide_Flex4.pdf

Posted in Adobe Flex | Leave a comment

Deep linking for Flex

SWFAddress is a small but powerful library that provides deep linking for Flash and Ajax. It’s a developer tool, allowing creation of unique virtual URLs that can point to a website section or an application state. SWFAddress enables a number … Continue reading

Posted in Adobe Flex, Code | Leave a comment

Integrating Flash Professional and Flex Builder Using SWC

Here is a good article to read if you are wanting to look at various ways of embedding Flash Content into Flex. This example shows 3 different ways and includes source code. Read More

Posted in Adobe Flash, Adobe Flex | Leave a comment

Using Masks with Flex

I found this article online and thought I would re-post. It demonstrates how to use masks in Adobe Flex. http://www.insideria.com/2008/01/flex-graphics-tricks-part-1-ma.html

Posted in Adobe Flex | Leave a comment

Flex PMD – Improve Code Quality

FlexPMD is a tool that helps to improve code quality by auditing any AS3/Flex source directory and detecting common bad practices, such as: * Unused code (functions, variables, constants, etc.) * Inefficient code (misuse of dynamic filters, heavy constructors, etc.) … Continue reading

Posted in Adobe Flex | Leave a comment

Greensock Tweens – Get to know them!

Greensock makes amazing tween effects that work with Adobe Flex. You can utilize their full package of tweens, timelines, and other various effects. You can download their classes compiled into a .swc file or directly using the code itself. This … Continue reading

Posted in Adobe Flex | 1 Comment

Custom Adobe Flex Pre-Loader with Flash CS4

Learn how to create a completely customized Flex preloader using Flash CS4. Lee Brimelow has made one of the most complete tutorials for customizing the Flex pre-loader. This includes a full-length video and source code as well. Check it out

Posted in Adobe Flash, Adobe Flex | Leave a comment

Degrafa presentation and example code

The Indianapolis Flex User Group would like to thank Andrew Westberg for being a guest speaker. He gave a presentation on Degrafa, which is an open source, declarative graphics framework that is is compatible with Flex 2 and 3.  You … Continue reading

Posted in Adobe Flex, Degrafa | 1 Comment