A Flash Developer Resource Site

Results 1 to 6 of 6

Thread: Hyperlinks

  1. #1
    Junior Member
    Join Date
    Feb 2005
    Posts
    8

    Hyperlinks

    Hi, I have designed an animated menu for my website with links on. I can get the links to work in the same frame, or in a new window, but how do i get the links to open in my main frame?

  2. #2
    Banned
    Join Date
    Apr 2001
    Location
    Montréal, Québec.
    Posts
    25,397
    As in a frameset?

  3. #3
    Junior Member
    Join Date
    Feb 2005
    Posts
    8

    yes

    yes

  4. #4
    Senior Member catbert303's Avatar
    Join Date
    Aug 2001
    Location
    uk
    Posts
    11,222
    In your frameset you need to have given the target frame a name, eg

    <frame src="somepage.html" name="myframe">

    then in your movie you can use,

    getURL("filename.html", "myframe");

    to open filename.html in the frame named myframe

  5. #5
    Junior Member
    Join Date
    Feb 2005
    Posts
    8

    Sorted

    Brillient, thanx very much

  6. #6
    Junior Member
    Join Date
    Apr 2004
    Posts
    19
    I am trying to sorta do the same thing -- I want the entire site to be in flash, but I have some pages that are HTML that I would like to load within the site.. Is this possible? Also -- how do I make the navigation bar, anyway? I'm really new to this.

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