Hi,
I'm using 1.38 (sorry, yet) instantiating it from Flash (with the addChild Stuff) and everything works fine.
My problem is that I'd like to use it in a Full Size SWF, so the Megazine Object is added from a container (a rectangle with the same size of the book and some graphics) on the stage, and this is fine too, but my problem is that when I resize the stage the container disappears, but only the container where the Megazine MovieClip is added. The point is the resizing works if I remove the addChild(mz) line.
Just to clarify:
- Megazine added from a container works fine.
- I've a Flash project that has to be resizable and the components have to be placed depending on the Stage size, so there's an event handler to manage this and this is working fine, except when I place the Megazine on this stage, as when the stage is resized the container where the Megazine is added just disappears.
I see at Main.as that there's an event handler for the Stage Resize, and may be this is the problem.
My question is: how can I put the MegaZine on a resizable stage?
Thanks and regards,
Pedro