Blog Detail
Recent Posts
How to use reserved keywords in E4X with flex
This post is a brief note on how to use reserved words like “id” and “class” with e4x in flex. Basically you have reserved keywords in flex like “id” and “class” amongst others… I was traversing t...
Drawing With the UIComponent (4)
This is another example of drawing with your mouse… This iteration has added one main feature, ResizeHandles to the LineTool. Now you can resize the Line as you please. Application - Source The basis of what changed in the line tool, is exactl...
AS3 3D Physics Engine
This is a post just to link and remind myself for this awesome engine. http://seraf.mediabox.fr/wow-engine/as3-3d-physics-engine-wow-engine/ note: i haven’t used it yet, but need to save the link so i don’t forget it… the demo...
Using ExternalInterface to call Javascript from flex
This is a short example on calling javascript from flex using ExternalInterface… Application - Source Please Note: Javascript has to be on in your browser and the javascript is in the html-template > index.template.html file....
Open Source Flex XML MP3 Player (xspf)
This is a really awesome mp3 player that I made to mimic an actionscript 2 xspf player, but built with actionscript 3 and flex… it’s great and open source! Finally it’s here… OPEN SOURCE FLEX XML MP3 PLAYER Flex xml mp3 player...
Introducing ACJEditor its a RTE
Again, another post on how the Flex RichTextEditor blows goats… I’ve now completely taken the source from it, and made methods public or protected for extending in addition to adding the xhtmlText property… You can now override styl...
