Re: [flexcoders] Reading barcodes

2011-09-27 Thread Richard Rodseth
Yes, I clearly don't want to do this from scratch, hence the question.

Any particular library you recommend? Any in AS3?

On Tue, Sep 27, 2011 at 9:43 AM, James Ong  wrote:

> **
>
>
> use ready made libraries from Sourceforge and you can get start faster.
>
>
> On Wed, Sep 28, 2011 at 12:37 AM, Richard Rodseth wrote:
>
>> **
>>
>>
>> Can anyone recommend a good strategy for reading barcodes on an AIR 3
>> mobile app?
>>
>> The as3 port of the zxing library does not appear to have been updated
>> since 2009, but may work well, for all I know.
>> But it occurs to me, that this could also be a good opportunity for a
>> native extension.
>>
>> Any experiences or thoughts?
>>
>
>  
>


Re: [flexcoders] Reading barcodes

2011-09-27 Thread James Ong
use ready made libraries from Sourceforge and you can get start faster.


On Wed, Sep 28, 2011 at 12:37 AM, Richard Rodseth wrote:

> **
>
>
> Can anyone recommend a good strategy for reading barcodes on an AIR 3
> mobile app?
>
> The as3 port of the zxing library does not appear to have been updated
> since 2009, but may work well, for all I know.
> But it occurs to me, that this could also be a good opportunity for a
> native extension.
>
> Any experiences or thoughts?
>  
>


[flexcoders] Reading barcodes

2011-09-27 Thread Richard Rodseth
Can anyone recommend a good strategy for reading barcodes on an AIR 3 mobile
app?

The as3 port of the zxing library does not appear to have been updated since
2009, but may work well, for all I know.
But it occurs to me, that this could also be a good opportunity for a native
extension.

Any experiences or thoughts?