how to interact vb.net with flash chat room?
- by elca
I'm making a vb.net application which interacts with a flash chat room. I was capturing http traffic with live HTTP header in Firefox but it is not HTTP traffic. How can I implement it so that it can interact with a flash chat room?
For example in this site.
When people enter here they are required to enter a nickname to chat with other people.
So what I exactly want know is, when enter this site
I want to input my nickname into this flash chat window and click 'Join' button within VB.NET
How can i implement this program with vb.net?
Any clues or any samples will be much appreciated!
Thank you!