Hi guys,

I have two dynamic text fields on a frame, and use the following lines to display the Flash player version:

txt1 = getVersion();

txt2 = eval("$version");

txt1 is empty and txt2 contains the string one would expect. This happens in both V5 and V6 players.

Is getVersion maybe not implemented yet? $version is deprecated in V5, so I thought getVersion is the way to go.

Stephan