A Flash Developer Resource Site

Results 1 to 2 of 2

Thread: Help links (Buttons wont work)

  1. #1
    Member
    Join Date
    Dec 2004
    Posts
    35

    Help links (Buttons wont work)

    Hi,

    I have a stupid problem with this site im working on,

    if i navigate on all the site and then go to the Contact page
    the links on the buttom (ACCES RESERVE, and the emails) wont work

    But if i go to the contact page right away when i visit the site the buttons and links work.

    I have all the pages (the main links on top) loading like this:
    on (press) {
    this.loadMovie("http://sergeleduc.ca/contacts.swf");
    }

    Is there something wrong with the loading of the pages?


    The way i have the buttons ACCES RESERVE working:
    on (press) {
    getURL("http://www.sergeleduc.ca/private/index.htm", "_self");
    }

    And for the E-mails:
    on (press) {
    mailTo("daniel.gingras@sergeleduc.ca", "", "", "");
    }

  2. #2
    Carpe Diem - Moderator wolfgross's Avatar
    Join Date
    Apr 2001
    Location
    SWiSHzone
    Posts
    1,700
    ...I have to guess here, it sounds that because you are loading contact.swf into another swf, all reference in the scripting to "_root" "_parent" etc are not correct anymore - you'll have to change the paths accordingly - what template are you using?

    wolf

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