-
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("[email protected]", "", "", "");
}
-
Carpe Diem - Moderator
...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
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|