Hi all,

I too this 3D example from the web:

http://blog.flexexamples.com/2008/10/13/3d-rotating-objects-in-flex-using-the-fxrotate3d-effect-and-flash-player-10/

(I was able to compile it with the regular sdk, i.e. mxmlc.exe...)

I removed the layout tag and then compile using the concept pom.xml
that I got from:

http://svn.sonatype.org/flexmojos/trunk/rvin-mojo/test-harness/projects/concept/flex4-gumbo
(placing the mxml file under src/main/flex.


ran install and got this error
........\src\main\flex\Main.mxml:[4,-1] Could not resolve
<FxApplication> to a component implementation.

even after changing the <FxApplication> to <Application> I still got
an error about the other elements in the page.
........\src\main\flex\Main.mxml:[7,-1] Could not resolve <FxRotate3D>
to a component implementation.
........\src\main\flex\Main.mxml:[13,-1] Could not resolve
<FxRotate3D> to a component implementation.
........\src\main\flex\Main.mxml:[19,-1] Could not resolve
<FxRotate3D> to a component implementation.
........\src\main\flex\Main.mxml:[26,-1] Could not resolve <VGroup> to
a component implementation.
........\src\main\flex\Main.mxml:[27,-1] Could not resolve <FxButton>
to a component implementation.
........\src\main\flex\Main.mxml:[30,-1] Could not resolve <FxButton>
to a component implementation.
........\src\main\flex\Main.mxml:[33,-1] Could not resolve <FxButton>
to a component implementation.
........\src\main\flex\Main.mxml:[38,-1] Could not resolve <Image> to
a component implementation.

I notice that the mxml-2009-manifest.xml in the concept doesn't
support this tags and if I try to switch with the
on supplied in the regular sdk the compiler will failed, this time
there was an error for every tag:

........\src\main\flex\Main.mxml:[(place)] Type was not found or was
not a compile-time constant: (name of tag)

is there some extra dependencies needed for these tags (to use the sdk
manifest)?
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google
Groups "Flex Mojos" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[EMAIL PROTECTED]
For more options, visit this group at
http://groups.google.com/group/flex-mojos?hl=en?hl=en

http://blog.flex-mojos.info/
-~----------~----~----~----~------~----~------~--~---

Reply via email to