I've ported a JavaScript ByteArray implementation to ActionScript and fixed several bugs here: https://github.com/WeaveTeam/Weave/blob/develop/WeaveJS/src/weavejs/util/JSByteArray.as (original: https://github.com/jamesward/JSAMF/blob/master/web/web/amf.js)
It does not have any write functionality but it can read AMF. On Fri, Apr 15, 2016 at 3:54 AM, Harbs <harbs.li...@gmail.com> wrote: > These are two features used a lot in Flash apps which do not have a simple > mapping in Javascript. Has anyone done any work on this front yet? > > I was about to add UIDUtil to FlexJS core, but I realized it uses both of > these. > > Harbs