开发者

JW Player customization (include toolbar only)

I am using jw player for playing audio. can i remove the screen and can i place the only tool bar of 开发者_运维知识库the jw player (with out screen). is it possible if yes what can i do thank you


<script type='text/javascript'>
  var so = new SWFObject('player.swf','ply','470','24','9','#ffffff');
  so.addParam('allowfullscreen','true');
  so.addParam('allowscriptaccess','always');
  so.addParam('wmode','opaque');
  so.addVariable('file','http://www.longtailvideo.com/jw/upload/bunny.mp3');
  so.addVariable('duration','33');
  so.write('mediaspace');
</script>

See this example provided by Long Tail Video. http://www.longtailvideo.com/support/jw-player-setup-wizard?example=202

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜