Yes. You are right: https://github.com/matrix3d/spriteflexjs/blob/master/src/flash/utils/ByteArray.as https://github.com/matrix3d/spriteflexjs/blob/master/src/flash/utils/Dictionary.as
The ByteArray implementation looks pretty complete, but the Dictionary implementation assumes that keys are strings. Lizhi, Are you interested in donating your code? On Apr 15, 2016, at 11:13 AM, jude <flexcapaci...@gmail.com> wrote: > I vaguely remember itzhi had converted a lot of the Flash classes to > JavaScript in his Github repo to get startling transpiled. on mobile so I > don't have links. > On Apr 15, 2016 2: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