actionscript help to call AIM?
actionscript help to call AIM?
- Started
- Last post
- 2 Responses
- kreydle
goes anyone know the script to call AIM when its released?
something like this?
on (release) {
getAIM("xxxxxxxxxx");
}
- justarobot0
on (release){
getURL("aim:goim?screenname=desi...
}
- kreydle0
awesome!
thanks justarobot