Oh and if I put code below, this is what it does..

for (var o in paypalObj) {
                                sUrl += o + '=' + paypalObj[o] + '&';
                        }
                        trace(sUrl);
                        if (paypalObj.quantity == 0) {
this.itemSelection_mc.status = "WARNING::: You did not specify a quantity";
                        } else if (paypalObj.os0 == "") {
this.itemSelection_mc.status = "WARNING::: You did not specify a size";
                        } else if (paypalObj.os1 == "") {
this.itemSelection_mc.status = "WARNING::: You did not specify a color";
                        } else {
                        }
                };
        }
}
getURL(sUrl,'paypal','POST');
};
};
};
};
function onChange() {
// more code


flash adds a bunch of ); to the end before the code below it.


Karl

On Nov 17, 2009, at 2:10 AM, Karl DeSaulniers wrote:

Nope. Just CS3

Karl


On Nov 17, 2009, at 2:03 AM, Ktu wrote:

I copy pasted that into CS4 stock and I could not reproduce the error. I
tried it on the timeline and in a class file with no luck.
Could there be any updates you've done to your version of flash that could
cause this?

Ktu

Karl DeSaulniers
Design Drumm
http://designdrumm.com

_______________________________________________
Flashcoders mailing list
[email protected]
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Karl DeSaulniers
Design Drumm
http://designdrumm.com

_______________________________________________
Flashcoders mailing list
[email protected]
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Reply via email to