What happened to the Messenger Plus! forums on msghelp.net?
Shoutbox » MsgHelp Archive » Skype & Technology » Tech Talk » Flash header - Clicking button reloads whole header :(

Flash header - Clicking button reloads whole header :(
Author: Message:
M73A
Veteran Member
*****

Avatar


Posts: 3213
Reputation: 37
34 / Male / Flag
Joined: Jul 2004
O.P. Flash header - Clicking button reloads whole header :(
i've got a flash header for this thing im working on... but when you click one of the buttons it reloads the whole thing from the start...

argh whilst typing this i figured out its because it loads a whole new page... the new page having a new header, is it possible to link the buttons to a frame in flash? ta

the current button code i have is:
code:
on (rollOver) {
    gotoAndPlay("01");
}
on (releaseOutside, rollOut) {
    gotoAndPlay("02");
}
on (release) {
    getURL("index-3.html");
}


what do i need to change so it is the equivalent to <a target="frame" src=http.....>

[Image: lost7ru.gif]
09-21-2007 08:08 AM
Profile E-Mail PM Find Quote Report
YottabyteWizard
Senior Member
****

Avatar

Posts: 709
Reputation: 23
37 / Male / Flag
Joined: Mar 2005
RE: Flash header - Clicking button reloads whole header :(
code:
getURL("index-3.html","_blank");
09-21-2007 08:18 AM
Profile E-Mail PM Find Quote Report
M73A
Veteran Member
*****

Avatar


Posts: 3213
Reputation: 37
34 / Male / Flag
Joined: Jul 2004
O.P. RE: Flash header - Clicking button reloads whole header :(
thanks! i know NOTHING about flash.. lol

[Image: lost7ru.gif]
09-21-2007 08:18 AM
Profile E-Mail PM Find Quote Report
« Next Oldest Return to Top Next Newest »


Threaded Mode | Linear Mode
View a Printable Version
Send this Thread to a Friend
Subscribe | Add to Favorites
Rate This Thread:

Forum Jump:

Forum Rules:
You cannot post new threads
You cannot post replies
You cannot post attachments
You can edit your posts
HTML is Off
myCode is On
Smilies are On
[img] Code is On