I am trying to make a program to send text to a chat site…
I am making a program for the chat site to automatically give out announcements etc.
The chat is in flash.. theres an HTML version but it also uses flash (I think)
Here is the link to the ‘html’ version… I viewed the source and it seems like it uses a swf file still?
The link will auto login for you
http://www.epokerchat.com/123flashchat/client/htmlchat/ChatApplication.html?init_user=test&init_password=test&init_group=default&init_dir=
http://www.epokerchat.com is the link to the flash version … username test password test
Anyone have any idea how to do this?
Id be happy if there was some way i can use WebBrowser1 to load the page in the VB program and just have a simple timer that sends the announcement every X minutes or something.
Program must be done in VB6.0
Theres also a downloadable version of the chat at http://www.epokerchat.com/setup.exe that puts the swf files on your computer (if you need them for anything)
I will also need the program to be able to read the text in the chat.. send text to the chat.. and get a list of the members online.
Thanks