externalinterface
Flex ExternalInterface : possible for ActionScript to interrogate the HTML document?
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[详细]
2022-12-19 17:57 分类:问答Calling a Namespaced JavaScript Function from Flash
Can I use ExternalInterface to call a namespaced JavaScript function? //JavaScript foo.bar = function(baz) {}[详细]
2022-12-19 11:53 分类:问答Why can't I get Javascript to Talk to ActionScript
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[详细]
2022-12-19 10:32 分类:问答flash external ExternalInterface call in as2
I have an external interface call which should retrieve some text from the html that the swf is embedded in.[详细]
2022-12-18 00:28 分类:问答C# Flash - ExternalInterface
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?[详细]
2022-12-18 00:08 分类:问答Returning a byte string to ExternalInterface.call throws an error
I am working on my open source project Downloadify, and up until now it simply handles returning Strings in response to ExternalInterface.call commands.[详细]
2022-12-17 20:43 分类:问答How do I use Flex's ExternalInterface with IFrames?
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[详细]
2022-12-17 09:39 分类:问答Flash AS2.0 and JavaScript/jQuery (ExternalInterface) Communication
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[详细]
2022-12-15 21:22 分类:问答Does the ExternalInterface, in Flex 3, have a data size limitation?
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.[详细]
2022-12-13 15:49 分类:问答How to create a web widget for my website users to insert on their blog?
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[详细]
2022-12-12 22:26 分类:问答