I am simply trying Flex 4 SDK: http://opensource.adobe.com/wiki/display/flexsdk/Download+Flex+4
--- In flexcoders@yahoogroups.com, Charles Parcell <pokemonkil...@...> wrote: > > You have the Flex 4 compiler? Not that I am complaining about hearing things > about Flex 4 but isn't that NOT a public beta yet? Shouldn't this question > be for the beta list and not a public forum? > > Charles P. > > > > On Fri, May 8, 2009 at 10:28 AM, markgoldin_2000 > <markgoldin_2...@...>wrote: > > > > > I am using Flex 3 Builder. I am trying to see what is going to be involved > > to move to Flex 4 when it's out. So far, I see it's going to be tough. > > Unless, it's simply buggy at this point. > > > > --- In flexcoders@yahoogroups.com <flexcoders%40yahoogroups.com>, Harish > > Sivaramakrishnan <hsivaramakrishnan@> wrote: > > > > > > are you on Flex Builder 3 using Spark components? > > > > > > On Fri, May 8, 2009 at 7:04 AM, markgoldin_2000 > > > <markgoldin_2000@>wrote: > > > > > > > > > > > > > > > I am trying a simlpe Flex 4 application found in the Web: > > > > <?xml version="1.0" encoding="utf-8"?> > > > > <fx:Application > > > > xmlns="http://ns.adobe.com/mxml/2009" > > > > xmlns:fx="library://ns.adobe.com/flex/spark" > > > > xmlns:mx="library://ns.adobe.com/flex/halo"> > > > > > > > > <mx:VBox> > > > > <fx:Button label="Gumbo Button"/> > > > > <mx:Button label="Halo Button" /> > > > > > > > > <fx:ButtonBar id="orangeToggleBar" requiresSelection="true"> > > > > <fx:dataProvider> > > > > <fx:ArrayCollection source="[Flash, Director, Catalyst, > > > > ColdFusion]" /> > > > > </fx:dataProvider> > > > > </fx:ButtonBar> > > > > </mx:VBox> > > > > </fx:Application> > > > > > > > > It compiles but does not start. > > > > Launch Failed > > > > File not found > > > > Path to an html wrapper > > > > > > > > What's wrong here? > > > > > > > > Thansk > > >