Launching the Default Browser ----------------------------- You can use the JumpOut() or JumpOutReturn() functions to launch the user's default: JumpOutReturn("", "http://www.macromedia.com") Note that the first parameter is blank and the URL you wish to jump to is the second parameter. You can also specify an HTML file on the user's local hard disk to jump to using the same technique: JumpOutReturn("", "file://c:\\htmfiles\\myfile.htm")