Tagged Questions
The addcallback tag has no wiki summary.
3
votes
4answers
14k views
as3 ExternalInterface.addCallback is not working right
I was trying to access swf from javascript, so this example in livedocs is what I'm trying to modify. ...
1
vote
1answer
413 views
swfObject causing “Object doesn't support” error in __flash__addCallback function
So, I have been stuck on this problem for some time now and it has caused a lot of frustration. I have found a lot of people over the many forum pages I have scoured who share the same problem but no ...
0
votes
1answer
52 views
How do I get this function in ActionScript to return an array to JavaScript using ExternalInterface
I am very new to both JavaScript and ActionScript. I am trying to get javascript to call a function in ActionScript and store the returned array. I have looked everywhere for help and i cant seem to ...
0
votes
2answers
471 views
Referencing problem when adding callbacks to Exernal Interface in Flash/ActionScript3
I have a method: myMethod() {} that I want to make accessible to javascript. I've done a bit of research and found out you need to add a callback to ExernalInterface, so here's what I have done:
...