[FLA] shopping cart data

Out of context: Reply #5

  • Started
  • Last post
  • 9 Responses
  • UndoUndo0

    I would think of it like this. the array is the carrier and the shared object is storage.

    The array carries the users data in flash, whilst they browse itema, change quantities in the cart, add and remove items...etc. at the point the user decides they will 'check out' the cookie is then used to store this definitive info which is picked up on their return to the site. this way you dont need to keep writing info to the SO and retrieving it.

View thread