Exit
  • Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
  • 한국 커뮤니티
0

c# to as3

New Here ,
Dec 29, 2015 Dec 29, 2015

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

TOPICS
ActionScript
411
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Enthusiast ,
Dec 29, 2015 Dec 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...

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
New Here ,
Dec 30, 2015 Dec 30, 2015
LATEST

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

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines