Forum Moderators: coopster
[on(rollOver){
this.gotoAndPlay("s1");
}
on(rollOut, releaseOutside){
this.gotoAndPlay("s2");
}
on(release) {
getURL("submit.php");
}]
how do i modify script to receive messages from guestbook, and if not to my e-mail where do i retrieve it from?
There are also a few other functions that support reading from files (some newer, more elegant functions, with actionscript 2... I think).
Actionscript isn't something I've spent a whole lot of time with though, I'd do a search or have a look at the tuts available over at [kirupa.com...]