The other day I posted about a Flash/Javascript issue I was having. Please see this: Issues with javascript properly loading and seeing everything
I am calling an Actionscript function from JavaScript and it works in all browsers except for IE9. I narrowed it down to the js function that retrieves the movie object:
In the following code, object of type foo is created with a call to foo_new() and an external-pointer to the object is returned to R. Subsequent computations are performed by passing ptr_foo. The obje
I thought this question would answer my question, but I have applied the following fixes: .as Security.allowDomain(\"*\");
I\'m trying to get javascript to talk to flash, but I haven\'t been able to get it to work. I\'ve gotten flash to talk to javascript, but not the other way around. It seems as thought flash isn\'t lis
i apologize if my terminology is off, my actionscript skills are pretty weak sauce. so, i have some actionscript that makes a
I\'m trying to call an Actionscript 3 method from Javascript but Chromes gives the error below: Object #<HTMLEmbedElement> has no
I have a PHP script which includes a header file (header.php) which in开发者_运维知识库cludes a javascript file containing some javascript methods.
So my team\'s project has an swf embedded in JavaScript, we\'re actually using java servlet\'s to create the html/JavaScript. I am attempting to use as3\'s ExternalInterface to add a callback which wo
I can\'t get this to work even after making sure to set \"allowScriptAccess\" to always. I successfully put the flash movie in the browser and call ReceiveDataFromFlashMovie() and print \"Got here\" b