
JW Player & CSS Customization
Hello!
I'm currently using JW Player 5.8 in conjunction with Wordpress plugin.
The installation of the plugin & JW player create couple tags <div id=jw-player-div> and <div id=jwplayer-1>, when use CSS to call those div ids to customize background/border, the customization applies across other players in different pages/posts.
bc.. <div id="jwplayer-1-div" class="myPlayer">
<div id="jwplayer-1"></div>
</div>
<script type="text/javascript">jwplayer("jwplayer-1").setup({flashplayer: "http://localhost/wp-content/uploads/JW-Player/player/player.swf", width: "400", height: "240", controlbar: "over", "config": "myPlayer", "mediaid": "70", "image": "http://s1-www.ltvimg.com/v3_4_14/images/jw-player/lWMJeVvV-720.jpg", "file": "http://content.bitsontherun.com/videos/lWMJeVvV-364767.mp4", "wmode": "opaque", "skin": "http://localhost/wp-content/plugins/JW-Player/skins/glow/glow.zip", "playlist.position": "none", "playlistsize": "180", events: {}, config: "http://localhost/wp-content/uploads/JW-Player/configs/myPlayer.xml"});</script></center><center></center><center></center></p>
<div class="clearboth"></div>
</div>
Does anyone have any ideas or suggestion on how to resolve this issue?
Thanks in advance.