The classes (.as files) are not in any classpath for faster compilation (.swc's compile faster).
You can find the resources (fla files) on Win XP in: C:\Program Files\Adobe\Adobe Flash CS3\en\Configuration\Components The fl package sources (.as files) are in: C:\Program Files\Adobe\Adobe Flash CS3\en\Configuration\Component Source\ActionScript 3.0\User Interface\fl So if you want to extend one of these classes you'll have to add the 'User Interface' directory to the classpath. As mentioned earlier, doing so will result in slower compiling when using these classes (not sure how much slower though). regards, Muzak > -----Original Message----- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On Behalf Of Paul Chang > Sent: Thursday, May 03, 2007 8:26 PM > To: [email protected] > Subject: [Flashcoders] Missing fl.* AS3 Packages in Flash CS3 > > Hello, > > I recently purchased Flash CS3 as part of CS3. > > To start, I wanted to use the following packages: > > fl.video.FLVPlayback > fl.controls.Button > > When I tried to import these, I was surprised to get an error that > these classes could not be found. > > I looked in the directories to see why (Mac OSX). I found the directory: > > Adobe Flash CS3:Configuration:ActionScript 3.0:Classes:fl > > In here, I found the following packages: lang, livepreview, motion, > transitions > > but no video or controls. > > I don't know if these other ones are built in, but it doesn't appear > so as a simple import statement causes a compile error. > > Has anyone encountered this issue? > > Thanks in advance, > Paul > _______________________________________________ [email protected] To change your subscription options or search the archive: http://chattyfig.figleaf.com/mailman/listinfo/flashcoders Brought to you by Fig Leaf Software Premier Authorized Adobe Consulting and Training http://www.figleaf.com http://training.figleaf.com

