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 [...]
