forum > Localconnection doubts?!
-
saumya Feb 20 at 20:02
I was trying to make a logger for my project and I have done it with Haxe but then it only works in flash targets. Its up on github and can be used for your flash projects too.
For it uses "flash.net.LocalConnection"
My idea was to use "haxe.remoting.LocalConnection" so as to cross compile it to all the platforms.
Now I am not sure whats the difference between these two. I tried to use other one but with no luck.
thanks -
Did you look and try the haxe remoting tutorials in the Documentation section for instance...
http://haxe.org/doc/remoting/flash_js -
saumya Feb 23 at 18:36
thanks for the reply. I am looking into it. Will comeback with my results.
-
saumya Feb 23 at 18:47
well, the tutorial assumes that the SWF is in the same HTML page.
i am trying to make a localconnection between two flash movies in two different browsers.
For flash, the localconnection works fine as it should be.
Any directions would be a nice help.
thanks -
You can do local connection between swf's in different browsers on the same machine or peer2peer but not js between browsers?