Is there a way for the Flex a开发者_开发技巧pp to get any information about the HTML document via the ExternalInterface? Can Flex find out if a particular DIV exists, for example?ExternalInterface is
Can I use ExternalInterface to call a namespaced JavaScript function? //JavaScript foo.bar = function(baz) {}
I have a very simple flash program that plays music. It consists of a play pause button and a timer that shows the current position of the song. I\'m trying to make it possible to pause or play the so
I have an external interface call which should retrieve some text from the html that the swf is embedded in.
We are hosting the ActiveX control in a WinForms application to embed flash. Is there a good way to get the list of visible ExternalInterface functions that are available for any given swf file?
I am working on my open source project Downloadify, and up until now it simply handles returning Strings in response to ExternalInterface.call commands.
I have a simple html doc with a flex app and an iframe side-by-side (using a 1x2 table). There is a button in the flex app that, when clicked, sets the \"src\" property of the iframe to a URL by usin
Im trying to use JS to send data to my Flash AS2.0 music player with ExternalInterface, except there are no good tutorials or guides on ExternalInterface that I can find. I want to be able to change t
I am using the ExternalInterface on Flex 3. We are actually using flex to compress a large amount of DOM data, so this is specifically being used with LARGE data.
For my wishlist site, I would like to propose widgets to my users in order to publish their wishlist on their blog or personal website. The idea is to propose a few lines of code to my users that they