これは非常に単純なはずですが、エラーが発生し続けます。
js変数を追加する必要のあるJSON文字列があります。コードサンプルは以下のとおりです。基本的に、URL文字列のハッシュタグの後にframeVideo変数を追加する必要があります。
var frameVideo = window.location.hash.substring(1);
jwplayer("sVid").setup({
'share-video': {
'code': '<embed src="http://www.website.com/test.php#"\'.frameVideo.\'" width="480" height="270" allowfullscreen="true" />'
},
});
別の方法で何をする必要がありますか?