hello,
I use this player's free edition and I am very satisfied with it, it's really great job.
But I have one problem when visitors try to watch my .flv videos through this player on computers where is not installed flash palyer plugin. When they open try to watch the video they cannot start it and it looks really bad, the player looks very mixed. My request for this problem is, if possible, to make it when there is not installed flash palyer on the computer instead to appear the mixed player, to appear a text over the player saying "you do not have flash player insatelled on you computer" ... I am not sure if this is possible to do.
If it is possible, please tell me how to do that, or you try to make it look like that (I am not sure if I was clear).
Please, if possible make it look like that
Thank you in advance

@agron,
the default html code that comes with the player already takes care of this for you. As long as you properly cut and paste from the examples, you'll have a line like this:
<p id="player1"><a href="http://www.macromedia.com/go/getflashplayer">Get the Flash Player</a> to see this player.</p>When the correct version of the flash plugin is installed, the player will appear, but if it doesn't, your visitors will automatically be provided a link to macromedia.com. Macromedia will take care of the rest.
Note that you can specify the version of flash you require when you first build your player- like this:
var s1 = new SWFObject("mediaplayer.swf","single","260","160","7");where "7" means that you request your visitors to have the flash plugin version 7 or later, otherwise they will be provided with the link to macromedia.
sounds like you just didn't copy all of the required html when you built your page with the player.
do you have a link we can look at?
cheers,
-jeremy