[flexcoders] Re: FLEX App to AIR App » flashvars question

2008-04-17 Thread Chris Simeone
William, thanks for your reply. After a lot of searching I realized that the flashvar idea was not going to work. Next I tried adding custom tags to the AIR Application Descriptor File to pass in startup values. That didn't work out to well either. Finally I coded to get the XML via http. That wor

[flexcoders] Re: FLEX App to AIR App » flashvars question

2008-04-15 Thread Abyss Knight
I would imagine the best way to do this would be to convert your flashvar to a simple HTTPService call which fetches the XML via the network. As far as I know, AIR applications do not accept flashvars because they are not embedded in a wrapper. -- William --- In flexcoders@yahoogroups.com, "Chri