Hello,
I've made two pages with ...Hello,
I've made two pages with the JW player. One with the flv player, and another
with the wmv player. Both work good, with resp. flv and wmv files.
But trying to play a MP4 file with the flv player, gives a black screen.
The sound is OK.
The code:
<head>
<script type="text/javascript" src="http://www.thirdhand.nl/swfobject.js"></script>
</head>
<body>
<body>
<p id="player1"><a href="http://www.thirdhand.nl/video.flv">Get the
Flash Player</a> to see this player.</p>
<p> </p>
<script type="text/javascript">
var s1 = new SWFObject("player-viral.swf","single","25%","25%","7");
s1.addParam("allowfullscreen","true");
s1.addVariable("file","Manfrotto 785B.mp4");
s1.addVariable("image","preview1.jpg");
s1.addVariable("width","300");
s1.addVariable("height","170");
s1.write("player1");
</script>
</body>
</html>


Hi Rolf,
This is Ethan from LongTail here to help you.
Can you link me to where you are running our player on your site so I can take a look at your implementation so I can better help you?
Please email me directly at ethan [at] longtailvideo [dot] com to follow up if you have any other questions, thank you.
Best Regards,
-Ethan