A Flash Developer Resource Site

Results 1 to 3 of 3

Thread: Problem with Menu (getURL etc)

  1. #1
    Junior Member
    Join Date
    Oct 2003
    Location
    Leeds
    Posts
    6

    Problem with Menu (getURL etc)

    Hey guys,

    Hope someone can help a relative newbie...

    I have created some nice menus. I have a htm page split into a few frames. The menu is located in one and I am wanting to open another htm page in another frame by clicking on one of the menu buttons.

    The menu is made with buttons. Each of the buttons has mouse over stuff attached to it (changes colour and makes noise when you go over it). When I add the Actionscript for the :

    on (release) {
    getURL("Biog Photo.htm", "top4");}

    I save and export the movie and it does nothing when I click on the button. The name of the file and the Frame name are both correct.

    Can anyone help as to why when I click on the mouse nothing happens in the frame where it should be loading the web page.

    Cheers guys

    Jason

  2. #2
    eveningtidemusic.com tristankelley's Avatar
    Join Date
    Jul 2003
    Posts
    377
    You can't have a space in your HTML file name. Join the words together or put in an underscore.

    on (release) {
    getURL("Biog_Photo.htm", "top4");
    }

  3. #3
    Junior Member
    Join Date
    Oct 2003
    Location
    Leeds
    Posts
    6
    Hi,

    I have changed the names to include underscores. But the button still refuses to do anything when I click on it.

    Any more ideas?

    J

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