4

簡単な質問:

<iframe src="http://player.vimeo.com/video/41406753?byline=0&amp;portrait=0" width="500" height="281" frameborder="0" webkitAllowFullScreen mozallowfullscreen allowFullScreen></iframe>またはなどの「埋め込みコード」を使用する代わりに、URL を使用してビデオを埋め込む一般的な方法はありますか<iframe width="560" height="315" src="http://www.youtube.com/embed/JEPYYo0-gfc" frameborder="0" allowfullscreen></iframe>?

ケースごとに個別に管理する必要がありますか? (ID を抽出し、適切な iframe タグを作成します)。

ありがとう

4

2 に答える 2

0

このコードはあなたを助けるでしょう..

<iframe  width="425" height="344" 
src="https://www.microsoft.com/es-es/videoplayer/embed/RWfmWf?pid=ocpVideo0-innerdiv-oneplayer&postJsllMsg=true&maskLevel=20&market=es-es" 
frameborder="0" allowfullscreen></iframe>

src の行に気付くかもしれませんが、ここに独自の URL を記述する必要があります。

于 2019-02-08T12:13:16.830 に答える