A Flash Developer Resource Site

Results 1 to 6 of 6

Thread: Browser's main title...

  1. #1
    Todd Lerner
    Join Date
    Oct 2003
    Posts
    198

    Browser's main title...

    Hello,

    What determines the copy that appears in the user's browser window title? I'd like to have a certain title appear.

    Thanks,
    Todd Lerner
    Todd Lerner
    http://www.toddlerneradvertising.com

  2. #2
    FK's Geezer Mod Ask The Geezer's Avatar
    Join Date
    Jul 2002
    Location
    Out In The Pasture
    Posts
    20,488
    The Title meta-tag. If your looking at this in IE, right click the page and view source. Look at the top of the Notepad file. Same thing also shows in the icon at the bottom of the screen in the browser expand button.

  3. #3
    Todd Lerner
    Join Date
    Oct 2003
    Posts
    198
    Ahh, I see it now!

    So when Flash generates the html document, it titles the browser window by omitting the suffix?

    Can I simply change the copy in the title meta-tag in the html document without causing any other problems?

    Thanks,
    Todd
    Todd Lerner
    http://www.toddlerneradvertising.com

  4. #4
    FK's Geezer Mod Ask The Geezer's Avatar
    Join Date
    Jul 2002
    Location
    Out In The Pasture
    Posts
    20,488
    Yes, you can change anything you want. Here's a stock set of meta-tags I use all the time, just replace the X's.

    <head>
    <meta http-equiv="Content-Type" content="text/html; charset=windows-1252">
    <title>xxx</title>
    <meta name="description" content="xxx">
    <meta name="keywords" content="xxx">
    <meta name="googlebot" content="noarchive">
    <meta name="revisit after" content="15 days">
    <meta name="robots" content="index,all">
    <meta name="robots" content="index,follow">
    </head>

    Also delete all the <-- comment tag stuff. It takes up bytes and no search engine today reads them.

  5. #5
    Todd Lerner
    Join Date
    Oct 2003
    Posts
    198
    Thanks!

    -Todd
    Todd Lerner
    http://www.toddlerneradvertising.com

  6. #6
    Senior Member WizyWyg's Avatar
    Join Date
    Feb 2001
    Posts
    209
    edit oops already answered.

Posting Permissions

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




Click Here to Expand Forum to Full Width

HTML5 Development Center