The HTML:
//Here you must encapsulate the forward slash between two forward slashes; ex. ///
//Then you must escape the forward slash with a backslash; ex. /\//
var aText = "Flash/AS3/Flex";
var filterVal = aText.toLowerCase().replace(/\//g,'-');
Ex.
Flash/AS3/Flex becomes flash-as3-flex
Essentially this little script will convert the text to lowercase and go through the entire text to replace all forward slashes. Hope this helps!
The following article covers the particular topic of passing and receiving php variables within Flex 3 using both MXML and AS3 (Actionscript 3.0). Not many articles out their clearly explain this particular topic with clarity; therefore ive taken the liberty of explaining the code involved and including sample files that everyone can use to easily create dynamic web apps.
Hey Everyone,
Just thought I'd post this pretty neat video I saw the other day on VIMEO, definitely check it out! It has awesome motion graphics and sequences that should inspire not only us to be better people overall but also to be the best that we could be in the area of expertise we are all involved in; whether that is motion graphics or being a heart surgeon we should strive to do what we love and go beyond just being good in what we do.
CRISIS IN BURMA from Scott Denton on Vimeo.