RE: [flexcoders] Stack overflow

2009-04-20 Thread Tracy Spratt
You are mixing up the XML implementation versions. XMLDocument and simpleDecoder are legacy AS2 classes, included in AS3 only for backwards compatibility. You cannot use them with XML() which is an e4x implementation. Tracy Spratt, Lariat Services, development services available

Re: [flexcoders] Stack Overflow in swf to swf include

2006-10-18 Thread Flex Learner
Thanks Pete. Adding makeObjectsBinadble=false solved the problem. Yes, the service returns a simple XML generated from a cfm file. userPrefdevicephone/device/userPref I'm curious to know how this is related to the stack overflow. Does makeObjectsBinadble=false restrict any functionality ? -

RE: [flexcoders] Stack Overflow in swf to swf include

2006-10-18 Thread Peter Farland
lto:[EMAIL PROTECTED] On Behalf Of Flex LearnerSent: Wednesday, October 18, 2006 2:25 AMTo: flexcoders@yahoogroups.comSubject: Re: [flexcoders] Stack Overflow in swf to swf include Thanks Pete. Adding makeObjectsBinadble="false" solved the problem. Yes, the service returns a simpl

RE: [flexcoders] Stack Overflow in swf to swf include

2006-10-18 Thread Peter Farland
FarlandSent: Wednesday, October 18, 2006 9:51 AMTo: flexcoders@yahoogroups.comSubject: RE: [flexcoders] Stack Overflow in swf to swf include It does restrict some functionality... to describe what's happening in HTTPService - an underlyingURLLoader returns your XML data as a String

RE: [flexcoders] Stack Overflow in swf to swf include

2006-10-17 Thread Peter Farland
I could reproduce your problem- I'll log a bug on your behalf. Out of curiosity, does your HTTPService return XML? If so, any chance you could show us what the XML looks like? As a work around for now you could either set makeObjectsBinadble="false" on your HTTPService tag or set