- Forums
- »
- General Discussion
- »
- *updated : Android to Flash server communication question
|
Viewing 1 to 20 (28 Total) *updated : Android to Flash server communication question |
|
|---|---|
FrankyTotal Posts: 98
Joined: February 26, 2012
|
Is there any way to get data from desktop Flash running on windows to an Android target in NME ?
Tags:
Posted on May 13, 2012 at 3:13 PM
|
FrankyTotal Posts: 98
Joined: February 26, 2012
|
Re: *updated : Android to Flash server communication questionWell, guessing it isn't possible. Read that someone was using kryonet for communication between haxe on windows and android but can't find anything. Will have to probably go another path with this. Damn shame xmlsocket doesn't run on android target, but what can I do.
Posted on May 15, 2012 at 9:16 AM
|
dh2Total Posts: 6
Joined: May 15, 2012
|
Re: *updated : Android to Flash server communication questionI saw a while back something similar to this that made iPhone>desktop flash communications possible so Android>desktop must be possible too. It probably requires some hacking though. Can't recall the link but google might find it or I could check my bookmarks when I get back if that comes up blank for you.
Posted on May 15, 2012 at 12:19 PM
|
FrankyTotal Posts: 98
Joined: February 26, 2012
|
Re: *updated : Android to Flash server communication questionThanks for the info dh2. Looking for it now.
Posted on May 15, 2012 at 12:48 PM
|
dh2Total Posts: 6
Joined: May 15, 2012
|
Re: *updated : Android to Flash server communication questionHi, the link I was thinking of is:http://nuigroup.com/forums/viewthread/7364/... didn't realise it was 3 years ago but it has some info/code and a video with a mobile sending TUIO data to the desktop.
Posted on May 15, 2012 at 3:16 PM
|
FrankyTotal Posts: 98
Joined: February 26, 2012
|
Re: *updated : Android to Flash server communication questionDamn shame that a java extension is way over my head, but I will read up on it now that you mention it.
Posted on May 15, 2012 at 3:26 PM
|
singmajestyTotal Posts: 2192
Joined: August 25, 2011
|
Re: *updated : Android to Flash server communication questionNME has an "nme.JNI" class which should allow you to call Java methods without writing an extension.
Posted on May 15, 2012 at 3:55 PM
|
FrankyTotal Posts: 98
Joined: February 26, 2012
|
Re: *updated : Android to Flash server communication questionThanks for pointing that out, though I was aware of JNI.
Posted on May 15, 2012 at 4:41 PM
|
dh2Total Posts: 6
Joined: May 15, 2012
|
Re: *updated : Android to Flash server communication question@singmajesty - I was thinking of something like this:http://www.joshuagranick.com/blog/2012/03/20/how-to-create-an-nme-e... you mean something different to that?
Posted on May 15, 2012 at 7:14 PM
|
RealyUniqueNameTotal Posts: 186
Joined: February 23, 2012
|
Re: *updated : Android to Flash server communication questionDoes cpp.Socket work on mobile targets?
Posted on May 16, 2012 at 1:33 AM
|
FrankyTotal Posts: 98
Joined: February 26, 2012
|
Re: *updated : Android to Flash server communication question@ RealyUniqueName
Posted on May 16, 2012 at 3:51 AM
|
RealyUniqueNameTotal Posts: 186
Joined: February 23, 2012
|
Re: *updated : Android to Flash server communication questionI think sys.net.Socket should work because as far as i know nme compiles through cpp for android/iOS.
Posted on May 16, 2012 at 4:07 AM
|
FrankyTotal Posts: 98
Joined: February 26, 2012
|
Re: *updated : Android to Flash server communication questionSo sys.net.Host wont work for a flash compile target, I got to find what I can connect to on that end that allows a server that permits communication with sys.net.Socket... great stuff RealyUniqueName. I am guessing a remoting context will probably not work.
Posted on May 16, 2012 at 4:37 AM
|
RealyUniqueNameTotal Posts: 186
Joined: February 23, 2012
|
Re: *updated : Android to Flash server communication questionYou can make android act as server
Posted on May 16, 2012 at 4:44 AM
|
FrankyTotal Posts: 98
Joined: February 26, 2012
|
Re: *updated : Android to Flash server communication questionI want to connect 20 personal media players (android pmp's) loaded up with 4 (or more) selectable language audio files that should sync at any given moment to a machine playing out an .flv video file. This to allow for 20 people to watch the same video with correct language audio track per person on headphones.
Posted on May 16, 2012 at 5:06 AM
|
RealyUniqueNameTotal Posts: 186
Joined: February 23, 2012
|
Re: *updated : Android to Flash server communication questionYou can create socket server as dedicated program on your desktop machine wich will sync android devices and flash player. Thereby flash and androids will act as clients.
Posted on May 16, 2012 at 5:30 AM
|
FrankyTotal Posts: 98
Joined: February 26, 2012
|
Re: *updated : Android to Flash server communication questionAlso, these:
Posted on May 16, 2012 at 5:32 AM
|
FrankyTotal Posts: 98
Joined: February 26, 2012
|
Re: *updated : Android to Flash server communication question@RealyUniqueName
Posted on May 16, 2012 at 5:34 AM
|
RealyUniqueNameTotal Posts: 186
Joined: February 23, 2012
|
Re: *updated : Android to Flash server communication questionI think, Neko server is much cheaper than andoid tablet 8)
Posted on May 16, 2012 at 6:18 AM
|
FrankyTotal Posts: 98
Joined: February 26, 2012
|
Re: *updated : Android to Flash server communication questionFor sure.
Posted on May 16, 2012 at 6:21 AM
|
