0
Participant
,
/t5/animate-discussions/colored-qr-code-generator-in-as3/td-p/4003722
Mar 14, 2012
Mar 14, 2012
Copy link to clipboard
Copied
I need to generate colored QR codes in AS3. Is their any library available for that? Can zxing do this?
TOPICS
ActionScript
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting.
Learn more
1 Correct answer
Contributor
,
Mar 16, 2012
Mar 16, 2012
Use Zxing API with Flex / Flash builder. In the API code there is an method named 'setPixel( .. ) , pass color value (whatever color you want to set) in its argunment.
Contributor
,
/t5/animate-discussions/colored-qr-code-generator-in-as3/m-p/4003723#M113907
Mar 16, 2012
Mar 16, 2012
Copy link to clipboard
Copied
Use Zxing API with Flex / Flash builder. In the API code there is an method named 'setPixel( .. ) , pass color value (whatever color you want to set) in its argunment.
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting.
Learn more
New Here
,
LATEST
/t5/animate-discussions/colored-qr-code-generator-in-as3/m-p/12387506#M347549
Sep 16, 2021
Sep 16, 2021
Copy link to clipboard
Copied
Code
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting.
Learn more