Profile
Achievement
You have not received any achievements.chrisaiv's Recent SnippetsTagged Flex
- All /
« Prev 1 Next »
Lee Brimelow show's how to smooth an image that is loading from Flickr.
1
150
posted 11 years ago by chrisaiv
In order to pull data out of Twitter using Flex, I need a proxy script. Here's how I did it using Python and Google App Engine
0
191
posted 11 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
184
posted 11 years ago by chrisaiv
I wrote an authentication class to ensure that every time a method is called, the Facebook user is logged in. This is by no means refined but it's certainly a nice way to demonstrate an idea. If you try to just copy and past this code you will prob...
1
153
posted 11 years ago by chrisaiv
I wanted an easy way to authenticate a user before making calls to Facebook. It's not perfect but it certainly makes things easier. Note: This is not a class!
1
192
posted 11 years ago by chrisaiv
I found this blog that explained how AIR can transform XML using XSLT. http://blogs.adobe.com/briggs/2008/05/using_air_for_xslt_processing.html
0
175
posted 12 years ago by chrisaiv