Error #2031: Socket Error. URL: 127.0.0.1

前端 未结 3 1356
刺人心
刺人心 2021-01-25 16:25

So i am playing around with some exmaples that come with the tuio as3 library and i am getting an error on launch that i have never encountered before and don\'t know how to fix

3条回答
  •  星月不相逢
    2021-01-25 16:56

    An IOErrorEvent object is dispatched when an error causes input or output operations to fail.

    So I'm guessing either you have no localhost configured or your SWF was compiled with the "Local Playback Security" set to "Access Local Files Only".

    Most likely the compile setting.

提交回复
热议问题