点击进入知科官方网站
查看: 1118  |  回复: 5
 
 
q137130320
积分:815
注册时间:2012-06-21
最后登录:2014-10-22
发送短消息
发表于 2014-06-26 20:43
页面地址:xg121.com 首页

问题描述:我把这个地方改为播放视频。怎么弄呀

截图说明:
 
 
Official服务
积分:16745
注册时间:2012-01-02
最后登录:2015-09-24
发送短消息
回复于 2014-06-26 21:28
1楼
 修改/t/index.aspx文件
 
 
<div class="con1">
                        <div class="son1">新活动 </div>
                        <div class="son2"><%=新活动()%>
                        </div>
                    </div>
                    <div class="con2">
                        <div class="son1"><%=商家活动第一条%></div>
                        <div class="son2">
                            <table border="0" cellpadding="0" cellspacing="0" width="100%">
                                <tr valign="top">
                                    <td width="37">
                                        <div>商家活动</div>
                                    </td>
                                    <td>
                                        <ul>
                                            <%=商家活动后几条%>
                                        </ul>
                                    </td>
                                </tr>
                            </table>
                        </div>
                    </div>
 
以上这段代码删除,然后在此插入视频代码
 
 
Official服务
积分:16745
注册时间:2012-01-02
最后登录:2015-09-24
发送短消息
回复于 2014-06-26 21:28
2楼
 
 
如果是flv视频播放的代码,可以用这个代码
 
<embed type="application/x-shockwave-flash" src="/T/1/skin/flvplayer.swf" width="200" height="150" id="single" name="single" quality="high" allowfullscreen="true" flashvars="file=http://demo4.hbzkwl.com/p/mp4.flv&autostart=true&overstretch=false&logo=/skin/public/none.gif&image=/skin/public/none.gif&width=200&height=150&shownavigation=true"></embed> 
<div class="slide" style="display:none;">
 
 
q137130320
积分:815
注册时间:2012-06-21
最后登录:2014-10-22
发送短消息
回复于 2014-06-26 21:51
3楼
 好的。我测试下。谢谢老大这段时间幸苦了
 
 
q137130320
积分:815
注册时间:2012-06-21
最后登录:2014-10-22
发送短消息
回复于 2014-06-26 22:16
4楼
 我只改上面的那点,我删除上面的代码。下面的优惠也没了内容
 
 
q137130320
积分:815
注册时间:2012-06-21
最后登录:2014-10-22
发送短消息
回复于 2014-06-26 22:32
5楼
 "200" height="150"   这段改尺寸无反应
回复帖子