What's more accurate? getTimer or on EnterFrame?

Hello everyone,

I’m creating a video editor in flash. In the timeline I use getTimer and setInterval to measure the time. My question is: is this accurate enough. If not what should I use.

I tested onEnterFrame and setInterval together, onEnterFrame is taking longer to get to 5 seconds.

Maxgrafx