externalinterface
Flex/Flash 4 ExternalInterface.call - trying to get a string from HTML to Actionscript
I need to obtain a string from HTML and put it into Actionscript. the actionscript: import flash.external.ExternalInterface;[详细]
2022-12-30 10:20 分类:问答How to get/obtain Variables from URL in Flash AS3
So I have a URL that I need my Flash movie to extract variables from: example link: http://www.example.com/example_xml.php?aID=1234&bID=5678[详细]
2022-12-28 15:11 分类:问答ExternalInterface
Hey, so I\'m having a bunch of trouble getting ExternalInterface to work, which is odd, because I use it somewhat often.[详细]
2022-12-28 09:04 分类:问答How to pass a reference to a JS function as an argument to an ExternalInterface call?
Summary I want to be able to call a JavaScript function from a Flex app using ExternalInterface and pass a reference to a different JavaScript function as an argument.[详细]
2022-12-24 13:06 分类:问答showPermissionDialog with ExternalInterface (facebook/ flash)
I trying to pomp showPermissionDialog for allow the user to post something in a friend Wall. I have the flowing javascript code:[详细]
2022-12-23 23:24 分类:问答Flash AS3 ExternalInterface call to function inside jQuery document ready
From a button in Flash I just want to call a function written in jQuery.When I place the function outside jQuery\'s $(document).ready it works fine:[详细]
2022-12-21 20:05 分类:问答Requiring confirmation from user before browser close _iff_ a Flex variable is true
I have a Flex application which allows the user to edit a cloud-based document. (Think SlideRocket.) When the user tries to navigate away or close the browser window, I\'d like to show them an are-you[详细]
2022-12-20 22:01 分类:问答Security Error when trying to call ActionScript function from JS
I have a little test swf to test calling an ActionScript(3.0) function from JavaScript. I am using the Flash documentation as a reference:[详细]
2022-12-20 16:51 分类:问答IE onbeforeunload not firing ExternalInterface callback
I have a Flash movie embedded with swfobject in a html container. Through ExternalInterface I have registered a Javascript function to fire callback to my flash app.[详细]
2022-12-20 12:55 分类:问答Flash JSFL ExternalInterface issue
I can’t get a call from JSFL to a SWFPanel to work via the ExternalInterface API.I am following the instructions here as follows:[详细]
2022-12-19 18:03 分类:问答