I think you need to use another html page and in that you need to have a javascript function and call the window.open pointing to the html embeded with the flex.
You can modify all the properties of a window using the window.open. Call the window.open in the onload function of the body tag of the html page. Cheers Hara --- In [email protected], "jwc_wensan" <[EMAIL PROTECTED]> wrote: > > Good Morning: > > I am using FlexBuilder 2.01. > > When I run my app, I want the app to display in the > browser without the menu bar and toolbar. > > Like when JamJar and other apps display it just has > the Title bar. > > I am using IE 6 as my browser. > > I think I need to change the index.template.html file > located in the html-template folder. > > I have searched but have been unable to find info > on what code and where it goes to achieve this. > > Again, I think it is menubar=no and toolbar=no, but > not sure of the syntax and if index.template.html is > the right file. > > Can anyone tell me what needs to be changed and > where does it go? > > Thanks, > > Jack >

