as3-qrcode-encoder icon indicating copy to clipboard operation
as3-qrcode-encoder copied to clipboard

A QR code encoder in as3

Results 3 as3-qrcode-encoder issues
Sort by recently updated
recently updated
newest added

ReferenceError: Error #1069: Property data not found on Number and there is no default value. at org.qrcode.encode::QRRawCode/getCode()[/Users/jib/Developement/AS3-Flex/Workspaces/fb4/as3-qrcode-encoder/src/org/qrcode/encode/QRRawCode.as:106] at org.qrcode::QRCode/encodeMask()[/Users/jib/Developement/AS3-Flex/Workspaces/fb4/as3-qrcode-encoder/src/org/qrcode/QRCode.as:89] at org.qrcode::QRCode/encodeInput()[/Users/jib/Developement/AS3-Flex/Workspaces/fb4/as3-qrcode-encoder/src/org/qrcode/QRCode.as:126] at org.qrcode::QRCode/encodeString()[/Users/jib/Developement/AS3-Flex/Workspaces/fb4/as3-qrcode-encoder/src/org/qrcode/QRCode.as:58] at org.qrcode::QRCode/encode()[/Users/jib/Developement/AS3-Flex/Workspaces/fb4/as3-qrcode-encoder/src/org/qrcode/QRCode.as:38]

Hi, We use qr.encode("xxxx") and can create up qr codes. However, when we try to encode more than 420 characters into qr, we cannot read that qr code. The ane...

Hello Great library ! i included the swc, but it shows the below error when running createQRCode(code); private function createQRCode(code){ var sp:Sprite = new Sprite(); var qr:QRCode = new QRCode();...