Skip to content Skip to sidebar Skip to footer
Showing posts with the label Apache Flex

Converting Date With Time In Pst Into Utc Format

i am having a variable str(string type)having '28-Nov-2013 09:15 AM' as its value.How to co… Read more Converting Date With Time In Pst Into Utc Format

Flex Externalinterface Callback

Flex: public function callFromJavaScript():String { test.label='dfdsfsdf'; re… Read more Flex Externalinterface Callback

Updating An Actionscript Xml Object Directly In One Line Using E4x?

Given the following xml: John Solution 1: Well, I don't know if Flex has any build-in mechanis… Read more Updating An Actionscript Xml Object Directly In One Line Using E4x?

Send ByteArray To JavaScript

How to send a jpg image as ByteArray from as3 to javascript? And how to convert ByteArray to image … Read more Send ByteArray To JavaScript