externalinterface
ExternalInterface-passing dynamic arguments to Javascript function
I\'m having a problem passing dynamic variables to a Javascript function using ExternalInterface. The variables don\'t seem to be resolved correctly[详细]
2022-12-12 15:22 分类:问答How do I use externalInterface to allow Flash to call javascript to update a value on the screen?
I have a Flash movie that is embeded in a PHP page. The PHP page displays a value to the user (the number of images they have uploaded). When the user uploads a new image I want the value on the PHP p[详细]
2022-12-12 13:05 分类:问答Opening popups from AS3 using ExternalInterface in Safari
I\'m using this code to open a popup ExternalInterface.call(\"function () { window.o开发者_如何学Pythonpen(\'\" + url + \"\',\'\" + title + \"\',\'\" + options + \"\'); }\");[详细]
2022-12-11 20:25 分类:问答