Flex and ActionScript Development Tips
An assortment of custom flex components, tricks and tips.
Wednesday, May 27, 2009
Blogger source code syntax highlighting
›
If you've read my last few blog posts you might have noticed that my code snippets now have syntax highlighting that looks similar to Fl...
3 comments:
Tuesday, May 26, 2009
Sorting string characters alphabetically
›
In Java if you want to sort the characters in a String alphabetically it is very easy: String test = "sorting" ; char [...
Wednesday, May 20, 2009
Using Flex and AMFPHP without a services-config.xml file
›
I've been working a bit with amfphp , sending data between Flex and PHP using the RemoteObject class. Initially I put the generic servi...
12 comments:
Wednesday, April 29, 2009
FlashVars - passing parameters into Flash/Flex
›
I'm sure most people are familiar with how to pass parameters into Flex using FlashVars . If you edit your project's html-template/...
9 comments:
Friday, April 24, 2009
Tree Lines
›
In Flex I've seen how you can configure Trees by changing the disclosure (expand/collapse) icon, the folder/leaf icons, background colo...
15 comments:
‹
›
Home
View web version