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

Is There A Way To Get Values Form A Swiffy Animation

let's assume that i'm detecting the number of mouse clicks in flash for that ive used the … Read more Is There A Way To Get Values Form A Swiffy Animation

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)

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

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

Flash Html5 Canvas Fl_mouseoverhandler

I'm quite new to Flash Actionscript & Javascript but I'm hoping to get some help here i… Read more Flash Html5 Canvas Fl_mouseoverhandler

Flex Externalinterface Callback

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

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

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?

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