Hi Florian,
I created a new Actionscript project in Flex builder using the MegaZine sourc-code files, without any change.
The MZ instance in Main.as is defined '_mz', but when I set values for _mz.x & _mz.y it does not seem to have any affect on the result.
I tried different numbers, such as
_mz.x = 300;
_mz.y = 100;
but no affect at all. it's always on the left top corner.
I also wonder - the original source code doesn't include this - so how is it that in the DEMO the SWF appears correctly on the center? How the SWF is positioned there?
Any help is appreciated.
Regards,
Rash