Categories
Archives
September 2010 M T W T F S S « Aug 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 Links
-
Sign up for Indianapolis Flex Users Group
Category Archives: Adobe Flex
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
Adobe Flex & PHP Integration
Below is a very basic example of sending data to a PHP webservice. This example shows you how to create a two-way communication using HTTPService with Flex and sending the data to PHP. This example sends text to the webservice … Continue reading
Posted in Adobe Flex, PHP MySQL
Leave a comment
Adobe Flex & Flash Integration
Learn how to create a button in Adobe Flash and wire it up in Adobe Flex. This example shows you how to create a two-way communication between Flex and Flash. Click to download (includes Flash Source code)
Posted in Adobe Flash, Adobe Flex
Leave a comment