AOL Instant Messenger - sending text
AOL Instant Messenger - sending text
- Started
- Last post
- 3 Responses
- altamont
i'm building a juke box for some friend's of mine and i want to have a button that when released will launch the users AIM client (if they have it) and write some text in the message window. i've been able to deliver buddy icons like this:
on (release) {
getURL("aim:BuddyIcon?src=http...
}
seems like there'd be a way to send text...any ideas?
- altamont0
any ideas at all guys?
- altamont0
the answer to my own question..in case anyone needs it down the line is:
on (release) {
getURL("aim:goim?message=dig it?");
}
- Live0
you took the words right out of my mouth