-3

I'm trying to connect a Flash AIR application with a Java server using UDP DatagramSocket, but I don't have a clue how to do it. Can someone help?

shanethehat
  • 15,460
  • 11
  • 57
  • 87

1 Answers1

0

You should use DatagramSocket class.

Here you have video called ADC Presents - Discover the UDP API in Adobe AIR 2. This helped me to work with UDP in AIR, so I hope you'll find it usefull too.

ncreated
  • 641
  • 1
  • 5
  • 14