Skip to content Skip to sidebar Skip to footer
Showing posts with the label Bytearray

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)

Does Javascript Support A Bytearray Class In The Browser?

The ByteArray class provides methods and properties to optimize reading, writing, and working with … Read more Does Javascript Support A Bytearray Class In The Browser?

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

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)

How Do I Read Out The First 4 Bytes In Javascript, Turn It Into An Integer And Remove The Rest?

I need to transfer webcam data over the internet from one browser to another. The webcam is displa… Read more How Do I Read Out The First 4 Bytes In Javascript, Turn It Into An Integer And Remove The Rest?