externalinterface
ExternalInterface passing values from swf to an iFrame on the same page
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[详细]
2023-02-24 09:00 分类:问答Elegant way to get ExternalInterface working with all browsers
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[详细]
2023-02-24 05:57 分类:问答AS3 Load Image from Server using Loader
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[详细]
2023-02-24 05:15 分类:问答How can i invoke my own javascript API on my SWF dynamically embeded using swfOject?
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[详细]
2023-02-23 07:54 分类:问答Javascript to Flash communication doesn't work
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[详细]
2023-02-21 03:25 分类:问答ExternalInterface.addCallback for as3 doesn't work
I want to call AS function from JS. I have the following ActionScript 3 code: package{ import flash.display.*;[详细]
2023-02-17 04:22 分类:问答Why does ExternalInterface breaks when I pass parameter with JSON like string?
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[详细]
2023-02-14 13:05 分类:问答IPhone App Approval With Wireless Communication To External Hardware
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?[详细]
2023-02-13 10:54 分类:问答Options for defining interface mapping code in the 21st century
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[详细]
2023-02-13 02:34 分类:问答how to pass value from java script to embedded flex object?
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[详细]
2023-02-11 21:56 分类:问答