We are using Flash Pro to build HTML5 animated splash pages, it works great. But the animator/illustrator often resizes display objects on the stage. We need the designer to have that flexibility to accommodate last minute changes.
When Flash exports to CreatJS, it creates images of elements at their full scale and not the scale they appear as on the stage, and then resizes those images via CreateJS (JavaScript). This adds to the file size of the plash page considerably. Currently the developers have to go through the animation and resize and reposition every element.
Does anyone know of a better solution? Can Flash resize elements on the stage for use with CreateJS?
We thought about having Flash create a sprite sheet, but the sprite sheet is very large because it creates an image for every frame instead of using tweens.
Cheers.