A Flash Developer Resource Site

Results 1 to 6 of 6

Thread: Dynamic title bar

  1. #1
    Member
    Join Date
    Aug 2001
    Posts
    96

    Dynamic title bar

    How do i pass variables from flash to the title bar of an html page? Thanks.

    Tone

  2. #2
    not a free man 51055's Avatar
    Join Date
    Jun 2003
    Location
    UK
    Posts
    120
    getURL should do it:
    getURL(url [, window [, "variables"]])

  3. #3
    Member
    Join Date
    Aug 2001
    Posts
    96
    Thanks for the quick reply but i'm sorry i don't fully understand. Could you elaborate just a little more please. Thanks a lot.

    Tone

  4. #4
    not a free man 51055's Avatar
    Join Date
    Jun 2003
    Location
    UK
    Posts
    120
    I'm not an expert, but as far as I know if you have, for instance
    getURL(http://www.anywhere.com/index.html, _self,"wildebeest")
    your browser should show 'http://www.anywhere.com/index.html&wildebeest' in the address bar, if that's what you want.
    making your variable the title of the page would require a form of scripting beyond actionscript and me.

  5. #5
    Member
    Join Date
    Aug 2001
    Posts
    96
    would anyone else have any ideas on this? all feedback is welcomed.
    thanks.

    tone

  6. #6
    Member
    Join Date
    Aug 2001
    Posts
    96
    anyone?

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