PDA

View Full Version : rotationX,Y,Z not supported in air?


AmiAction
03-28-2009, 12:30 AM
Hello everyone,

just trying to run movieclip rotation with the air player, but the rotation doesn't work. If i set the Flash 10 Player the rotations work.

Are the rotationX,Y,Z supported in air?

thank you very much.

-Ev-
03-28-2009, 03:41 AM
Air 1.5 and above. Make sure you're up to date.

AmiAction
03-28-2009, 06:43 PM
I've updated air to 1.5.1 via adobe updater. Btw, if i try to run the code with the Air player, the rotations doens't work. Any tought?:confused:

fx.barrett
03-28-2009, 06:58 PM
Are you using Flex Builder or Flash to develop your application? If you are using Flash CS4 then it should work. If you are using Flex Builder 3 then it will only work if you remove the default globalplayer.swc from the library and replace it with the Flash Player 10 globalplayer.swc or you can wait until Flex Builder 4 comes out.

AmiAction
03-28-2009, 07:06 PM
Are you using Flex Builder or Flash to develop your application? If you are using Flash CS4 then it should work. If you are using Flex Builder 3 then it will only work if you remove the default globalplayer.swc from the library and replace it with the Flash Player 10 globalplayer.swc or you can wait until Flex Builder 4 comes out.

I'm using flash cs4 with the air profile. I don't use Flex. I need to use rotations with air.

AmiAction
03-30-2009, 10:05 AM
thank you for all the suggestions. I've update all the components and now the rotationX,Y,Z works with flash CS4 and the Air 1.5 profile.

I've got another problems, tho.
When i move a rotated movieclip on the screen, it delete other movieclip on the stage: how come?

Maybe i have to open another thread for this.