It seems that flex only changes the default html file all the time, made changes to the template html and then copied it to the bin-debug and then changed the run properties to run that html fine.
works perfect. thanks Nayan On Fri, Feb 29, 2008 at 4:08 PM, Tracy Spratt <[EMAIL PROTECTED]> wrote: > > > > > > > > > > Make your changes to the index.template.html file. Do a project, clean to > make sure the wrapper gets re-generated. > > > > If you need multiple start-up conditions, copy the generated wrapper, modify > it and put it in html-template folder (it will get copied to the bin folder > on compile). You can use the menu, Run, Run, Other dialog to set up > multiple run environments. > > > > Tracy > > > > ________________________________ > > > From: [email protected] [mailto:[EMAIL PROTECTED] On > Behalf Of Nayan Savla > Sent: Friday, February 29, 2008 5:21 PM > To: [email protected] > Subject: [flexcoders] debugging with flashvars > > > > > > > > > Hi All, > > I just started foray in Flex 3 and have been using flex builder plugin > for eclipse. > > I have modified my output html file so that is passes the flashvars > but then everytime i run the application a new html file is generated. > > If i uncheck the generation of html page in the project properties > then the swf file is launched in the browser and there is no html > wrapper to pass the flashvars. > > I would ideally like the debugger to launch the html file and it not > being regenerated everytime. > > Any ideas, suggestions to this problem? > > thanks > Nayan > >

