【发布时间】:2010-05-01 16:03:12
【问题描述】:
如何在页面顶部的标签后面显示我的 Flash 视频?
网址:http://www.sanstitre.ch/drupal/portfolio?tid[0]=58
谢谢
我正在使用 SWFObject 包装器(跨浏览器)http://code.google.com/p/swfobject/
<div style="background-color: rgb(255, 255, 255); width: 100%;">
<object height="445" width="660" type="application/x-shockwave-flash" data="/drupal/videoPlayer/bin-debug/videoPlayer.swf?file=http://www.sanstitre.ch/drupal/sites/default/files/files/projects/WM 1976/videos/P1030297.flv" id="movie_player_1" style="visibility: visible;" wmode="transparent">
<param name="bgColor" value="#ffffff">
<param name="allowfullscreen" value="true">
<param name="autoplay" value="true">
<param name="flashvars" value="0=movie_player_1">
<param value="transparent" name="WMODE">
</object>
【问题讨论】:
-
我还需要在其上启用 javascript mouseOver 功能。我尝试将它应用到父级,但它不起作用。