Isn't FLOSC only for communicating with sound devices like synthesizers?
That's what I understood anyway.

Jason Merrill
Bank of America  
L&LD GT&O 
eTools & Multimedia Research & Development




 

>>-----Original Message-----
>>From: [EMAIL PROTECTED] 
>>[mailto:[EMAIL PROTECTED] On Behalf 
>>Of Andrei Thomaz
>>Sent: Thursday, December 13, 2007 9:30 AM
>>To: Flash Coders List
>>Subject: Re: [Flashcoders] Executing external applications
>>
>>flosc is a java app used to make flash communicate with 
>>softwares that use OSC protocol (eyesweb, pure data, etc.) 
>>http://www.benchun.net/flosc/
>>
>>
>>[]'s
>>andrei
>>
>>
>>On Dec 13, 2007 12:17 PM, Andy Herrman <[EMAIL PROTECTED]> wrote:
>>
>>> If you can modify the command line app then you should be 
>>able to make 
>>> it listen for socket connections, and have Flash 
>>send/receive XML over 
>>> that socket.  We have an app that uses that pattern to have 
>>Flash and 
>>> Java communicate.
>>>
>>>  -Andy
>>>
>>> On Dec 13, 2007 1:21 AM, Ricky Bacon <[EMAIL PROTECTED]> wrote:
>>> > Ron Wagner wrote:
>>> > > Hi,
>>> > >
>>> > > I have a java applet that communicates with a command 
>>line tool in
>>> order
>>> > > to communicate with serial ports, bluetooth devices, etc. I was 
>>> > > wondering if it would be possible to do the same with Flash,
>>> communicate
>>> > > with a command line tool in order to access hardware. Is there
>>> anything
>>> > > like Java's  Runtime.getRuntime().exec(args) available 
>>in Flash? 
>>> > > We would like to port the user interface portion to Flash, but 
>>> > > need
>>> access
>>> > > to the hardware through our command line tool.
>>> >
>>> > The sandbox prevents that sort of access, but there are 
>>workarounds.
>>> > You can wrap your Flash app in something like Zinc
>>> > (http://www.multidmedia.com/software/zinc/) which allows you to 
>>> > access system resources directly.
>>> >
>>> > My preferred method is to use a proxy app that Flash can 
>>read/write 
>>> > to the native Flash socket object (tcp/ip only).
>>> >
>>> > -Ricky
>>> >
>>> > _______________________________________________
>>> > Flashcoders mailing list
>>> > [email protected]
>>> > http://chattyfig.figleaf.com/mailman/listinfo/flashcoders
>>> >
>>> _______________________________________________
>>> Flashcoders mailing list
>>> [email protected]
>>> http://chattyfig.figleaf.com/mailman/listinfo/flashcoders
>>>
>>_______________________________________________
>>Flashcoders mailing list
>>[email protected]
>>http://chattyfig.figleaf.com/mailman/listinfo/flashcoders
>>
_______________________________________________
Flashcoders mailing list
[email protected]
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Reply via email to