Flash implementation reference?
Hi
I am reading the "instructions to measure video that are displayed in the Flash Player." on http://microsite.omniture.com/t2/help/en_US/sc/appmeasurement/video/index.html#Flash_Video_Playback but this is chaotic and seems incomplete. For example the ActionScript Sample Code page uses parameters like:
s.charSet = "UTF-8";
s.currencyCode = "USD";
s.trackClickMap = true;
that are not defined anywhere.The currencyCode is not even public property of the AppMeasurement class.
Is there any complete Flash implementation reference?
Thanks