我在JWPlayer中使用自己的皮膚並播放YouTube視頻。但視頻犯規秀up.I我能坐上player.Here皮膚代碼視頻未播放JWPlayer
<!DOCTYPE html>
<html>
<head>
<script type="text/javascript" src="http://player.longtailvideo.com/jwplayer.js"></script>
<script type="text/javascript">jwplayer.key=mykey";</script>
</head>
<body>
<div id="container">Loading the player ...</div>
<script type="text/javascript">
jwplayer("container").setup({
flashplayer: "fwplayer.swf",
file: "https://www.youtube.com/watch?v=1gniYetOxCo",
skin: "myskin.xml",
height: 270,
width: 480
});
</script>
</body>
</html>
你有聯繫嗎? – emaxsaun
它工作@EthanJWPlayer。我已經發布了下面的答案。不過謝謝。 – Diffy
好極了,沒問題。 – emaxsaun