Does anyone know how the entire checkout process including credit card validation and payment/transactions can be done in Flash, without redirecting to another HTML page?
Since Flash has all the capabilities of a web browser (page requests, GET, POST) and even some goodies (cross domain page requests, sockets) I'm assuming this shouldn't be too hard.
Ever done something like this? Any help is appreciated. I don't mind using any backend system or intermediary payment gateway, etc.
Thanks