Page 1 of 1

Measure a Playback Script

PostPosted: Mon Sep 22, 2008 10:52 am
by lupin
How do I measure the time portions of a playback script take?

Re: Measure a Playback Script

PostPosted: Mon Sep 22, 2008 10:54 am
by monitoring
To measure intra-page events with Flex will require Adobe to build you
a custom Flex player which exposes the internal events. From what we
see so far, the available UI does not allow "polling" (it does allow response
to events, but not poolling to ascertain when things are completed), which
is the essential eValid capability that has allowed you to get intra-page
timings.

On the other hand, with JavaScript you can use eValid to
separately poll for DOM values, as you have seen.