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

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)

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)

Externalinterface Not Working In Ie After Page Refresh

I have a bizarre situation in IE where JS can't call up into flash using ExternalInterface afte… Read more Externalinterface Not Working In Ie After Page Refresh

Reload Embedded Swf In Html Page In Ie

I have a swf file embedded in a html page. I want to reload the swf file without refreshing the pag… Read more Reload Embedded Swf In Html Page In Ie

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?

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

Javascript Call As3 Function

I know that there are lots of articles and forum post about this question and lots of them are not … Read more Javascript Call As3 Function

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