HOME ➔ SUPPORT ➔ Community ➔ General CourseLab issues ... flash player 10 compatibility issue
flash player 10 compatibility issue
  View type:
Hi,
The flv player, integrated in the system has problems with flash player 10. It is not checking the version of the flash player correctly and for this reason not working with version 10.

If I can guess, the player is based partially on the miniflvplayer. I would expect version check inside, which looks like:

<pre>if (Number(getVersion().substr(getVersion().indexOf(" ")+1,1))&lt;7)
{
setText(msg_oldPlayer);
return;
}</pre>

Such a check would return error, because it would check the first digit of the version string (like "WIN 10,0,0,...)
and would compare 1 to 7.

Regards
 
Hi, Dimitar,

That's true, version checking in FLV player is similar to that you have mentioned. We plan to release new build next week where this issue will be fixed.
 
 
Hi Slav,

Could not stop myself from asking you this. So are you going to lanuch the new version exactly one year after ? 14/Feb/2009 ?
 
 
 
Not the new version - new build of the same version. There were few builds from Feb 2008.
Subject:
Message options
No additional options