Hi,

>       =>It's not a part, the only thing I want is to create a "AS3 Project" 
> and use Flex components (Spark, MX, ...) and libraries, that is my request

Something like this perhaps?

package
{
        import spark.components.Application;
        import spark.components.Label;

        public class ASApplication extends Application
        {
                var label:Label = new Label();
                
                public function ASOnly()
                {
                        label.text = "Hello";
                        addChild(label);
                }
        }
}


>       => It's not features that are missing my problem, I have really big 
> project, so to compile faster is interesting me, and future features.
Do you know that ASC 2 will be faster? For instance Spark was a lot slower than 
mx when initially released. 

Have you actually tested it's faster? I've not done any tests so have no idea 
if it is or isn't.

>       => the problem is not Flex, I love the Flex FrameWork, the problem is 
> Adobe, I think maintain MXML depending to Adobe decisions is a risk for me.
It's up to Apache Flex to maintain MXML I think it's fairly clear that Adobe 
will put minimal effort in MXML going forward. That being said they have 
publicly stated that they will do better with the 3.8 AIR release and support 
Apache Flex in the 3.8 release candidates.

>       => Today, I'm have some choices (we create only mobile applications)
Not knowing your application(s) I can't offer any advice there, but moving to 
another development platform is going to be a large amount of work.

Thanks,
Justin

Reply via email to