|
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 resultFormat="e4x" or resultFormat="text" (instead of the default, which is
"object").
Thanks,
Pete
From: [email protected] [mailto:[EMAIL PROTECTED] On Behalf Of Flex Learner Sent: Tuesday, October 17, 2006 2:45 PM To: [email protected] Subject: [flexcoders] Stack Overflow in swf to swf include
HI,
I'm trying to include an swf file (generated from FlexBuilder) within
another swf file using <mx:image>. The included file is located on a
different server, and the include works fine. Now, if a <HTTPService> is
added to the included file, the call fails with the following exception.
Error: Error #1023: Stack overflow occurred.
at Object$/Object: at Object/http: at Object$/Object: ..... at Object$/Object: It appears like an infinite loop that's triggered internally and terminates
with a stack overflow.
The mxml for the caller swf (located on www.abc.com) is as follows :
============
<?xml version="1.0" encoding="utf-8"?> Security.allowDomai ]]> mxml for the called swf (Loadee.swf) ============ <?xml version="1.0" encoding="utf-8"?> </mx:Application> Any inputs here will be greatly helpful. Thanks, Joseph -- Flexcoders Mailing List FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com
SPONSORED LINKS
Your email settings: Individual Email|Traditional
Change settings via the Web (Yahoo! ID required) Change settings via email: Switch delivery to Daily Digest | Switch to Fully Featured Visit Your Group | Yahoo! Groups Terms of Use | Unsubscribe __,_._,___ |
- RE: [flexcoders] Stack Overflow in swf to swf include Peter Farland
- Re: [flexcoders] Stack Overflow in swf to swf include Flex Learner
- RE: [flexcoders] Stack Overflow in swf to swf inclu... Peter Farland
- RE: [flexcoders] Stack Overflow in swf to swf i... Peter Farland

