If you would like to design a product info page in flash, as in Zebra Vinilos Decorativos - go to any product to see it -
Then , you will need to know the cpath and prod id becuase you need it when you send the query action=add_product form the BUY button in flash
So how do you do it?
in the first feyframes in flash you trigger this
a few keyframes later ( let flash recibe the result ) you collect the result in a flash variableCode:getURL('javascript:window.document.myFlash.SetVariable("myVar", document.URL)');
then is easy in flash to find in that string the Cpath and the products IDCode:_global.uerele=myVar;
BUT . ATTENTION!
in your zen cart product description be sure that you include this :
Code:name="myFlash" swLiveConnect="true"
Very well explained in
http://www.adobe.com/es/support/flas...cript_comm.htm
Hope you find it usefull and excuse my horror english
regards,



