Skip to content

Ability to get abcBytes position from DoABC tag #146

Open
@GoogleCodeExporter

Description

@GoogleCodeExporter
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

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions