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?

3d Rotation With Axis & Angle

I know 3D rotation is well documented on SO and many other sites, but despite reading countless exp… Read more 3d Rotation With Axis & Angle

Approaches Of Detection Of Custom Protocol In Chrome And Safari Browsers

What could be the best way the detecting the custom protocol (like foo://) in Safari and chrome bro… Read more Approaches Of Detection Of Custom Protocol In Chrome And Safari Browsers

Resizing Div With Js From Flash Makes Flash Appear To Freeze In Chrome?

I have flash resizing it's container div by using external interface to call the javascript: fu… Read more Resizing Div With Js From Flash Makes Flash Appear To Freeze In Chrome?

Javascript Function That Works Like Actionscript's Normalize(1)

I need a formula that returns normalize numbers for xy point - similar to actionscript's normal… Read more Javascript Function That Works Like Actionscript's Normalize(1)

Swiffy Input Textfield Workaround

I'm a noob to this forum and a noob to javascript, but I know a fair share of as3. So swiffy do… Read more Swiffy Input Textfield Workaround

Send ByteArray To JavaScript

How to send a jpg image as ByteArray from as3 to javascript? And how to convert ByteArray to image … Read more Send ByteArray To JavaScript

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?