Welcome To Snipplr


Everyone's Recent Snippets Tagged Flex



Lee Brimelow show's how to smooth an image that is loading from Flickr.
1 1348 posted 16 years ago by chrisaiv
For those of us still using Flex Builder 3, every time we create a new project, we usually need to right-click the Project and add a parameter called -default-background-color=0xffffff into the compiler settings. An easier solution is to create an X...
1 1390 posted 16 years ago by chrisaiv
This is a sample application to demonstrate how to create and modify remote shared objects in a flex client application
0 1303 posted 16 years ago by mprabhuram
Here is the MXML source code for a simple FLEX based soundboard. You can download this Adobe AIR application at http://www.ifartair.com/
0 3484 posted 16 years ago by ericfickes
Use this code to handle keypress/keyboard events
1 1812 posted 16 years ago by mprabhuram
This describes how to embed font in to Flex(mxml) file without using the <mx:style> tag (fully AS3).
1 1680 posted 16 years ago by shabith
Cairngorm pretty much just works in Gumbo straight out of the box. Only hiccup I found was that you can't instantiate the services and controller components using mxml tags. Just define them once in the main application using ActionScript and you s...
0 3204 posted 16 years ago by GarthDB
This is an example of how to define a default skin in a component written in ActionScript 3 that extends a spark component.
0 1189 posted 16 years ago by GarthDB
4 1487 posted 16 years ago by level09
0 1204 posted 16 years ago by timstepp
There are 3 different ways to use Item Renderers.
0 3420 posted 16 years ago by chrisaiv
0 1319 posted 16 years ago by jonniespratley
0 1145 posted 16 years ago by badabam
0 1132 posted 17 years ago by jonniespratley
0 1112 posted 17 years ago by jonniespratley
1 1184 posted 17 years ago by jonniespratley
0 1143 posted 17 years ago by jonniespratley
0 1108 posted 17 years ago by jonniespratley
0 1256 posted 17 years ago by jonniespratley
0 2599 posted 17 years ago by jonniespratley
1 1522 posted 17 years ago by jonniespratley
Active Record ORM implementation in ActionScript 3 for AIR's SQLite DB
0 1005 posted 17 years ago by bendalton
A working example that uses BlaszDS in order to serialize Java object into AMF (this code should be cleaned up a bit), in order for it to compile and work it is required to add flex-messaging-core.jar and flex-messaging-common.jar to the classpath.
0 1478 posted 17 years ago by narkisr
This snippet shows how to serialize action script object to strings, the serialization method is AMF based, note also that each object must meet three basic rules in order to be serialized properly: ¨1. The constructor must take no arguments...
1 1891 posted 17 years ago by narkisr
got this as part of an example on the adobe cookbook site
1 1782 posted 17 years ago by mswallace
found this on the adobe cookbook site. There is also some PHP to go along with this in my snippets.
1 3649 posted 17 years ago by mswallace