I’m loading a movieclip, and i need to load a LOT of variables to it.
Im building the vMovie variable with the path plus every variable I need: It looks like this vMovie=“flash/awsProduct.swf?ProdId=”+sProdID+"&ProdName="+sProdNam… and so on
the thing is that it works fine in my server but it won’t load once it’s uploaded to the definitive server (works fine in other online servers)
so I’d like to save some time and pass the variables using the POST method, but i cant seem to find an example… do you have any ???
Thanks