Hi Oliver Thanks for the tips. I use the 3.2 sdk. I try your suggestion, and it works when I use the player/9/ swc
Thierry 2009/5/15 Oliver Merk <[email protected]> > > > Are you using the 3.3 SDK? If so, here's the fix: > > Under Project Properties > Flex Build Path > Library Path, remove the > playerglobal.swc under the framework SDK. Click Add SWC and find the > player global SWC for Player *9* in the 3.2 SDK (assuming you've got it > somewhere). For example, /frameworks/libs/player/9/playerglobal.swc. > > Clean the project and you should see everything working again. > > > --- In [email protected] <flexcoders%40yahoogroups.com>, "Thierry > V." <titi2...@...> wrote: > > > > Hello !! > > > > I'm on Ubuntu Intrepid ibex. I installed Java, Eclipse and the > > FlexBuilder plugin. > > First I have many problems when I compile, with out of memory > errors... > > Even I change the vmargs with Xmx=1024M the result is the same... But > > it's not the main problem... > > > > I have some problems with the flash package... > > If I write "import flash." only errors package is displayed with > > autocompletion. After that, when I use autocompletion in my class, it > > remove all flash packages not found from the import list. > > > > Example : > > > > I have > > > > import mx.collections.ArrayCollection; > > import flash.display.Sprite; > > import flash.display.DisplayObject; > > import flash.utils.Timer; > > import flash.events.Event; > > import flash.events.KeyboardEvent > > > > in the header of a class. If I use autocompletion, FlexBuilder remove > > all flash imports, and I'll have only the > mx.collections.ArrayCollection > > import. So when I launch compilation, I have some errors due to > missing > > imports. > > > > If anyone has a solution... Thanks in advance. > > > > Thierry aka titouille > > > > >

