Changing Browser Title Bar in MM_openBrWindow?

Ask a Question related to Macromedia Dreamweaver, Design and Development.

  1. #1

    Default Changing Browser Title Bar in MM_openBrWindow?

    I used presentation pro's converter to convert my powerpoints to flash.

    In DMX I am able to launch a flash piece in a new window using the onClick and MM_openBrWindow script. Using behaviors I turned on resize, inserted window name and set window sizes.

    When I launch the window the browser title bar always displays the actual file path rather than a name I specify.

    Any ideas on how to do this?

    Current Code:
    <a href="javascript:void(0);" "class=MyLink2" title="See Presentation" onClick="MM_openBrWindow('files/stuff.swf','Presentation','resizable=yes,width=720 ,height=540')" > click here</a></div>

    Thanks





    ChomS webforumsuser@macromedia.com Guest

  2. Similar Questions and Discussions

    1. How to get the browser window title or the http url?
      I have a web application which opens a selected/given PDF file in a web browser. Example Url:...
    2. Changing Admin Page Title
      Can you change the page title displayed in CF Admin so it says "Coldfusion Administrator- DEV" when on a dev server? I tried opening the index file...
    3. Changing the title bar and URL
      Hi , I am using Frames in my website, all is well except for one thing. The page title and the URL (in the address bar) stays the same. It always...
    4. Changing Projector icon and title in task bar and alt-tab-window?
      Is there a tool to change the projector icon und title to display both correct in the task bar and in the window, when switching between...
    5. Changing xterm title.
      I have an ncurses based application that changes the xterm title to the current working directory. I was using printf statements and escape...
  3. #2

    Default Re: Changing Browser Title Bar in MM_openBrWindow?

    In article <bf700n$1vj$1@forums.macromedia.com> , "ChomS"
    [email]webforumsuser@macromedia.com[/email] wrote:
    > Any ideas on how to do this?
    Insert your Flash into an HTML page and give the page a title.

    -- James M. Shook
    [url]http://www.jshook.com[/url]

    James M. Shook Guest

Posting Permissions

  • You may not post new threads
  • You may post replies
  • You may not post attachments
  • You may not edit your posts

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139