I’m trying to write a client application in flash, and as far as I know, flash doesn’t offer any support for UDP sockets. Is it possible to receive data from a UDP server to a flash (TCP) socket? If it is possible, how?
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Nope 2 different protocols. You could build a bridge though.
How to connect to tcp server via node.js/socket.io from client?