views:

563

answers:

2

Hi There,

Just wondering if there is any way to access the serial port directly in adobe flash ?

Many thanks,

Stuart

A: 

Flash cannot access the serial port without assistance from some sort of external proxying mechanism.

Tegeril
I thought that might be the case, do you have any idea what proxys could help me out ?
stukerr
+1  A: 

Yes -- using Zinc. http://www.multidmedia.com/ The process is a little bit longer though and you need extra software - Basically, you import Zinc's classes and call them via as3 to access the serial port. You publish flash, and then you publish the swf you just made through Zinc into a exe/app/linux binary

michael
Nice one, thanks
stukerr