In IE, Flash ignores the allowscriptaccess=always property when the swf is embedded in an object tag that doesn\'t have an id attribute.This is very easy to verify.I have swfs that work completely fin
I\'ve got a big problem. I already searched this site for answers, but found nothing really useful for me now.
I am experimenting with with swfObject to embed a flash video player on my site.here is some snippets of my code:
Making a flash video streaming web-app using Actionscript 3\'s external Api.I am at a very rudimentary phase of the project where we\'re just experimenting with external interface.Right now i just hav
The \"modern\" updated way to embed a flash object, according to Adobe: <object id=\"theFlash\" name=\"theFlash\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\"
How can I return a value from AS3 to javascript. I am calling a AS3 meth开发者_StackOverflow社区od from JS and want that AS3 method to return back a string:
I need help desesperately, it\'s been a week since I\'m stuck trying to resolve this problem, I call FB.ui in FireFox and Chrome without any problem, but when I try with IE it doesn\'t appear the Face
Here\'s my actionscript (compiled with mxmlc, embedded into html, and the functions are called with js):
I have a problem getting ExternalInterface.callBack(); to work in a specific case, when I add object and embed tags dynamically like this:
This is a bit 开发者_如何学JAVAof a strange question, but I thought people here might be interested.