Content

Tagged: adobe air

2008-08-25 :: 5566 // Tips
My Mistake With readBytes in AIR

I was trying to read a specific part of a file in AIR. I thought readBytes function in FileStream can serve the purpose but I was wrong. public function readBytes(bytes:ByteArray, offset:uint = 0, length:uint = 0):void Reads the number of data bytes, specified by the length parameter, from the file stream, byte stream, or byte [...]

Tagged: » »

3 comments  » Read the rest