Re: [flexcoders] Re: Installing an AIR APP with configuration

2009-02-17 Thread bjorn
yeah, I did make progress. You can give the Application arguments during
install:
http://www.davidtucker.net/2008/01/10/air-tip-5-passing-arguments-to-an-application-on-install/

..then it's just a matter of saving this in a file in
applicationStorageDirectory or EncryptedLocalStore ..




2009/2/6 dmkramerica 

>   Did you ever make progress or solve this?
>
>
> --- In flexcoders@yahoogroups.com , bjorn
>  wrote:
> >
> > What's the best practice here? I need my app to know the username of the
> > user who install it. So I'm thinking of adding it as a parameter to
> the app
> > in the installer badge, and then saving it in a properties file
> locally in
> > the app's directory.
> > --
> > 
> > http://www.juicability.com - flex blog
> > http://www.nospoiler.com - link to youtube videos without the spoilers
> >
>
>  
>



-- 

http://www.juicability.com - flex blog
http://www.nospoiler.com - link to youtube videos without the spoilers


[flexcoders] Re: Installing an AIR APP with configuration

2009-02-05 Thread dmkramerica
Did you ever make progress or solve this?


--- In flexcoders@yahoogroups.com, bjorn  wrote:
>
> What's the best practice here? I need my app to know the username of the
> user who install it. So I'm thinking of adding it as a parameter to
the app
> in the installer badge, and then saving it in a properties file
locally in
> the app's directory.
> -- 
> 
> http://www.juicability.com - flex blog
> http://www.nospoiler.com - link to youtube videos without the spoilers
>