The ActionScript ExternalInterface class enables communication between ActionScript and the SWF container. For example, ExternalInterface can be used to call an ActionScript function in Flash, from JavaScript in an HTML page. This is often use for sending variables from a container HTML page to an ...
1
vote
2answers
18 views
ExternalInterface addCallback repeatedly fails
I'm trying to get JS in a Wordpress webpage and an Actionscript 2 Flash movie to talk to one another. The attempt is failing miserably. On every attempt to call the function that I've set a callback ...
1
vote
0answers
23 views
Externalnterface calls not working in mobile browsers
I have an swf with a simple ExternalInterface call. The swf has been created using Flex.
ExternalInterface.call("alert","HelloWorld");
This runs fine on my machine (without localhost too).
But ...
0
votes
0answers
5 views
What is the ideal way for actionsscript and javascript to call eachother's functions through ExternalInterface?
My webpage creates an embeded swf when a button is pressed:
function onSomeKeyPressed() {
var attrs = {
'src' : 'mp3Player.swf',
'type' : 'application/x-shockwave-flash',
...
0
votes
0answers
29 views
Calling a function on swf in facebook from javascript
I have a game on facebook which is talking to its javascript container. I am using ExternalInterface to pass parameters to the JS - this is working flawlessly. The problem starts when I want to pass ...
0
votes
2answers
35 views
ExternalInterface to call a function belongs to a JS object
I'm using ExternalInterface in my AS3 project to do some stuff via Javascript, but now I need to use it to call some function belong to an object.
Something like this (AS3):
...
0
votes
1answer
68 views
swfobject.embedswf ExternalInterface.addCallback not working
i am working with JS and AS3 to get default mic. below is my html code
js on head
$(document).ready(function(){
$("#setupMic").click(function() {
try{
...
-2
votes
1answer
89 views
Calling javascript function with Flash as3 [closed]
I've managed to add Google maps to my HTML using javascript and also layered my content so my flash swf file is 'under' my map.
Now all I need is to toggle the map on and off. Heres the code:
AS3
...
2
votes
1answer
51 views
Cannot Call a Flash Function from Javascript
I've been all over here and can't find an answer. I have a .swf sitting in an HTML page and I am trying to call a function inside of it from javascript. I can talk out from flash to the javascript but ...
0
votes
0answers
58 views
How to call a function when a Flash video ends
I want to call a function when a Flash video ends.
I read this question, but don't know how to embed externalinterface js and also actionscript in HTML page.
I just want to show a msg when video stop ...
1
vote
1answer
45 views
call externalinterface js in a html page
I wants to make interface with Flash video.
How could i import/embed externalinterface js in a HTML page. to make call to control flash video.
How to add Action script on HTML page.
With these i ...
0
votes
1answer
95 views
getting TypeError: a.CallFlash is not a function when triggering AS3 externalinterface.addcallback function from JavaScript? [closed]
So im trying to call a flash function using JS..
here is the as3 code
package si
{
import flash.display.Sprite;
import flash.events.Event;
import flash.external.ExternalInterface;
public class Main ...
-2
votes
1answer
33 views
working with externalinterface js [closed]
I am beginner with ExternalInterface js and truly i doesn't know about is that how to working with it.
I have 100 flash video all on web. user visit on web and started saw first video. When the first ...
0
votes
1answer
87 views
jquery flash externalinterface
I'm a quiet despaired by now.
I'm trying like many others here to get the externalinterface thing to work with my page.
It doesn't matter what I do or how I change the code in a correct way, I'm ...
0
votes
1answer
45 views
Facebook App Error Showing Up For One User But Not Others
I have a Flash app set up in a Facebook canvas and it's using ExternalInterface to call a JavaScript function, then calling a Flash function from JavaScript when the first function completes:
Flash ...
0
votes
0answers
218 views
ExternalInterface.addCallback not working in IE8 Flash 10.0 or below
I have a small flash app that I load dynamically upon jQuery document.ready. It works in all browsers except for IE. When the installed version of FlashPlayer is less than 10.1, the callbacks added ...
0
votes
1answer
292 views
ExternalInterface.call not working
I am attempting to ExternalInterface.call() from inside my SWF.
Note the call comes from inside a SWF I have embedded into another SWF (the _root SWF I have no control over).
Here is my JavaScript:
...
1
vote
0answers
112 views
ExternalInterface.call() breaks .addCallback() functionality
I'm trying to establish simple JS to AS3 communication via the ExternalInterface class in ActionScript. The Flash is just visualising some data (fallback for browsers that cannot handle SVG) so I just ...
-1
votes
1answer
19 views
Return a boolean to the browser in dependence of flash
Hi i have a problem with an flash/html mixed application. i want to create an action on AS2 to my flash document to call a boolean in my browser when the frame is reached.
something like this in ...
0
votes
1answer
72 views
External Interface / Flash embedding in IE
I recently made a website where it's possible to browse a map implemented in Flash.
To provide map data I used Flash's ExternalInterface API which connects to javascript
which makes an AJAX call to ...
0
votes
2answers
230 views
ExternalInterface not working in AS3 with Flash 11 [closed]
I'm trying to create a button which will close a flash overlay using javascript and actionscript. I have found on many websites to use ExternalInterface however I cannot seem to get it to work. Any ...
2
votes
2answers
160 views
flex air mobile communication with javascript
I have an educational application in which I have three components viz; android communication engine, flex content bridge and flash content. Now I have a task to replace the flash content with HTML ...
0
votes
0answers
90 views
flash show about:blank warning message after redirect and try external interface
I am building a browswer extension
The extension embeds swf after navigating to a page at the beginning of the body
After the swf is added I call an javascript function from within the swf
using ...
0
votes
1answer
69 views
File dialog is not showing from flex function
I am trying to execute flex function from javascript with ExternalInterface and addCallback:
<s:Application
xmlns:fx="http://ns.adobe.com/mxml/2009"
...
1
vote
2answers
473 views
how to allow javascript to communicate with flash (Object #<HTMLObjectElement> has no method
I'm trying to send a simple test message from javascript to flash, but I'm getting the error:
Object #<HTMLObjectElement> has no method "listenToJS"
I've read a number of questions on this on ...
0
votes
2answers
187 views
Calling a flash ExternalInterface in swiffyobject
I have a flash that communicates with a javascript using ExternalInterface. I have converted this into HTML5 using swiffy. How do call the methods i have created in flash using javascript?
0
votes
0answers
71 views
How to communicate between an AIR app and HTML loaded via htmlLoader
I have written an AIR app using Flash Builder 4.6 that is called by a SWF. The SWF passes the AIR app some parameters which include which web page to load. The AIR app then sets up an event listener ...
-1
votes
1answer
38 views
How to import ExternalInterface once globally
I am working on a Flash project (network speed test) and want to use ExternalInterface.call() at each step of the way to communicate to the HTML page on what step the Flash project is right now.
The ...
1
vote
2answers
174 views
javascript to flash communication without embedding
I am calling my Main.swf from localhost Xampp which contains a prompt button upon click of that button promptclick function is called
AS3 code
function promptClick(event:MouseEvent):void
{
var ...
-2
votes
1answer
81 views
Use Flash TextArea as TinyMCE Editor textarea [closed]
I have a flash swf file which has TextArea, I want to use that textarea as a TinyMCE textArea.
Please Guide me how to do it.
0
votes
0answers
125 views
Dynamic FLV loaded externally, previous video flickers before new video plays
I have a Chromeless Flash Video Player built using AS3.
I am sending video URLs to that player dynamically in my JavaScript. All of this is working fine, but every time I play a new video, the last ...
8
votes
1answer
227 views
AS3 Flash - render html via ExternalInterface
This is my first question on Stack Overflow. It's not the first time I wanted to write one, but usually I find a solution using the search bar, this time I didn't. The problem I'm tackling is a ...
0
votes
0answers
64 views
How to use a remote JavaScript API in a Flash AIR Mobile application?
I'm trying to use an online service's JavaScript API to track metric data in a Flash-based AIR Mobile game (on an iOS device).
The service (MixPanel) does provide a SWC file to embed the API within ...
0
votes
0answers
146 views
externalinterface Control FLV Player Using Javascript
I have a index.html and inside I have 2 buttons,
Play and Pause, for connecting to the flashPlayer,I want to communicate between javascrip and flash player
would you please help me to implement this,
...
0
votes
1answer
92 views
Trying to register ExternalInterface.addCallback() in swf
I am not a flash developer. I am trying to wire up communication from javascript to a .swf file. I found here and other places that the simplest method was to use ExternalInterface.addCallback(). I ...
1
vote
1answer
162 views
Saving flash game state to server after window.onbeforeunload when swf is cross-domain
My facebook app is a flash game. I want the game swf to save its latest state to the server when the window unloads. Since I embed the swf with swfobject, I use its embed handler to add a ...
0
votes
2answers
155 views
ExternalInterface in ActionScript 3 not working in offline mode
i have problem. I make Flash Video Player with callback to JS, but have a problem when execute page from localdisk. Flash crash with error:
Error: Error #2067: ExternalInterface in this container ...
2
votes
1answer
214 views
Is it possible to debug ExternalInterface from Flash Builder?
I have a project written in ActionScript 3 using Adobe Flash Builder 4.5. It registers several functions in an ExternalInterface, so that they may be called from JavaScript.
If I access the Flash ...
0
votes
0answers
77 views
AIR Embeded SWF says it's a function
I am working on an AIR HTML app that needs to display a live stream from a media server on the localhost. My colleague created a Flash app for me that connects to the stream and displays the video and ...
0
votes
1answer
390 views
Handle ExternalInterface Call, comming from local swf file, in Adobe Air 3.4 Actionscript 3 application
So We got a playlist with various swf files, some old as2 animations, some newer.
We download them to a local folder, and can play them fullscreen. all with one AIR (actionscript) application. Now we ...
4
votes
1answer
278 views
Using an Actionscript external interface call to initiate a jQuery function on a HTML page
I have a project building an expandable web banner and I'm having trouble with using Flash's external interface call.
What I'm trying to do is initiate a jQuery function on my HTML page by clicking a ...
1
vote
0answers
160 views
Using ExternalInterface with xml prettyPhoto url
I've been trying to get to use the ExternalInterface through an xml file passing the variables for the info into Flash AS3 and can't work out how to get the data to change with each new selection ...
0
votes
1answer
122 views
ExternalInterface as3 and ajax (jQuery) not working in IE
this part of code works in all browsers but not in IE. Can you help me fix this?
function getData(userId, instrumentId, minStep) {
alert(1); // worked!
console.log(userId, instrumentId, ...
0
votes
1answer
153 views
Flash - ExternalInterface calling a JavaScript function inside an AMD/RequireJS module
Is there any way for Flash's ActionScript3 to communicate with a JavaScript function defined inside an AMD module - ie. not directly exposed to the global scope?
0
votes
2answers
3k views
AS3 ExternalInterface.call, why it doesn't work on Chrome or IE?
import flash.external.ExternalInterface;
var pageURL:String = ExternalInterface.call('window.location.href.toString');
The above code seems to work on Firefox, but when I try it with Chrome or IE it ...
0
votes
0answers
89 views
JavaScript code via ExternalInterface
I'm making a flash website using a 100% graphic interface, you can see it here.
How to insert a radio streaming player in the flash movie using the ExternalInterface method?
This is the radio ...
0
votes
1answer
156 views
AS3 File Reference from javascript
Is it possible to use Actionscript 3 file reference from javascript. I need to code an application that will use javascript to call the browse method of the fileReference.
I wanted to be sure this is ...
0
votes
1answer
102 views
Unknown error when trying to call flash method from javascript
I have the following callback:
ExternalInterface.addCallback("wasCalledFromJS", callFromJavaScript);
which is implemented like this:
public function callFromJavaScript(dir:String):void {
...
3
votes
1answer
96 views
ExternalInterface gives me an option of stopping the script when using multiple parameters. Why?
First version:
ExternalInterface.call("$(document).trigger", "opened_file_chooser");
Second version:
ExternalInterface.call("$(document).trigger('opened_file_chooser')");
If I use the first ...
2
votes
0answers
159 views
Is ExternalInterface really slow with long strings?
I have an Flash10/ActionScript2 application embedded in a Delphi shell.
I need to send a long string to Delphi. I was using fscommand until now, but ExternalInterface is synchronous so I'd like to use ...
0
votes
0answers
255 views
Javascript throws error when trying to send var to AS3 ExternalInterface
I know there have been tons of questions about this topic already but none of them have solved my issue, perhaps I am just missing something.
Anyways, here is the deal. I have a happy little html5 ...
