Status: New
Owner: ----
Labels: Type-Defect Priority-Medium
New issue 146 by
com.yl...@gmail.com: Ability to get abcBytes position from
DoABC tag
https://code.google.com/p/as3-commons/issues/detail?id=146
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!
--
You received this message because this project is configured to send all
issue notifications to this address.
You may adjust your notification preferences at:
https://code.google.com/hosting/settings