RE: [flexcoders] Running a flex app from local file system

2008-01-29 Thread Greg Hess
erton Sent: Tuesday, January 29, 2008 4:22 AM To: flexcoders@yahoogroups.com Subject: Re: [flexcoders] Running a flex app from local file system On Monday 28 Jan 2008, Greg Hess wrote: > - It seems xml file format (xml) is not specifically supported by > Flex and will require me to set the M

Re: [flexcoders] Running a flex app from local file system

2008-01-29 Thread Tom Chiverton
On Monday 28 Jan 2008, Greg Hess wrote: > - It seems xml file format (xml) is not specifically supported by > Flex and will require me to set the MIME type and the embedded object is a > ByteArrayAsset. Is this the only way? Bwuh ? [Embed(source="style/gmpClient.xml")] [Binda

RE: [flexcoders] Running a flex app from local file system

2008-01-29 Thread Fidel Viegas
> result="photosInHandler(event)"/> Try adding useProxy="False" as follows: Hope that helps.

RE: [flexcoders] Running a flex app from local file system

2008-01-28 Thread Greg Hess
Ah, that works! Thanks Jim. -Greg From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Jim Hayes Sent: Monday, January 28, 2008 5:08 PM To: flexcoders@yahoogroups.com Subject: RE: [flexcoders] Running a flex app from local file system Try -use-network=false Jim

RE: [flexcoders] Running a flex app from local file system

2008-01-28 Thread Jim Hayes
Try -use-network=false Jim. -Original Message- From: flexcoders@yahoogroups.com on behalf of Greg Hess Sent: Mon 28/01/2008 19:39 To: flexcoders@yahoogroups.com Subject: RE: [flexcoders] Running a flex app from local file system Thanks Guys, Unfortunately, I am having difficulty

RE: [flexcoders] Running a flex app from local file system

2008-01-28 Thread Greg Hess
CTED] On Behalf Of Andrew D. Goodfellow Sent: Monday, January 28, 2008 11:37 AM To: flexcoders@yahoogroups.com Subject: Re: [flexcoders] Running a flex app from local file system Hi Greg, I think if you go to "Project | Properties | Flex Compiler" and add " -use-network false&

Re: [flexcoders] Running a flex app from local file system

2008-01-28 Thread Andrew D. Goodfellow
Hi Greg, I think if you go to "Project | Properties | Flex Compiler" and add " -use-network false" to the Additional Compiler Arguments that might do the trick. You'll need to rebuild. I think the problem you are having is due to security constraint built into the Flash player. It will allow the

Re: [flexcoders] Running a flex app from local file system

2008-01-28 Thread Tom Chiverton
On Monday 28 Jan 2008, Greg Hess wrote: > remote HTTPService call and it seems to be generating security violations > accessing the local file system. The client workstations are Windows Vista. Why not just embed the XML file ? -- Tom Chiverton Helping to apprehensively innovate fine-grained fun