Questions tagged [externalinterface]

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 SWF file.

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 SWF file.

308 questions
0
votes
1 answer

Using Activex Dll in Flex Web application

Correct me If I am doing wrong: We have an existing web-application in Flex-BlazeDS-Spring running on JBoss. We need to read a Dll from client machine so we have used ExternalInterface.call like below: ExternalInterface.call("eval", …
Suave Nti
  • 3,721
  • 11
  • 54
  • 78
0
votes
1 answer

Flash ExternalInterface crashes under Firefox

After a while i got down to my project using Flash and its ExternalInterface. What I found after running the used-to-work html site embedding flash and JavaScript was that it stopped working. I ran ExternalInterface example from asdoc with the same…
-1
votes
1 answer

How to wait for javascript function called from actionscript/flex?

I have to call a javacript function that returns some data(which I want) in a callback function. Now currently I am transferring back this data to flex by calling it from javascript. But I want the flex to somehow wait for the javascript function to…
-1
votes
1 answer

How to Capture Events of Flash Player Using Javascript

I want to handle smooth streaming events on client side like video ended, paused... But not using externalinterface is there any way?
user4092086
  • 986
  • 3
  • 12
  • 24
-1
votes
1 answer

GetElementById is null for FlashContent for facebook login

I try make simple ExternalInterface mechanism for flash-facebook login with js sdk but the callback to flash isn't run because the GetElementById("flashContent") is null >>> Console said. How I should fix it? I've try it in Firefox, etc and give…
m hanif f
  • 406
  • 1
  • 7
  • 20
-1
votes
1 answer

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 problem is that on each and every scene's Actions,…
ipruthi
  • 144
  • 2
  • 8
-2
votes
1 answer

working with externalinterface js

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 video end the pop up window opened and showing…
Naresh
  • 2,761
  • 10
  • 45
  • 78
-2
votes
1 answer

Use Flash TextArea as TinyMCE Editor textarea

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.
1 2 3
20
21