Hi,
I am not very experienced in connecting flash with an e commerce backend, but one thing I notice is when you select the link, this is what it sends to the location box....
http://www.fenixcosmetics.com/defaul...u=12645&cart=&
&cart has no value. I suspect this is the problem. Maybe put some trace actions in to see what the value of cart is to make sure the variable contains what it is supposed to...
Code:
this.onEnterFrame=function(){
trace(cart);
}
A mind once stretched by a new idea never regains its original dimensions.
- Oliver Wendell Holmes
Bookmarks