On 7/30/06, the real punk <[EMAIL PROTECTED]> wrote:
lol, it worked for about more than 30 minutes now this is what i get http://www.punkscum.org/files/misc/060730_002.png wouldn't it be dreamy if the eclipse ide launched a flash player window instead of launching the browser; maybe this could be done with ant? any ideas?
Dream away ;-) Flex Builder creates the run configuration for a project the first time you try to run it, so you can either run it once through the browser and then do this - or create the run configuration by hand. Once the configuration exists, make sure you have an MXML open from the project (so the run configurations are enabled), then: 1. Click Run -> Run -> Other 2. Find the run configuration for the project in the list 3. Uncheck 'Use defaults' 4. It'll say something like c:\blahblah\someproject\someproject-debug.htmlin the text box below - change that to someproject-debug.swf 5. Do the same for the 'Run' text box Now Flex Builder will launch the SWF in the standalone player instead of the browser. HTH _______________________________________________ [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

