【发布时间】:2014-04-23 06:51:48
【问题描述】:
这是代码,嵌入部分不显示,为什么不显示?
<div id="content">
<?php
$video = $_GET['video'];
$data_id = $_GET['id'];
$name = $_GET['name'];
?>
<a href="videos/<?php echo $video; ?>"
style="display:block;width:100%;height:400px;"
id="player"></a>
<br>
</div>
<div id="content">
<!--This is where the embed code will display the video-->
<a href="videos/<?php echo $video; ?>">
</div>
【问题讨论】:
-
也许为我们提供更多细节,而不仅仅是向我们展示代码会有所帮助。 :)
-
抱歉,我正在尝试为我的视频添加嵌入链接,以便用户可以在其他页面上查看视频,例如
-
你的代码中没有
<embed>?
标签: php html flowplayer