ActionScript 2.0 :: Credit Card Scanning Box - Password Does Not Work
May 12, 2004
I have a box similar to a credit card scanning box. to enter the site, it requires the user to enter "566404663" (that is "long_gone" on the numerical/alphabetical keypad) then click the enter key. when the user clicks on the enter key, it takes him to the site. When the user clicks enter, regardless of what the user entered, it takes him to the site. I want it to only go to the site if the user enters "566404663" and clicks enter.
This is my actionscript for the button:
on (release) {
if (display = "566404663") {
getURL("[URL]", "_blank");
} else {
displayStatus ="0";
}}
What I want that when the user clicks "566404663" and clicks on enter that it takes the user to the site and if the user enters anything other than "566404663" and clicks on enter that it would reset the display to 0? Check out the link to see the credit card scanning box: [URL].
How can I quickly build a credit card payment wizard in flash? - AS2 / AS3 I have some actionscript to validate a credit card number, but what next? Which service / what scripts should I use to accept credit card payments in flash?
I already have a flash form(1280x1024 stagesize fullscreen) that allows the users to type in their name/age and take a photo of their face. I was thinking is it possible to print out a card , for example "credit size CARD" with flash AS3? I already read up the PrintJob in adobe web but I dont really understand/know how to use them. And of course, is it also possible to generate a unique barcode for every user and print it on the card?
I already have a flash form (1280x1024 stagesize fullscreen) that allows the users to type in their name / age and take a photo of their face. I was thinking is it possible to print out a card, for example "credit size CARD" with flash AS3? And of course, is it also possible to generate a unique barcode for every user and print it on the card?
update: I'm doing a kiosk-type flash application. and i have a print function at the end of the application, to print the receipt... but..
1) whenever I press the PRINT button in flash, it will pop out a printing preference window and I will have to press OK then it will print. In other words, is it possible to skip selection printer window? I must print "directly" the job in the default printer. I'm develping a kiosk application and need print a "receipt".
2) and then is there any code to check if the printing succeed or fail? so that if it fail, i will display a fail msg in flash.. etc..
printing directly to a Photo ID Card printer in a web browser?I have a web application that manages user data, photo, and so forth. I'd like to add a Print ID Card feature to it. The web application is a single page javascript application that talks to a RESTful web service via JSON. I'd like to display what the printed card will look like on both the front and back for approval before the user clicks the print button.
Generate front and back JPG or PNG images to print on the server, send them to the client for display and approval, and then somehow send the images to the printer.Use javascript with SVG or Canvas to display the card to print in the UI for approval, then somehow send the SVG/canvas data to the printer.Generate a PDF and print the PDF to the printer.Use Flash to display and print Use a Java applet to display and print Something else?
I use the JQuery plugin Uploadify for uploading files. It works fine in all browsers. If however I imlement a passwort protection via .htaccess like this
AuthType Basic AuthName "Restricted Files" AuthUserFile /my/path/to/.htpasswd AuthPGAuthoritative Off Require user dev
uploadify stops working in Firefox. In Chrome it still works.
In Firefox the file select box works, but after I selected a file the progress bar does stay at 0% and the file is not uploaded to the server.
I guess the issue is somewhere with flash on password protected sites. how I can fix this, without removing the password protection?
Im trying to make password checker but in some reason my code doesn't work. I have one input text field "inTxt", one output text field "outTxt" and submit button "btn". My code checks if the text in the input field is same that is in the "pass" variable and if it is, it should print "Correct." in the outTxt output text field and if it's not it should print "Incorrect." But for some reason it prints "Incorrect." all the time.
i have a box similar to a credit card scanning box. to enter the site, it requires the user to enter "566404663" (that is "long_gone" on the numerical/alphabetical keypad) then click the enter key. when the user clicks on the enter key, it takes him to the site.
PROBLEM: when the user clicks enter, reguardless of what the user entered, it takes him to the site. i want it to only go to the site if the user enters "566404663" and clicks enter.this is my actionscript for the button:
on (release) { if (display = "566404663") { getURL("http://www.geocities.com/taikobou_20/index.htm", "_blank");[code].....
when the user clicks "566404663" and clicks on enter that it takes the user to the site and if the user enters anything other than "566404663" and clicks on enter that it would reset the display to 0?
check out the link to see the credit card scanning box: http:[url].....
Can I really do that with the phone? Perhaps I would have to call any of the native API's, but I am not really sure whether and what is possible. I am pretty sure that the camera is accessible, so at the worst case I could send the picture to the server, decode the QR code on the server, and get the results on the phone, right ?
Does anyone know if it is possible to scan a document directly into flash using Actionscript 3?This would be a bubble sheet like a test sheet with multiple answers and such. Would it also be able to detect positions of the marked bubble to dynamically create the data in flash? I have some far fetched ideas and sometimes they are just not possible with the tools I would like to use.
Im new at actionscript, and I am making a very project. Basicly, I have some thing were there is a page you can get to by beating other parts of the 'game'. I want to add some sort of a password or save feature to people can type in the password of something at the opening screen and jump to that page.
I am developing an application in flex 3 using action script 3........I have some range of ip address in LAN(wired or wireless both).....i want to check which all the systems available...and also want to see their shared folders..
I have a USB barcode reader attached to my tablet (running Android 2.2), it seems to work, but how to read the date from it? And which event is triggered when it is scanning?
I just made my first flash game. A memory game, But I cant figure out how to put some graphics on the front of the card. And make it take the pictures from a image folder. and make it look ok ?
I'm trying to make a basic card game where I can flip the cards and also drag them around. Here's the code for card.as, the file that's controlling my cards.
package{ import flash.display.MovieClip; import flash.events.MouseEvent; public class Card extends MovieClip { private var _type:*; public function Card() { this.buttonMode = true; this.addEventListener(MouseEvent.CLICK, onClick); } private function onClick(event:MouseEvent):void { this.play(); } public function setType(type:*):void { _type = type; loader_mc.addChild(_type); }}}
I've been trying to add draggability to the card, but I'm not sure how to do it. Do I need a separate ".as" file to control it? Or, do I build it right into this file? If so, how would I do that? I tried making a separate ".as" file but then my basic card flipping code doesn't work.
There's something I'm trying to make but I just can't seem to figure it out. I want to make something that allows a person to build a deck of cards from multiple sets of cards. I also want a button that can be clicked to randomly choose a card from the created deck. For example: lets say there are four sets of thirteen cards (hearts, diamonds, spades, and clubs). The user can select which of the four sets will be included in the deck. Once the sets are chosen the user can click a button and one card will be chosen from the selected sets. What is the best way to handle something like this? Is there a tutorial that explains how to do something like this?
In my AS2 Flash game, I play a number of sound files and wait for the "onSoundComplete" message/function before proceeding.The problem is if there is no sound card in the system (or it is disabled in device manager) - everything acts like it is working (no errors, onLoad handler gets "true") - but the sound never actually gets played, and as such, my event never gets triggered.I had planned on dealing with this by hooking into my sound code, and if I detect no sound card, just kick off a timer to wait a few seconds before manually firing the "onSoundComplete" function.The only problem is that I can't reliably find a way to determine if there is a sound card in the system! AS3 seems to handle this quite nicely by passing back a NULL soundchannel - unfortunately I am stuck in AS2.0
This is what I need to do, I need to design an access card where the user would type his/her name in the textbox, press a submit button, and then have their name on the card so that the card can be printed with their name on it.
I'm trying to code a card game in AS3 for a class project. There are three computer players and one human player. The code to run the overall game is something like this:
I'm trying deploy a test Air app (Authored Flash CS5.5 IDE) onto a Sony Andriod Tablet. Running Andriod 3.1.I'm not having much luck. My only way of connecting to the tablet is through an SD Card. I've tried opening the files directly of the SD card, no joy.I've also tried opening the SWF through the web browser but that didn't work either.URL...
I am trying to make a graphic of a card slide down with actionscript, I don't want to use the time line. Code: // Get the card top pos var card_y = getProperty ( _root.Aladdin.Card, _y ); // Move down for ( var i = card_y; i <= 0; i++ ) { setProperty ( _root.Aladdin.Card, _y, i ); } Obviously this makes the car animate way to fast and cannot be seen by the user. So how exactly in actionscript would I put a 0.1 second pause between each loop iteration?