I need to record timing of some user operations. The following is all I
need:
var _starttime:Date = new Date();
trace(_starttime.getSeconds());
.....
.....
var _endtime:Date = new Date();
trace(_endtime.getSeconds());



On Mon, Oct 21, 2013 at 10:15 PM, OmPrakash Muppirala
<[email protected]>wrote:

> On Oct 21, 2013 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?
>
> Why?  What do you plan to do with that file?
>
> Om
>
> >
> >
> > 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
> > >>
> > >>
> > >
>

Reply via email to