Skip to content Skip to sidebar Skip to footer
Showing posts with the label Externalinterface

How Do I Access The Global Object (window) Using Webpack?

I'm trying to interface ActionScript with JavaScript using ExternalInterface and webpack. Exter… Read more How Do I Access The Global Object (window) Using Webpack?

ExternalInterface Gives Me An Option Of Stopping The Script When Using Multiple Parameters. Why?

First version: ExternalInterface.call('$(document).trigger', 'opened_file_chooser')… Read more ExternalInterface Gives Me An Option Of Stopping The Script When Using Multiple Parameters. Why?