请问这个是用js来控制还是视频播放器本身的功能设置呢?
我用了一个swf格式的flv播放器,在<object>上添加onclick="弹出页面代码",这个不管用,点击视频的范围,视频就暂停/播放了。请问应该怎么解决这个问题呢?
<object type="application/x-shockwave-flash" data="file/video/vcastr3.swf" width="400" height="300">
                <param name="movie" value="file/video/vcastr3.swf"/> 
                <param name="allowFullScreen" value="true" />
                <param name="FlashVars" value="xml=
                <vcastr>
                <channel>
                <item>
                <source>{$t[video]}</source>
                </item>
                </channel>
                <config>
                <isAutoPlay>true</isAutoPlay>
                <isloadbegin>true</isloadbegin>
                <controlPanelBgColor>0xe03323</controlPanelBgColor>
                <controlPanelBtnColor>0xffffff</controlPanelBtnColor>
                </config>
                <plugIns>
                <beginendimageplugin>
                <url>file/video/beginEndImagePlugIn.swf</url>
                <source>file/video/video-begin.jpg</source>
                <type>begin</type>
                <scaletype>showAll</scaletype>
                </beginendimageplugin>
                </plugIns>
                </vcastr>"/>
                </object>