OK!
Got a new problem to solve. We need to deliver frame by frame animation in a HTML5 banner. But this provider does not allow SVG. So have to do it with a PNG spritesheet. Flash got some good options for this: If you right click a symbol in the Flash library > Generate Sprite Sheet. If you wanna do the difficult “hard way” in Hype, you uncheck the “Trim” checkbox, so you can adjust the size so it is always same on every frame. You get a good PNG file, that you can optimise with ImageAlpha and ImageOptim. Then you import it to Hype and animate it step by step, inside a Group or in a symbol with overlapping content as hidden.
Or… Hoping that Tumult can help me out here. You can export a Trimmed PNG from Flash, together with one of the JS options (see pic). Making it trimmed is a lot better, decreases the width and height… I tried using the Easeljs libary. Could I get some help in making any of these work? The one that needs the least amount of code, would be great…