Hello!

I got a problem using standart Flash components with Away3D.
MyTestClass uses the following packages:
        import away3d.containers.*;
        import away3d.core.base.*;
        import away3d.core.filter.*;
        import away3d.core.render.*;
        import away3d.core.math.*;
        import away3d.primitives.*;
        import away3d.core.utils.*;
        import away3d.loaders.*;
        import away3d.loaders.utils.*;
        import away3d.materials.*;
        import away3d.lights.*;
        import away3d.cameras.*;
        import away3d.extrusions.Elevation;
        import away3d.extrusions.SkinExtrude;

When I'm trying to add Slider to the stage, compiler shows the error:
"1004: Namespace was not found or is not a compile-time constant" in
VertexPosition.as at line 12

When I'm removing Slider from the stage, MyTestClass compiles whithout
any errors.
What am I doing wron? Need your help! Don't whant to write my own UI
components.

Reply via email to