» » » » » » » » » » » » » » » » Hide Commercial Control Bar Skin - Preview Player Only
Posted: Nov 9, 2010
sorry, I've read a lot of the documentation and in most cases I've been successful. However, I'm not a programmer and sometimes I need support.
I'm now trying to include:
current script is:
if you can offer and advice, it would be appreciated.
thanks
I'm now trying to include:
tooltips: null
and even tooltips with opacity, but I cannot get that to work either without getting a player error.current script is:
<script>
flowplayer("preview",{src: "<?php echo SITE_PATH;?>files/flowplayer.commercial-3.2.2-2.swf", wmode: 'opaque'}, {
key: '#$fdb91253b97e765fcd2',
clip: {
url: "<?php echo $video_url;?>"
},
plugins: {
controls: {opacity: 0},
},
logo: {
opacity: 0
}
});
</script>
if you can offer and advice, it would be appreciated.
thanks