claudinho
10-03-2007, 08:11 PM
Hi! Im doing an expandable banner, but Im having trouble with the clickTAG's,
the file contains a movieclip in _root and in that clip there are 3 frames with 3 buttons in each frame with the codes listed at the bottom in them.
The clickTAG's work when i use _root on the clickTag (getURL(_root.clickTAG,"_blank");)
but according to my custumor im not allowed to use _root.
Anyone that might know how I can solve this problem??
Would really appiciate it!!
//-----------------------------Button 1
on (rollOver) {
gotoAndPlay(2);
}
on (release) {
getURL(clickTAG,"_blank");
}
//---------------------------Button 2
on (rollOut) {
gotoAndPlay(3);
}
on (release) {
getURL(clickTAG,"_blank");
}
//-------------------------------------------Button 3
on (rollOver) {
gotoAndPlay(1);
}
on (release) {
getURL(clickTAG,"_blank");
}
the file contains a movieclip in _root and in that clip there are 3 frames with 3 buttons in each frame with the codes listed at the bottom in them.
The clickTAG's work when i use _root on the clickTag (getURL(_root.clickTAG,"_blank");)
but according to my custumor im not allowed to use _root.
Anyone that might know how I can solve this problem??
Would really appiciate it!!
//-----------------------------Button 1
on (rollOver) {
gotoAndPlay(2);
}
on (release) {
getURL(clickTAG,"_blank");
}
//---------------------------Button 2
on (rollOut) {
gotoAndPlay(3);
}
on (release) {
getURL(clickTAG,"_blank");
}
//-------------------------------------------Button 3
on (rollOver) {
gotoAndPlay(1);
}
on (release) {
getURL(clickTAG,"_blank");
}