Re: [flexcoders] xml files embedded in swf?

2006-03-03 Thread Abdul Qabiz
-Original Message- From: flexcoders@yahoogroups.com [mailto:flexcoders@yahoogroups.com] On Behalf Of Abdul Qabiz Sent: Tuesday, February 28, 2006 00:20 To: flexcoders@yahoogroups.com Subject: Re: [flexcoders] xml files embedded in swf? Hi Jan, This is not a strange behaviour. mx:Model

RE: [flexcoders] xml files embedded in swf?

2006-02-28 Thread Jan L. Nauta
for the quick replies! Jan L. Nauta -Original Message- From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Abdul Qabiz Sent: Tuesday, February 28, 2006 00:20 To: flexcoders@yahoogroups.com Subject: Re: [flexcoders] xml files embedded in swf? Hi Jan

[flexcoders] xml files embedded in swf?

2006-02-27 Thread Jan L. Nauta
Hi, (Flex 2.0 Beta 1) I noticed that xml files are always embedded in the generated .swf file??? mx:XML id=my_xml source=my.xml format=e4x/ I thought it would work like images, so unless you embed it explicit it would be an external resource. The xml file even got copied to the bin directory,

Re: [flexcoders] xml files embedded in swf?

2006-02-27 Thread Harish Sivaramakrishnan
Hi mx:XML tag always embeds the xml at compile time, hence there is also a limitation to the size of the xml that you can load on to the swf. In order to read an xml data at run time you could use mx:HTTPService id=serv url=my_xml resultFormat=xml result=foo()/ You could write ur logic in

RE: [flexcoders] xml files embedded in swf?

2006-02-27 Thread Jan L. Nauta
Of Harish Sivaramakrishnan Sent: Monday, February 27, 2006 15:05 To: flexcoders@yahoogroups.com Subject: Re: [flexcoders] xml files embedded in swf? Hi mx:XML tag always embeds the xml at compile time, hence there is also a limitation to the size of the xml that you can load on to the swf

Re: [flexcoders] xml files embedded in swf?

2006-02-27 Thread Abdul Qabiz
] On Behalf Of Harish Sivaramakrishnan Sent: Monday, February 27, 2006 15:05 To: flexcoders@yahoogroups.com Subject: Re: [flexcoders] xml files embedded in swf? Hi mx:XML tag always embeds the xml at compile time, hence there is also a limitation to the size of the xml that you can load on to the swf

Re: [flexcoders] xml files embedded in swf?

2006-02-27 Thread Abdul Qabiz
- From: flexcoders@yahoogroups.com [mailto:flexcoders@yahoogroups.com] On Behalf Of Harish Sivaramakrishnan Sent: Monday, February 27, 2006 15:05 To: flexcoders@yahoogroups.com Subject: Re: [flexcoders] xml files embedded in swf? Hi mx:XML tag always embeds the xml at compile time, hence

RE: [flexcoders] xml files embedded in swf?

2006-02-27 Thread Matt Chotin
in the swf? Regards, Jan L. Nauta -Original Message- From: flexcoders@yahoogroups.com [mailto:flexcoders@yahoogroups.com] On Behalf Of Harish Sivaramakrishnan Sent: Monday, February 27, 2006 15:05 To: flexcoders@yahoogroups.com Subject: Re: [flexcoders] xml files embedded in swf? Hi