Skip to main content
Participant
December 29, 2015
Question

c# to as3

  • December 29, 2015
  • 1 reply
  • 432 views

i have c# exe apps and im sending message to adobe air (AS3) using UDP socket in local machine, is there alternative which fast and efficient, thanks

This topic has been closed for replies.

1 reply

Inspiring
December 29, 2015

I'd think the Socket class, which uses TCP would be better since TCP is more reliable than UDP. Not sure if it's any faster though...

hfe18Author
Participant
December 30, 2015

thanks dmennenoh‌, i appreciate your quick reply, ill try this one, actually i dont have plan to this, if only i can directly access the third party Windows DLL (active x) in AS3, im forced to use C# due to the fact the properties,method of DLL easliy accessible.. if only AS3 directly accessed that third party dll AS3 will be awesome