使用完整代码而不是短码

时间:2011-12-10 作者:rlab

如何使用完整代码JW Player plugin, 不仅仅是短代码?

我需要它,以便我可以尝试使用Lightbox插件的完整代码。

1 个回复
最合适的回答,由SO网友:weston deboer 整理而成

只需使用html嵌入代码,即可将JW播放器嵌入到任何位置:

<script type=\'text/javascript\' src=\'/path/to/jwplayer.js\'></script>

<div id=\'mediaspace\'>This text will be replaced</div>

<script type=\'text/javascript\'>
  jwplayer(\'mediaspace\').setup({
    \'flashplayer\': \'player.swf\',
    \'file\': \'http://content.longtailvideo.com/videos/flvplayer.flv\',
    \'controlbar\': \'bottom\',
    \'width\': \'470\',
    \'height\': \'320\'
  });
</script>
如果有要更改的选项,则始终可以使用JW Wizard.

结束

相关推荐

JWPlayer有问题。录像带不见了?

首先,我不擅长用wordpress来使用视频。我已经安装了jwplayer插件,并使用这段代码在页面上显示视频播放器。$video_array = explode(\"\\r\\n\", stripslashes(extra_option(\'video_links\')) ); foreach($video_array as $vid){ if (!empty($vid)) echo