Issue 146 in as3-commons: Ability to get abcBytes position from DoABC tag

3 views
Skip to first unread message

as3-c...@googlecode.com

unread,
Oct 12, 2014, 5:55:48 PM10/12/14
to as3-commons...@googlegroups.com
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
Reply all
Reply to author
Forward
0 new messages