This utility will ensure that any file pointers you use in your actionscript are always relative to the location of your embedded swf not the location of the page that embeds your swf.
Continue reading ‘Actionscript SWF path utility’
11
Feb
Flex VO to XML Utility
This class takes a Value Object in actionscript and returns an XML Representation of that Object.
Continue reading ‘Flex VO to XML Utility’
The following utility is a helper class designed to take MySQL dates and convert them to Actionscript Date Objects and the other way around. Sometimes we see delimeters like ‘T’ or ‘Z’ in the MySQL dates, and we need to extract the appropriate date and time pieces to create an actionscript date object.
Continue reading ‘Flex MySQL Actionscript Date Formatter’
