It runs well in all the browser. like firefox,IE newer version.
but their is a problem in IE6.
At the place of player they are showing two players one after another.
Please help how can I proceed.
As IE6 is the most usable browser now a days.

It runs well in all the browser. like firefox,IE newer version.
but their is a problem in IE6.
At the place of player they are showing two players one after another.
Please help how can I proceed.
As IE6 is the most usable browser now a days.

Hi big Ethan
I really didn't watch more at that reame files so i has been surprised in how simple is embed now the jwplayer code in a document (not need more swobject at all)
Let me know if there is a example with all the FULL option displayed so that everyone can make the definitive code
At moment my longest is this (running a playlist)
<object id="player" classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" name="player" width="640" height="480">
<param name="movie" value="/Path_to_player/player.swf" />
<param name="allowfullscreen" value="true" />
<param name="allowscriptaccess" value="always" />
<param name="bgcolor" value="#FFFFFF" />
<param name="flashvars" value="file=/path_to_playlist/playlists_name.xml&image=/Path_to_images/images.jpg&logo=/path_to_logo/logo.png&shuffle=false&repeat=list&playlist=bottom&playlistsize=60&stretching=uniform&autostart=true&volume=90&quality=true">
<embed
type="application/x-shockwave-flash"
id="player2"
name="player2"
src="/Path_to_player/player.swf"
width="640"
height="480"
allowscriptaccess="always"
allowfullscreen="true"
bgcolor="#FFFFFF"
flashvars="file=/path_to_playlist/playlists_name.xml&image=/Path_to_images/images.jpg&logo=/path_to_logo/logo.png&shuffle=false&repeat=list&playlist=bottom&playlistsize=60&stretching=uniform&autostart=true&volume=90&quality=true"
/>
</object>
thank in advance

Hi Nimish,
That code looks correct, can you point me to where you are running int on your site?
Best Regards,
-Ethan
-Ethan [at] longtailvideo [dot] com
Hi Nimish,
This is Ethan from LongTail here to help you.
Chances are, you are using an old version of the readme file to base you embed code on. If you download the latest version of the player from - http://www.longtailvideo.com/players/jw-flv-player/ you will get a readme file which includes both embed and object tags, and that will only show one player in all broesers.
Please email me directly at ethan [at] longtailvideo [dot] com to follow up if you have any other questions, thank you.
Best Regards,
-Ethan