Monthly Archives: June 2008

Turning Flash CS3 assets into Flex components – Integration of Flash and Flex using Flex Component Kit

(A Flash CS3 FLV player integrated into Flex 3) click for source EDIT: EXAMPLE HAS BEEN TAKEN DOWN FOR BANDWIDTH REASONS – USE THE ABOVE LINK TO VIEW SOURCE EDIT: re: FLVPlayback component in Flex http://www.adobe.com/cfusion/communityengine/index.cfm?event=showdetails&productId=2&postId=13927 This is a method … Continue reading

Posted in Flash, Flex | Tagged , , , , , , , , | 14 Comments

Get that hard-to-find font fast and free with google

This article is for information purposes only. We do not condone illegal downloads and cannot be held responsible for your actions. Designers and developers – if you can’t find a particular font, and need it quick, here’s a way to … Continue reading

Posted in Uncategorized | Tagged , , , , , | Leave a comment

(No) Fun With HTML – Working With HTML Text In Flex

Working with HTML text in Flex [edit: found an interesting article on this recently here] I have recently been working alot populating TextFields with HTML text in Flex. I have noticed, as the community also shows with a quick google … Continue reading

Posted in Flash, Flex | Tagged , , , , , | Leave a comment

How to sell downloads from your Flex app using payloadz and paypal

I was going to write a full article on this subject, then found the following link: link! Then put the following code inside your flex application: <mx:Script> <![CDATA[ public var dlURL1:String=”http://payloadz.com/go/sip?id=youridnumber”; private function dl1():void { var url2:String = this.dlURL1 var … Continue reading

Posted in Flash, Flex | Tagged , , , , , | 15 Comments

Flex/Flash TypeError: Error #1009: Cannot access a property or method of a null object reference

I’m sure many of you have experienced this annoying error message. Here’s a recent encounter I had with it, and the fix: I was loading an swf into a flex application. The swf was compiled from an app that had … Continue reading

Posted in Flash, Flex | Tagged , , , , | Leave a comment