I have several flash applications that are handling the product customization for my site, but I need to be able to dump the variables out of my flash applications into my shopping cart. I think that I should be able to do this somehow with attributes, but I'm not sure how to make a script that would set the attributes to the same settings as are in the flash application. I am able to call a php script into the flash application and then I can push the variables into that script, but then I need that script to dump into the product order and add the appropriate values to an item in the cart. Is this making sense to anyone else?