saumitrabhave / qr-zbar-ane

ANE for QR Code Reader
MIT License
84 stars 23 forks source link

#1069: Property startPreview not found on com.sbhave.nativeExtensions.zbar.Scanner #50

Closed mrbbp closed 9 years ago

mrbbp commented 9 years ago

Error #1069: Property startPreview not found on com.sbhave.nativeExtensions.zbar.Scanner and there is no default value.

i'm unable to test.

the ane is here, i add the aslib...

i've try this in Flash pro

s = new Scanner();

//4. Add event listenser so that we get notfied whenever a barcode is scanned.
s.addEventListener(ScannerEvent.SCAN,onScan);

//5. Actually launch the scanning UI, true means UI will automatically close after 1 scan.
s.startPreview();
s.attachScannerToPreview();
mrbbp commented 9 years ago

ok i'm stupid. if i publish on the device, it work well. sorry...