I am using Zen V1.5.0. I put JW player in a folder in the root of my server, and it seems to be working great (except in Firefox, but I'll save that for another day).. When I put the player code in my product description html text, the player comes out exactly where I want it and looks great, and the product description text looks good.. EXCEPT...,,, on the category page, or if you do a search, the text from the code shows up instead of my product description (or at the beginning of my product description I should say). I don't want to move the code lower to hide it because the player is showing up exactly where I want it. I switched templates to default green, same thing.... Here is a link to my test product, which looks fine http://stageandtheaterlighting.com/i...products_id=65 , but when you go to the LED Lights > LED Special Effects category http://stageandtheaterlighting.com/i...ex&cPath=10_12 , that's where the text is goofy.

I don't know how to fix this. I tried moving the html tags aound, google, etc before posting. I would be thankful for any help, as usual....

Here is the entire code (minus some of the middle description fields) for the 'can can' product description as entered in my admin product description box.

<script type="text/javascript"src="/jwplayer/jwplayer.js"></script>
<div id="container">Loading the player ...</div>
<script type="text/javascript">
jwplayer("container").setup
({
autostart: true,
file: "/videos/can_can.mp4",
flashplayer: "/jwplayer/player.swf",
volume: 80,
height: 270,
width: 360
});
</script>

<html>
<body>
&bull; Product Model: Can Can<br>
&bull; <br>
&bull; POWER:<br>
&bull; 110V/60Hz<br>
&bull; POWER CONSUMPTION:<br>
&bull; 40W<br>
&bull; LED COUNT:<br>
&bull; 120 x 5mm LEDs (40 RED, 40 GREEN, 40 BLUE)<br>
&bull; AVERAGE RATED LED LIFE:<br>
&bull; 22 Lbs (Single Pack)
<p>&bull; SHIPPING DIMENSIONS:<br>
&bull; 39In x 17In x 17In (Single Pack)</p>
</body></html>