A Flash Developer Resource Site

Results 1 to 2 of 2

Thread: flash buttons to html page?????

  1. #1
    Junior Member
    Join Date
    Oct 2000
    Posts
    10
    hi
    can anyone tell me how i make a menu in flash, but then have the buttons work to change the html page?
    say for example i had a page with two frames (frame 1 and frame 2)
    if the flash buttons ("home, contact, profile, about" for example) were in frame 1, how do i make them go to the relevent page but in frame 2.
    i know how to make images do this, but not swf files.
    i also know how to make a flash button go to html page but only in PARENT or BLANK window,


    im using dreamweaver by the way

    for an example of what i mean, go to http://www.biteit.net

    thanks in advance for any replies

    steven

  2. #2
    Bamboozled snoop_doug's Avatar
    Join Date
    Apr 2001
    Posts
    1,278
    you need to use _main to load in the second frame, e.g.

    on (release) {
    getURL("www.site.com", "_main");
    }

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