像iframe视频的javascript

时间:2014-10-22 18:58:17

标签: javascript video

我有很多视频共享,如果我想在源代码中更改我需要编辑所有帖子,所以我想在帖子中添加类似的内容

"domain.com/testfile="tv-show-s01e02""

并在测试文件中添加嵌入代码

 <video oncontextmenu="return false;" id="tv-show-s01e02" width="320" height="240" controls>
   <source src="video.mp4" type="video/mp4">
   Your browser does not support the video.
 </video> 

可能??

修改

wordpress post:

  

视频代码:使用id测试1从testfile或javascript获取的特定ID或代码。

testfile或java脚本:

 <video oncontextmenu="return false;" id="for post test 1" width="320" height="240" controls>
   <source src="video.mp4" type="video/mp4">
   Your browser does not support the video.
 </video>

0 个答案:

没有答案