Skip to content Skip to sidebar Skip to footer
Showing posts with the label Actionscript 3

Javascript's Version Of Actionscript's Event.enter_frame Event?

I am trying to learn JavaScript and I am wondering whether JavaScript has a event listener just lik… Read more Javascript's Version Of Actionscript's Event.enter_frame Event?

How To Pass Arguments From Javascript To As3 Using External Interface

I found how to call actionscript from javascript, but I need to pass some arguments too (dynamic),h… Read more How To Pass Arguments From Javascript To As3 Using External Interface

How To Call Javascript Function From With In Flash Application?

So in my AS file I want to call a function like public function JS(streamUri:String):void{ … Read more How To Call Javascript Function From With In Flash Application?

Externalinterface

Hey, so I'm having a bunch of trouble getting ExternalInterface to work, which is odd, because … Read more Externalinterface

Why Am I Seeing Inexact Floating-point Results In Ecmascript / Actionscript 3?

Hey all, let's jump straight to a code sample to show how ECMAScript/JavaScript/AS3 can't d… Read more Why Am I Seeing Inexact Floating-point Results In Ecmascript / Actionscript 3?

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?