Yes, users will email me a file. It seems simpler then have them installing additional software. But when you say remote server what exactly do you mean? If they are running on the internal network how would I communicate with the remote server?
On Tue, Oct 22, 2013 at 11:29 AM, Alex Harui <[email protected]> wrote: > Not exactly. In the git repo, the file mustella/as3/ImageDiff.MXML is a > listener SWF and mustella/as3/CompareBitmap.as talks to it. It uses > localconnection to communicate. You'd have to add your own write-to-file > code to the listener. > > I think everyone is confused about how you plan to collect the data. If > you store it locally on the user's machine, will they somehow send it back > to you? I think others simply pass the data to a remote server and then > you don't need to have folks install a separate AIR app and have it > running. > > -Alex > > On 10/22/13 3:04 AM, "mark goldin" <[email protected]> wrote: > > >Is there any code around for such AIR app to listen to the web app? > > > > > >On Mon, Oct 21, 2013 at 9:53 PM, Alex Harui <[email protected]> wrote: > > > >> > >> > >> On 10/21/13 5:57 PM, "mark goldin" <[email protected]> wrote: > >> > >> >What I would really want is to write some info into a local file. Is > >>that > >> >possible? > >> It depends. You can have folks install an AIR app that will listen to > >> your web-app and write data to the local file. But without a helper > >>app, > >> the web-app does not have access because of security restrictions. > >> > >> > > >> > > >> >On Mon, Oct 21, 2013 at 4:46 PM, mark goldin <[email protected]> > >> >wrote: > >> > > >> >> Just to make sure the users dont need to run the debugging version, > >> >> correct? > >> >> > >> >> > >> >> On Mon, Oct 21, 2013 at 4:29 PM, Alex Harui <[email protected]> > wrote: > >> >> > >> >>> mx.logging.* > >> >>> > >> >>> On 10/21/13 1:40 PM, "mark goldin" <[email protected]> wrote: > >> >>> > >> >>> >What are the ways of tracing problems if users not running > >>debugging > >> >>> >version of Flash Player? > >> >>> > > >> >>> >Thanks > >> >>> > >> >>> > >> >> > >> > >> > >
