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

Simulating User Event

I have a web page with a file swf and an HTML button: when I click the button I want to save (downl… Read more Simulating User Event

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?

Is Flash/actionscript Any Safer Than Javascript For Persistent Online Game?

I'm finding lately how unsecure Javascript is when programming a game (I'm trying to do a t… Read more Is Flash/actionscript Any Safer Than Javascript For Persistent Online Game?

Passing Variable From Javascript To Flash

I have a flash music player that I would like to accept a parameter via a button click on a website… Read more Passing Variable From Javascript To Flash

Possible To Control Swf Through Javascript?

Here's the situation: Client wants a looping SWF file to pause for two seconds before it begins… Read more Possible To Control Swf Through Javascript?

Get ExternalInterface Definitions In Javascript

Is there a way to get a list of the exposed functions from a Flash object? For example, you could g… Read more Get ExternalInterface Definitions In Javascript