Actionscript?

Blitz3D Forums/Blitz3D Programming/Actionscript?

plash(Posted 2006) [#1]
aim:goim?screenname=SCREENNAME&message=This+is+a+message!

Does anyone know how this works, and what this type of html code this is?

And is there a way to do this in Blitz?


kevin8084(Posted 2006) [#2]
this is the aim protocol. With the proper port numbers it should be possible to send messages to AIM users with Blitz.


b32(Posted 2006) [#3]
Would it be possible to use Messenger's connection/information in a multiplayer game ?


kevin8084(Posted 2006) [#4]
Again, with the proper port numbers AND the proper protocol format, it should be possible


kevin8084(Posted 2006) [#5]
a link to a decent site with the Oscar protocol (AIM):
http://www.oilcan.org/oscar/


plash(Posted 2006) [#6]
I'm not asking if you can use that sort of scripts in Blitz, I'm asking if you can create a protocol like the aim:goim protocol that interacts with AIM (and use the protocol for a Blitz program).


kevin8084(Posted 2006) [#7]
I'm not understanding what it is that you're asking, Syco.