Re: [flexcoders] Where are the AIR resources?

2008-08-07 Thread Steve Mathews
:20 PM *To:* flexcoders@yahoogroups.com *Subject:* Re: [flexcoders] Where are the AIR resources? Ok, so after all this discussion (thank you by the way) I came to the realization that what I needed to do is be running my Flex swf as trusted. So I moved it and all my in-house created

RE: [flexcoders] Where are the AIR resources?

2008-08-07 Thread Alex Harui
Subject: Re: [flexcoders] Where are the AIR resources? It turned out to be an issue on my part. I figured it out and got it working. As to security, now that my Flex swf is in the app directory, can't someone just drop a new one in there and my AIR app think it is secure? Do I need to verify

RE: [flexcoders] Where are the AIR resources?

2008-08-06 Thread Gregor Kiddie
PROTECTED] On Behalf Of Alex Harui Sent: 05 August 2008 23:13 To: flexcoders@yahoogroups.com Subject: RE: [flexcoders] Where are the AIR resources? I'm sure there is a way to do that right now. It might be a planned feature for a future AIR release. You can try it though. This post: http

Re: [flexcoders] Where are the AIR resources?

2008-08-06 Thread Steve Mathews
@yahoogroups.com [mailto:[EMAIL PROTECTED] *On Behalf Of *Steve Mathews *Sent:* Tuesday, August 05, 2008 2:58 PM *To:* flexcoders@yahoogroups.com *Subject:* Re: [flexcoders] Where are the AIR resources? Alex, Yes, it isn't an error, just the security dialog because my swf has -use-network=true

RE: [flexcoders] Where are the AIR resources?

2008-08-06 Thread Alex Harui
] On Behalf Of Steve Mathews Sent: Tuesday, August 05, 2008 2:58 PM To: flexcoders@yahoogroups.com mailto:flexcoders@yahoogroups.com Subject: Re: [flexcoders] Where are the AIR resources? Alex, Yes, it isn't an error

Re: [flexcoders] Where are the AIR resources?

2008-08-05 Thread Steve Mathews
@yahoogroups.com [mailto:[EMAIL PROTECTED] *On Behalf Of *Jim Hayes *Sent:* Monday, August 04, 2008 4:58 PM *To:* flexcoders@yahoogroups.com *Subject:* RE: [flexcoders] Where are the AIR resources? My understanding is that because I can't load Flex into Flex I missed that bit

RE: [flexcoders] Where are the AIR resources?

2008-08-05 Thread Alex Harui
HTML file is going to help. -Alex From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Steve Mathews Sent: Tuesday, August 05, 2008 10:48 AM To: flexcoders@yahoogroups.com Subject: Re: [flexcoders] Where are the AIR resources? Let me give

Re: [flexcoders] Where are the AIR resources?

2008-08-05 Thread Steve Mathews
:* flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] *On Behalf Of *Steve Mathews *Sent:* Tuesday, August 05, 2008 10:48 AM *To:* flexcoders@yahoogroups.com *Subject:* Re: [flexcoders] Where are the AIR resources? Let me give some specific examples so hopefully we can get this to work

RE: [flexcoders] Where are the AIR resources?

2008-08-05 Thread Alex Harui
From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Steve Mathews Sent: Tuesday, August 05, 2008 2:58 PM To: flexcoders@yahoogroups.com Subject: Re: [flexcoders] Where are the AIR resources? Alex, Yes, it isn't an error, just the security dialog

RE: [flexcoders] Where are the AIR resources?

2008-08-04 Thread Dimitrios Gianninas
I've been building AIR apps recently, I always look at the online docs at http://livedocs.adobe.com/flex/3/html/index.html I usually ask my questions on this list...just a habbit. What questions do you have? Dimitrios Gianninas RIA Developer and Team Lead Optimal Payments Inc.

Re: [flexcoders] Where are the AIR resources?

2008-08-04 Thread Steve Mathews
Specifically I have a Flex based swf that I am loading into my AIR app. It is dynamically driven (i.e. external content) and is intended to be running on the web. So of course in it's compiler options I have -use-network=true. So when run from the desktop you get the security dialog asking if you

RE: [flexcoders] Where are the AIR resources?

2008-08-04 Thread Jim Hayes
To: flexcoders@yahoogroups.com Subject: Re: [flexcoders] Where are the AIR resources? Specifically I have a Flex based swf that I am loading into my AIR app. It is dynamically driven (i.e. external content) and is intended to be running on the web. So of course in it's compiler options I have -use-network

Re: [flexcoders] Where are the AIR resources?

2008-08-04 Thread Steve Mathews
:* Re: [flexcoders] Where are the AIR resources? Specifically I have a Flex based swf that I am loading into my AIR app. It is dynamically driven (i.e. external content) and is intended to be running on the web. So of course in it's compiler options I have -use-network=true. So when run from

RE: [flexcoders] Where are the AIR resources?

2008-08-04 Thread Jim Hayes
: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Steve Mathews Sent: 05 August 2008 00:49 To: flexcoders@yahoogroups.com Subject: Re: [flexcoders] Where are the AIR resources? My AIR app is Flex based. I am using the HTMLLoader to load a (currently) standard html page

RE: [flexcoders] Where are the AIR resources?

2008-08-04 Thread Alex Harui
: RE: [flexcoders] Where are the AIR resources? My understanding is that because I can't load Flex into Flex I missed that bit (and was unaware of that in any case, never tried it so far), so I don't think I can offer any useful advice I'm afraid. Sorry about that, hopefully someone else can