A Flash Developer Resource Site

Results 1 to 2 of 2

Thread: I need help with Frames, PLEASE HELP ME

  1. #1
    Junior Member
    Join Date
    Oct 2004
    Posts
    2

    I need help with Frames, PLEASE HELP ME

    Im very desperate about this, ok heres the thing: for my website im using frames, and I want the flash buttons to go to different websites in one of my frames. With HTML thats simple u go: <xmp><a href=whatever.html target="mainframe"></xmp>
    So i want the flash button to taget the fram called "mainframe" in my website. But how? Please tell me how to make a button taget an HTML frame on a site...please.
    Last edited by thenoob; 10-02-2004 at 10:26 PM.

  2. #2
    Banned
    Join Date
    Apr 2001
    Location
    Montréal, Québec.
    Posts
    25,397
    code:

    on(release){
    getURL("http://www.yourserver.com/whatever.html", "mainframe");
    }



    Making sure the targeted frame's name ("mainframe" above...) is the exact (caps & all) same name you used when defining your frameset.

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