Skip to content Skip to sidebar Skip to footer
Showing posts with the label Actionscript

Externalinterface Gives Me An Option Of Stopping The Script When Using Multiple Parameters. Why?

First version: ExternalInterface.call('$(document).trigger', 'opened_file_chooser')… Read more Externalinterface Gives Me An Option Of Stopping The Script When Using Multiple Parameters. Why?

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?

Externalinterface.call Using Actionscript "eval" Only Works In Firefox Not Chrome

Chrome doesn't want to let me access javascript from swf file directly in the URL bar (I know t… Read more Externalinterface.call Using Actionscript "eval" Only Works In Firefox Not Chrome