You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 [email protected] on 12 Oct 2014 at 9:55
The text was updated successfully, but these errors were encountered:
Original issue reported on code.google.com by
[email protected]
on 12 Oct 2014 at 9:55The text was updated successfully, but these errors were encountered: