Hi there,
I have created a rotating logo in flash cs4 using motion presets, named logoRotar.swf. I have used this inside my flex application:
%26lt;mx:SWFLoader width=''33.33%'' height=''100%'' source=''assets/logoRotar.swf''%26gt;
When I execute the flex application, I get this runtime error message:
VerifyError: Error #1014: Class flash.geom::Matrix3D could not be found.
?at global$init()
?at fl.motion::AnimatorFactory3D/getNewAnimator()
?at fl.motion::AnimatorFactoryBase/addTargetInfo()
?at logoRotar_fla::MainTimeline()
I also tried adding import flash.geom.*; statement in my flex application, I still get the same message.
Flash player 10,0,22,87 is running in my browser.
Please help me out....
Cheers!
Deepak
Error while loading a swf created in...Get Flex 3.3 and use -target-player=10
Alex Harui
Flex SDK Developer
Adobe Systems Inc.
Blog: http://blogs.adobe.com/aharui
Error while loading a swf created in...Thank you so much Alex I downloaded Flex SDK 3.3 and applied it to my project. It's animating in Flex now....
Cheers!
No comments:
Post a Comment