RE: [flexcoders] Re: Load swc instead of swf

2006-12-28 Thread Tracy Spratt
@yahoogroups.com Subject: Re: [flexcoders] Re: Load swc instead of swf Your original post said you were happy to load an external file, why couldn't it be an xml or html file? Paul - Original Message - From: ssundke [EMAIL PROTECTED] mailto:ssundke%40yahoo.com To: flexcoders@yahoogroups.com

[flexcoders] Re: Load swc instead of swf

2006-12-27 Thread ssundke
Hey Lach, Loading XML files from where? I need to write an help html and im looking at the best way to write it without creating external dependancies. - Saba --- In flexcoders@yahoogroups.com, Lachlan Cotter [EMAIL PROTECTED] wrote: Hi Saba, What's wrong with just loading ordinary XML

Re: [flexcoders] Re: Load swc instead of swf

2006-12-27 Thread Paul Andrews
Your original post said you were happy to load an external file, why couldn't it be an xml or html file? Paul - Original Message - From: ssundke [EMAIL PROTECTED] To: flexcoders@yahoogroups.com Sent: Wednesday, December 27, 2006 11:08 AM Subject: [flexcoders] Re: Load swc instead of swf

[flexcoders] Re: Load swc instead of swf

2006-12-20 Thread ssundke
Ok.. so what do I do for this problem. I need to write some help files for my project and I need my swf to be standalone since it can be used. I didnt want to hardcode the html in one as file or mxml file, so I thought I would make a separate file for it and let it be loaded when it was needed.

Re: [flexcoders] Re: Load swc instead of swf

2006-12-20 Thread Lachlan Cotter
Hi Saba, What's wrong with just loading ordinary XML files? Cheers, Lach On 20/12/2006, at 10:12 PM, ssundke wrote: Ok.. so what do I do for this problem. I need to write some help files for my project and I need my swf to be standalone since it can be used. I didnt want to hardcode the