I\'m having a problem passing dynamic variables to a Javascript function using ExternalInterface. The variables don\'t seem to be resolved correctly
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
I\'m using this code to open a popup ExternalInterface.call(\"function () { window.o开发者_如何学Pythonpen(\'\" + url + \"\',\'\" + title + \"\',\'\" + options + \"\'); }\");