On a page I have a an iFrame and a swf, I\'ve been trying to use ExternalInterface to pass values from the swf to the iFrame, anyone ever tried this and had any luck? I won\'t be able to post any code
I want to call a function inside a Flash movie from javascript, using the ExternalInterface class. The problem is that to get it to work with Firefox I need to use the embed element and with the rest
Hey, Im trying to load an image from my server with flash.The point is to do this dynamically so that I can animate it in flash on the fly.Im using ExternalInterface so I can feed flash some variables
I am using the swfObject library to dynamically embed a MP3 player i\'ve made in Flash CS5. In the .fla file, i\'ve declared a list of methods that 开发者_开发百科can be called via Javascript (using t
I\'m trying to control a flash player from javascript, i did as i saw on the internet and i get an \"not supported\" error
I want to call AS function from JS. I have the following ActionScript 3 code: package{ import flash.display.*;
I have a very odd problem with Flash 10 and ExternalInterface. I am currently using a homemade bridge to use RTMFP with Javascript and whenever I try to pass data that contains JSON, I get a wierd Jav
I am working on an application that communicates via TCP/IP with an external device that controls a large piece of machinery.How would I submit this to apple?
Currently working on re-writing sev开发者_C百科eral interfaces and looking at what options there are for defining the mapping between the systems.We need to do things like filtering out records, remap
I am trying to figure how to pass string value(url) from html form to embedded flex object. the only method i found so far is \"addCallback\" metho开发者_开发问答d described in http://livedocs.adobe.c