A Flash Developer Resource Site

Results 1 to 7 of 7

Thread: reading a barcode

  1. #1
    Junior Member
    Join Date
    May 2004
    Posts
    18

    reading a barcode

    Hello,
    i want to be able to scan a barcode that automatically calls an image in flash.does anyone know how to do this??i have a barcode scanner attached to the computer.in the attached file i have an input textbox that reads the barcode but the movie wont play.i really need help!!
    thanks
    Attached Files Attached Files

  2. #2
    Senior Member
    Join Date
    Feb 2001
    Location
    French Alps
    Posts
    159
    _root.input is your input txtbox

    _root.beans is a dynamic txtbox with the word beans typed in (beans
    is the instance)

    mc1 is a movie clip with the first frame blank
    and a picture of a can of baked beans on the second frame

    add stop to the first and second frame action script..




    create a button and place the below in the action script

    on (release) {
    if (_root.input eq _root.beans) {
    tellTarget ("_root.mc1") {
    gotoAndStop (2);
    }
    } else {
    continue;
    }
    }



    I hope this make sence
    jc

  3. #3
    Registered User
    Join Date
    Jul 2013
    Posts
    1
    Can anyone tell me how to create Code 128 in C#? I googled. Must I use such a third party control like this?

  4. #4
    Junior Member
    Join Date
    Aug 2013
    Posts
    24
    Quote Originally Posted by flashworldse View Post
    Can anyone tell me how to create Code 128 in C#? I googled. Must I use such a third party control like this?
    why was this thread here? but since it's here , i'd also like to offer help. you've googled? there are many resources on the internet.besides the one you said,i know another barcode for c# control,used which you can generate many types of barcodes

  5. #5
    Junior Member
    Join Date
    Sep 2013
    Posts
    1
    hai

  6. #6
    Junior Member
    Join Date
    Aug 2013
    Posts
    24
    have a look at this site about flash barcode reader
    http://wonderfl.net/c/dgQg

  7. #7
    Junior Member
    Join Date
    Jun 2013
    Posts
    25
    Quote Originally Posted by truckermc View Post
    Hello,
    i want to be able to scan a barcode that automatically calls an image in flash.does anyone know how to do this??i have a
    barcode scanner attached to the computer.in the attached file i have an input textbox that reads the barcode but the movie wont play.i really need help!!
    thanks
    Hi, truckermc.
    Have you ever found the way out? I am looking for answers to the related barcode scanning problem. Anyone can help? Thanks in advance.



    Best regards,
    Arron

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  




Click Here to Expand Forum to Full Width

HTML5 Development Center