
how do I pass wmode transparent and control panel "always on" using the following script...
I need to pass wmode=transparent, and the controlbar set to "on" all the time (no hiding), via the script below: how do I do that? is it wmode: transparent?
Here is the url:
http://buildandbuy.com/jHop/
I realize the page will work fine, but I need it to work on the iphone.
<script type="text/javascript">
jwplayer("single2").setup({
file: "http://www.youtube.com/watch?v=cJ6wUYB2X8Q",
image: "http://buildandbuy.com/skins/start_img.jpg",
skin: "http://buildandbuy.com/skins/beelden/beelden.xml",
plugins: {
"sharing-0": {}
},
width: 287,
height: 211,
stretching: "fill",
flashplayer: "http://buildandbuy.com/mediaplayer-5.3/player.swf"
});
</script>