PDA

View Full Version : Help whit this link



nightmare_ik
July 3rd, 2005, 02:54 PM
hey am trying to make a link, but i dont want the tool bar, and i dont want standar bar,
am trying whit this:

on (rollOver)
{
gotoAndPlay(2);
}
on (releaseOutside, rollOut)
{
gotoAndPlay(11);
}
on (release){
getURL(casaenamorada.htm)
}

u know what i have to do ?

Seb Hughes
July 3rd, 2005, 02:59 PM
Your question does not make 1 bit of sense :hugegrin:

Millad
July 3rd, 2005, 03:04 PM
Use Only!

on (release){
getURL("http://www.casaenamorda.htm", _blank);

_blank >> Will Opens a Pop Up Window for your target url adress.