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?

Javascript / Jquery Flash As3 Interaction

I am designing a music player using JavaScript (jQuery) and HTML5, with Flash AS3 to fall back. Bas… Read more Javascript / Jquery Flash As3 Interaction

Flex Externalinterface Callback

Flex: public function callFromJavaScript():String { test.label='dfdsfsdf'; re… Read more Flex Externalinterface Callback

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?

Passing An ActionScript JPG Byte Array To Javascript (and Eventually To PHP)

Our web application has a feature which uses Flash (AS3) to take photos using the user's web ca… Read more Passing An ActionScript JPG Byte Array To Javascript (and Eventually To PHP)