ActionScript 2.0 :: Credit Card Processing Using Flash?

Sep 21, 2010

I want to process the credit card details within a flash/swf based form.

View 2 Replies


Similar Posts:


ActionScript 1/2 :: Credit Card Payments In Flash?

Oct 21, 2009

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?

View 1 Replies

ActionScript 3.0 :: How To Print Credit Size Card With Flash

May 17, 2011

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?

View 4 Replies

ActionScript 3.0 :: Print A Credit Size Card With Flash?

May 16, 2011

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..

View 11 Replies

ActionScript 3.0 :: How To Print A Credit Card Size

May 16, 2011

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?

View 2 Replies

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].

View 5 Replies

Java :: Print Photo ID Card To A Plastic Card Printer From Website?

Oct 28, 2010

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?

View 3 Replies

ActionScript 2.0 :: Unable To Use Credit Cards Or Paypal?

Jan 30, 2007

I need to build a flash shopping cart being able to use credit cards or Paypal, similar to the one used on spreadshirt.com

View 2 Replies

Java :: Moving From Processing To Flash CS5?

Jan 31, 2011

I've been using Processing for around two years now, and I really like it. However, I feel like Flash is a bit more useful for coding games, as it's more universal and flexible. I'm starting to feel like I have no idea what I'm doing, and I really don't get any of the concepts like movie clips and the stage and so forth. In Processing, to make, say, a ball, I might make this:

Ball[] ballArray = new Ball[ 0 ]; //Array to store each ball in
void setup()
{
size( 400, 400 );

[code].....

And that would let me create as many instances as I like, anywhere I like.I haven't the faintest clue how to make a comparable applet in Flash.I've tried making a 'ball' class in a separate .as file, but it gives me an error about too many arguments. I also don't know how to draw a shape directly to the screen.

View 2 Replies

ActionScript 2.0 :: Image Processing In Flash

Dec 21, 2004

I want the flash movie to allow the users to apply image processing functions on the jpg files that would be loaded by them..

View 4 Replies

Flash Movie Play - Processing A Delay

Feb 15, 2010

I'm working on a Flash intro for a site. After the Flash movie plays I want it to wait three seconds and then send them to the index page. Currently I'm using the action script:

[Code]....

I've got that keyed to the last frame. The issue is at the end of the Flash movie it displays the company logo image. Well with that script added to the last frame it just quickly blips up the logo then takes you to the main page so fast you don't even get to really see the logo. I want the viewer to have a couple seconds to take it in, but then move them along to the main site without them having to look for a button to press.

View 3 Replies

Flash :: Inputting Equation In Textfield And Processing It?

Apr 3, 2012

I would like to know if theirs a way where you can type in a text field something like "5*5".

And then on enter, the document would take the database and be able to return 25.

I am quite confused due to the fact that content that you input into a textfield must be a String and when you use the Number() converter the system gets confused.

View 2 Replies

Flash :: Suitable Is For Handling Audio Processing?

Jun 30, 2010

This is not a specific question, instead I'm trying to get an idea of flashes capabilities. I'm building a website that has an Mp3 upload component on it. Serverside I can use the command line audio tool "SOX" for most of my heavy lifting but I'd like to offload some of it onto a flash client. Essentially, client side, needs to be able to do the following: User selects an mp3 file off their harddrive. Render it as a waveform. Display a scaled indication of 30 seconds of the waveform that the user can drag backwards and forwards. This will record a start time. Upload either the full mp3 or just the selected start time plus 30 seconds.

I've never programmed anything in flash before so I'm not really sure what it's capable of.

View 1 Replies

ActionScript 2.0 :: Processing Input Textbox Flash 8?

Nov 4, 2004

I have an input textbox, say instance is "inptxt".I'd like to "search" the text inputted by user, e.g. search for letter "e", if user enters "hello", replace all "e" with "s".Idk how to process inputted text...example.fla After looking at the example, you will see that I am trying to do the following:

Code:
var user_input:String = "";
//Create var for inputted text.
var changedtext:String = "";

[code]....

I bolded the part I am actually having trouble with (it's 1 line).

View 14 Replies

ActionScript 3.0 :: Image Processing In Flash (flex)

Oct 30, 2010

Is there a way to process a picture > 4096 x 4096 px in pixel bender? Or any other technique?

View 3 Replies

ActionScript 3.0 :: Batch Processing Flash Files?

Jun 1, 2011

I'm working on an interactive company, and for each campaign we create dozens of loaders. A loader is a simple flash file contains the following elements:* few lines of code for eRate (counting how many clicks have been done on a banner)* a loader for the source banner from "http://....host.../..../" + w,h + ".swf"* a button that tells what happens when a banner is clicked (different portals as us for different scripts)Is there a way to automate the process of making such files? it takes a 1 minute to make 1 swf, but the amount of loaders make the work a bit longer.I'd like to see an application that asks for a list for sizes + eRate code for each one and the URL for the source banners.

View 7 Replies

ActionScript 2.0 :: Processing TextBox Input Flash 8

Jul 28, 2011

I have an input textbox, say instance is "inptxt". I'd like to "search" the text inputted by user, e.g. search for letter "e", if user enters "hello", replace all "e" with "s". How to process inputted text. I attached an example, I am trying to do the following:

Code:
var user_input:String = "";
//Create var for inputted text.
var changedtext:String = "";
//Create var for edited text.
user_input = inptxt.text;
[Code] .....
I bolded the part I am actually having trouble with (it's 1 line).

View 6 Replies

Http :: Flash - Make A POST Request From Within Flash To Processing Php Page?

Nov 6, 2009

I basically have a form inside of Flash that I need to submit to a server-side processing page, which will then return either json or xml telling if it succeeded or not ( json, xml I suppose ). My version of Flash is CS4 and I'm wondering if there are any libraries or frameworks I can use to accomplish this.

View 2 Replies

Flash :: Flex - Client-side Image Processing?

Sep 20, 2011

I'm creating some image uploader in Flex with client-side image processing. Processing consists of two steps:
1. Resizing (solved)

2. Converting resized image (represented by ByteArray in PNG32 with alpha-channel) to gray-scale PNG with bit-depth = 2 and no color-palette. Is there any existing library that is capable of second step? Something like libpng for C++, maybe?Edit:It seem I stumbled upon rarely encountered problem. However my descision was to create an AS3 class that is capable of converting bitmapData to 2bit grayscale PNG. I used standart PNGEncoder and PNG format specification (which is not so good as I expected) as basis.

View 1 Replies

Actionscript 3 :: Convert A Processing Sketch To A Flash File?

Nov 10, 2011

I'm trying to convert a processing sketch to a flash as3 file, and I'm getting hung up on two of processing's commands - pushMatrix() and popMatrix() - how to convert these in flash?

Essentially I just need to store the matrix of lines I've drawn so far and draw a new line, and this gets done recursively. Here's my code:

var theta;
var xpos:Number = 0;
addEventListener(Event.ENTER_FRAME,draw)
function draw(e:Event) {

[Code].....

View 1 Replies

Looking For Flash Video Capture Card?

Aug 31, 2010

I would like to do some video capture through flash. Is there a good video capture card I should use? Or will any do?

View 1 Replies

ActionScript 3.0 :: Get Values From Card Using Flash?

Oct 23, 2009

I need get the details from card using Flash action script ..

For example :

ATM process. i am insert the card and display the card details ( Name , account number).

View 1 Replies

ActionScript 3.0 :: Flash Inserting A Name On A Card

Sep 6, 2011

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.

View 4 Replies

ActionScript 3.0 :: Flash With Card Game?

Dec 12, 2011

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:

[Code]...

View 1 Replies

Image Processing - Loading .bmp And .tiff File In Flash 10 Using Loader?

Jan 21, 2010

I am developing a Image uploader using Flash 10. I am using Filereference object to browse images and Loader to show the image:

Sample code:

var tempFileRef:FileReference = FileReference(ev.target);
var oLoader:Loader = new Loader();
oLoader.contentLoaderInfo.addEventListener(Event.COMPLETE, onImageLoad);
oLoader.contentLoaderInfo.addEventListener(IOErrorEvent.IO_ERROR, onIOError);
oLoader.loadBytes(tempFileRef.data);

It works fine with .jpg and .gif files but when I browse .bmp or .tiff file, I am getting the error:

Error #2124: Loaded file is an unknown type.

Is there a way to load and display browsed .bmp images from desktop?

View 2 Replies

ActionScript 3.0 :: Calling Flash Application With Javascript For Batch Processing?

Oct 8, 2010

I'm working on a cartoon series in the uk and we use flash, 3d and after effects. I'm building a little pipeline tool to help us compositors do your job (there's hundreds if not thousands of files to be comped for a great number of shows)anyhow, we use flash for the 2d animation and we need to extract pngs. Right now it's a process I can't streamline (ie compers still have to have flash opened to choose which layers to export manually) but I'd like to be able to open flash and launch a specific javascript file ('command')

View 4 Replies

ActionScript 3.0 :: Send Flash Card Via Mail?

Dec 19, 2010

i made a flash card (an animated postcard), and i want to send it via email so other people can immediatly see it when they open the email. How can i do this?

View 3 Replies

Professional :: How To Make A Simple Flash E-card

Nov 22, 2011

I want to make a nice and impressive flash e-card,

View 1 Replies

ActionScript 3.0 :: Swipe Card Read In Flash?

Nov 2, 2009

Does Flash support to read the swipe card information like credit card using actionscript 3.0?

View 6 Replies

ActionScript 3.0 :: Flash Freeze On A No Sound Card PC?

Jan 12, 2011

we'd made a flash site which was working fine on normal pc and mac and on all kind of browsers, but we discovered if the pc has no sound card, the flash will freeze after loaded, we tried some other flash sites, some of them also cannot run without a sound card but some can, is there any script we need to add to avoid this problem?

View 1 Replies







Copyrights 2005-15 www.BigResource.com, All rights reserved