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

Flash Player Stops Animating When Out Of Viewport

I have several flash movies on a site. They all loop through an animation which lasts for approxima… Read more Flash Player Stops Animating When Out Of Viewport

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

When Can Javascript Start Calling Actionscript?

Question Is there a non-polling way for Javascript to command Flash right when its external interfa… Read more When Can Javascript Start Calling Actionscript?

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?

Browser Viewport Size In Device Pixels

Goal: I want flash to have accurate information about the width and height of the browser viewport … Read more Browser Viewport Size In Device Pixels

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?