Esempio link assoluto
on (release) {
getURL("http://www.tuosito.com/index.html", "_blank");
}
Esempio link relativo
on (release) {
getURL("cartella/index.html", "_blank");
}
Hai fatto come sopra?
Esempio link assoluto
on (release) {
getURL("http://www.tuosito.com/index.html", "_blank");
}
Esempio link relativo
on (release) {
getURL("cartella/index.html", "_blank");
}
Hai fatto come sopra?