Event Tracking Google Analytics w/ AS2

Hi All…
Curious if there is anyone here that has been able to get Google Analytics Event tracking to work within a flash file written in AS2.

It suggest a code like this

on (release) {
// Track with no action
getURL("javascript:pageTracker._trackPageview('/folder/file.html');");
} 

on their official help page http://www.google.com/support/analytics/bin/answer.py?answer=55520

I however have not been able to get any of this to work despite all my efforts. Im Curious if anyone has? Is the flash event tracking even out of beta testing yet? im not even certain of that at this point.

As usual, any help would be really appreciated.