A Flash Developer Resource Site

Results 1 to 3 of 3

Thread: mainFrame not working

  1. #1
    SeniorMember yet almost newbie deniel87's Avatar
    Join Date
    Oct 2001
    Posts
    202

    mainFrame not working

    Can anyone tell me why this is not working?
    I have an html page with two frames: leftFrame and mainFrame
    the leftframe contains a set of buttons each with this script:
    Code:
    on (press) {
    getURL("page2.html","mainFrame");
    }
    when u press a button the new page is supposed to load in the mainframe, but it is in fact opened in a new window... why is that?
    thanks a lot
    Thanks for helping

  2. #2
    SeniorMember yet almost newbie deniel87's Avatar
    Join Date
    Oct 2001
    Posts
    202
    nevermind
    I solved it.. I changed the name of the frame to "FrameA" and then changed the script too and it works.. there's something wrong with the "mainFrame" name
    thanks anyways
    Thanks for helping

  3. #3
    SeniorMember yet almost newbie deniel87's Avatar
    Join Date
    Oct 2001
    Posts
    202
    weird... now Ive realized that it's working in firefox but doesnt work in explorer yet...
    sill need help :S lol
    Thanks for helping

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