Hello!
I'm trying to find the begin position of the DoABC tags in the swf bytes. For
example:
for each(var tag:DoABCTag in abcTags)
{
var abcFile:AbcFile = tag.abcFile;
var abcBytesBeginPosition:int = abcFile.startBytePosition;
var abcBytesEndPosition:int = abcFile.endBytePosition;
for (var i:int = abcBytesBeginPosition; i <= abcBytesEndPosition)
{
var byte:int = bytes[i];
// do something
}
}
Could you add this feature to the project? Thank you!
Original issue reported on code.google.com by com.yl...@gmail.com on 12 Oct 2014 at 9:55
Original issue reported on code.google.com by
com.yl...@gmail.com
on 12 Oct 2014 at 9:55