A Flash Developer Resource Site

Results 1 to 4 of 4

Thread: don't know how to link to another frame

  1. #1
    Junior Member
    Join Date
    Aug 2007
    Posts
    3

    don't know how to link to another frame

    I have a web with two frames, in one frame i have the flash movie. A button should open a page in the other frame. How can this be done?
    I tried to put the url and the target (i've put the name of the other frame in the target) in the properties of the button but the page opens in the whole window and not in the frame, why?

  2. #2
    Senior Member
    Join Date
    Nov 2004
    Location
    Toronto, Canada
    Posts
    194
    getURL('yoururlhere', 'frameNameHere');

  3. #3
    Junior Member
    Join Date
    Aug 2007
    Posts
    3
    same, problem:

    on(release){ getURL("http://www.page.com","nameOfTheFrame");}

    the page opens in a new window, Why????

  4. #4
    Junior Member
    Join Date
    Aug 2007
    Posts
    3
    done it yet. but the probles remainsthe same:
    the page opens in a new window,,, why??????????

    code of the button:
    on (release) {getURL("blablabla.htm","name_of_the_frame");}
    Last edited by DaniDraco; 09-05-2007 at 03:19 PM.

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