A Flash Developer Resource Site

Results 1 to 5 of 5

Thread: Advanced Help

  1. #1
    I'm not afraid Fearless's Avatar
    Join Date
    Jun 2000
    Posts
    351
    This doesnt have to do directly with flash but I was wondering if someone could help me out.

    I'm currently in talks to work on an eCommerce site.The client would like for when a customer orders a product online via credit card, it be delivered by email automatically. (it would be a file such as a wav.)

    The file can either be attached to the email (preferred) or a link may be included in the email to a temporary directory when the consumer may download his purchase.

    Any help would be much appreciated.

  2. #2
    You'd be better off using pre-existing scripts to accomplish that. See http://cgi.resourceindex.com/Program...e_Downloading/

  3. #3
    Senior Member
    Join Date
    Aug 2000
    Posts
    1,317

    eCom

    are you using asp?

  4. #4
    I'm not afraid Fearless's Avatar
    Join Date
    Jun 2000
    Posts
    351
    yep, actually I'm learning Drumbeat2000 for the project...

  5. #5
    Senior Member
    Join Date
    Aug 2000
    Posts
    1,317
    didn't drumbeat get pulled to make room for ultradev?
    anyway, what you need to do is:
    when you have payment validation(ie. a referral #) pass a variable back to the asp saying that if "IntRef# = True" then use CDONTS to create a mail object and attach the file using something like Request("Item_Purchased") = strWav1
    strWav1 = Sound.file or use a Case Statement to choose which file to attach. this is just a basic outline of what you can do for your situation so sorry if it seems a little rough around the edges.
    hope this helps

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