2 / 4
Oct 2007

We want to add an e commerce shopping cart capability to his website which was built in Flash. I don't have experience adding any html code into a flash doc. I know there is a text area component that text can be loaded into but, don;t know if this is the best way to go about this. I don't want to waste time (and my clients money) poking around for the answer, can you point me to someone who has done this, or a step by step method you know of ?

  • created

    Oct '07
  • last reply

    Jun '10
  • 3

    replies

  • 1.2k

    views

  • 4

    users

  • 1

    link

2 years later

That page says nothing about how to add the cart to a flash site, only how to make sure it's on top once you do. Anyone know the first steps for getting the cart to show up in a flash site?

The second section of that Flash help page explains how to add the necessary part of your View Cart code to your page that would operate the overlay-style cart in your page. The cart itself is HTML/CSS/JavaScript based, so it actually runs in the HTML layer of the page where your Flash is embedded, rather than being a Flash-based cart itself.



To get functional buttons in Flash that would display the cart and add items to the cart, you would need to extract the href= URLs from the cart button codes you obtain in your E-junkie Seller Admin, so you can program those URLs into the ActionScript controlling your Flash interface.



Any experienced Flash programmer should know how to accomplish this based on the examples provided on our Flash help page, but explaining how to write ActionScript is a matter of general-purpose Flash programming skills beyond the scope of support we can provide.