Código :
//Make the CART Draggable.
dragger.onPress = function ()
{
_root.orderform.startDrag();
};
dragger.onRelease = newText.onReleaseOutside = function ()
{
_root.orderform.stopDrag();
};
//
hidecartbtn.onRelease = function() {
trace(this._hidecartbtn+"._visible = false");
_root.orderform._visible = false;
};
Y otra cosa, paypal se encarga supongo que de todo no? o sea le mandas el form y te da el ok...o cómo...
Un saludo para todos.
