Thank you for help.
 I try to describe situation better. When I publish app as Windows
installer the user can take my exe file and install app on his pc. On
desktop he has icon after clicking on it he runs app. It plays well but
function "write" nothing do. I use

newFileStream.openAsync (appFile, FileMode.WRITE);
newFileStream.writeUTFBytes(xmlSets);
newFileStream.close ();

Yes, the user does not have Air and function that works only in Air does
not work for him. The same installation on my pc works well.
Okay. Next I created Application with runtime embedded. I gave the user
folder with all files that was created by Flash. He puts this folder on his
pc and run exe file. This works well. Everything writes well. But he wants
to have installation process that allow him to install this app as usual
new program. This second way does not give him that. Maybe I can combine
these two ways somehow? This is the first problem.
And additional question. Exe file shows information "Unknown publisher".
How I can change that?

Thank you for any help. Not much places in net now where we can find help
for Flash questions.


2014-02-20 16:26 GMT+04:00 David Benman <d...@dbenman.com>:

> Where are you saving the files to? You can't write to the application's
> folder when deployed but might work when you are testing on your machine.
> You need to be writing to a user folder, document folder, etc. anywhere but
> a subfolder of the Programs folder.
>
> On Feb 17, 2014, at 6:33 AM, natalia Vikhtinskaya <natavi.m...@gmail.com>
> wrote:
>
> > Hi to all.
> > I solved all problems with xml editor in flash. I created AIR app that
> > loads and saves xml after editing. I created Windows installer app. It
> > works well on XP and Win 8. But when the user installs it on his pc (I
> > think he has no AIR program on it) app plays but not saves files . What
> do
> > you think is possible problem?
> > Thank you in advance.
> > _______________________________________________
> > Flashcoders mailing list
> > Flashcoders@chattyfig.figleaf.com
> > http://chattyfig.figleaf.com/mailman/listinfo/flashcoders
>
> David Benman
> Interactive Developer
> d...@dbenman.com
> http://www.dbenman.com
> (315) 637-8487 (home office)
>
>
>
>
> _______________________________________________
> Flashcoders mailing list
> Flashcoders@chattyfig.figleaf.com
> http://chattyfig.figleaf.com/mailman/listinfo/flashcoders
>
_______________________________________________
Flashcoders mailing list
Flashcoders@chattyfig.figleaf.com
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Reply via email to