A Flash Developer Resource Site

Results 1 to 3 of 3

Thread: Stupid Frames! HELP!

  1. #1
    Junior Member
    Join Date
    Sep 2002
    Posts
    10

    Stupid Frames! HELP!

    I´m trying to finish my first menu in flash and to make it work in an html page with two frames:navigation and main.

    Now, the problem is that when I push any button in the menu, the correspondent page opens in the small frame (where the menu is located) when it should open in the main frame (the big one...) and leave the menu always visible.

    I don't know if i have to define the target frame in the actionscript of each button, if it has to be done in the html, or if it has to be done in both of them. I've tried it with _main, _self, whatever...

    Please, help! I know it's a stupid question but I'm just trying to start learning.

    Thanks!

  2. #2
    Senior Member
    Join Date
    Oct 2001
    Posts
    164

    answer

    If you're using something like the GetURL script for your menu buttons you'll notice there's a Window option. It provides choices like _blank, _parent, and _top. You don't have to use those choices. Simply type the name of the frame from your HTML where you want your stuff to pop up. It's as easy as that!

    Good luck!

  3. #3
    Junior Member
    Join Date
    Sep 2002
    Posts
    10

    Yes!!!

    Thanks! It worked!

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