0
votes
1answer
45 views
AS3 actionscripting
Hi, I'm embedding a flash file from an external domain and there is some JSON data in the page I would like to use in the movie. Whats the best method to get these variables withou …
0
votes
2answers
20 views
Opening popups from AS3 using ExternalInterface in Safari
hi,
I'm using this code to open a popup
ExternalInterface.call("function () { window.open('" + url + "','" + title + "','" + options + "'); }");
for JavaScript people: calling …
1
vote
3answers
84 views
Make a call to javascript function from actionscript
Hi All,
I am trying to make a call to javascript function from actionscript.
As of now, I am using 'ExternalInterface' and could achieve partial success.
I could make a call to …
0
votes
1answer
207 views
ExternalInterface Woes
Hello all. I know there are an abundance of articles and forum post (many of them from myself) regarding ExternalInterface, I guess I'll add one more...
I have a small flash app ( …
0
votes
3answers
44 views
Javascript Global Keyboard Handling, not hearing A-Z Keys?
I am trying to use Javascript to intercept keyboard events, so I can do CMD-W for "close-window" and whatnot, inside a Flash application, so the Browser doesn't get to use them.
W …
0
votes
1answer
36 views
Flash & Javascript cooperation problem
I need to call function in flash using javascript. For this purpose I use ExternalInterface class(example described in the end of http://help.adobe.com/ru%5FRU/AS3LCR/Flash%5F10.0/ …
0
votes
0answers
21 views
How do I tell when a swf file is done playing in C#?
I am playing a swf file in a C# program. I am able start the video, stop it, rewind it, etc., but I want to know the exact time when video has finished playing so that I can move …
1
vote
4answers
356 views
Getting current URL in Flash from JavaScript using ExternalInterface and IE
Hi, I'm trying to get the current URL that the Flash player is on. Not the URL of the .swf file, but the URL that the browser is pointing to. Thus far I've used:
var st:String = E …
0
votes
4answers
472 views
ExternalInterface.call(”window.location.host.toString”)
Hello Everyone,
I wrote a flex application that get the host string from the browser using this code
ExternalInterface.call("window.location.host.toString")
This line of code w …
1
vote
1answer
125 views
How can I call an Actionscript function when the .swf is referenced by jQuery?
I have an .swf that I am embedding into HTML using the jQuery SWF Object plugin (http://jquery.thewikies.com/swfobject). I have a number of functions within the .swf that I need to …
0
votes
1answer
176 views
Problem accessing ExternalInterface exposed method in Google Chrome
My simple ActionScript
I am trying to use Flash's ExternalInterface to setup a callback so that JavaScript can call a method on my Flash object. Everything works fine in Safari, …
2
votes
3answers
394 views
C# and Flash communication
Is there any way for C# to get a list of the methods the swf exposes through ExternaInterface?
0
votes
0answers
263 views
Javascript -> Flash throwing “Error calling method on NPObject”
I'm trying to call a Flash (AS3) function from Javascript. When the code runs, I get the error "Error: uncaught exception: Error calling method on NPObject!" From my day's worth …
0
votes
2answers
174 views
My ActionScript’s ExternalInterface callback function isn’t going through. How can I debug it?
Help, please? It appears that my callback function isn't being called...back. I'm using jQuery, and Flash 8. To access the Flash object, I'm using the jquery swfobject plugin, c.f. …
0
votes
3answers
1k views
Cross Domain ExternalInterface “Error calling method on NPObject”
I am trying to enable communication between Javascript and Flash via ExternalInterface across domains. The Javascript works great when it is located on the same domain as the SWF. …
