A Flash Developer Resource Site

Results 1 to 2 of 2

Thread: [F8] Need to change html page title from within flash app

  1. #1
    Junior Member
    Join Date
    Jul 2006
    Posts
    21

    [F8] Need to change html page title from within flash app

    Does anyone know how to change the html page/browser title from with a flash file. When a user clicks on the nav I'd like to set the page title to "Home, About Us, etc..."

    What I'm trying to do is change the title of the html page dynamically from within my flash app. I've gotten it to work on FireFox using javascript but for some reason it doesn't work in IE. Code being used that doesn't work in IE:
    getURL("javascript: window.document.title='"+newTitle+"'; void(0);");

    Does anyone know why this isn't working or of another better method (that's simple)?

    Any help with this will be GREATLY appreciated!!

  2. #2
    Total Universe Mod jAQUAN's Avatar
    Join Date
    Jul 2000
    Location
    Honolulu
    Posts
    2,429
    I think IE refers to it's title like:
    document.title =

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