I need to obtain a string from HTML and put it into Actionscript. the actionscript: import flash.external.ExternalInterface;
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
Hey, so I\'m having a bunch of trouble getting ExternalInterface to work, which is odd, because I use it somewhat often.
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.
I trying to pomp showPermissionDialog for allow the user to post something in a friend Wall. I have the flowing javascript code:
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:
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
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:
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.
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: