日期:2014-05-17  浏览次数:20679 次

菜鸟求解 有代码
<html>
<head>
<title>盘龙首页</title>
</head>
<body style="background-image:url(..\game\image\首页背景.png);background-color:black;background-position:center;background-repeat:no-repeat;background-attachment:fixed">
<div style="margin:0px 0px 0px 230px;width:142px;height:111px">
<img src="..\game\image\盘龙图标.png">
</div>
<div style="margin:10px 0px 0px 665px;width:221;height:50;position:absolute;z-index:1">
<img src="..\game\image\登陆游戏.png">
</div>
<div style="margin:5px 300px 0px 150px;width:660px;height:80px">
<a href=""><img src="..\game\image\2011-11-05_113958.png" style="border:none"></a><a href=""><img src="..\game\image\2011-11-05_113958.png" style="border:none"></a><a href=""><img src="..\game\image\2011-11-05_113958.png" style="border:none"></a><a href=""><img src="..\game\image\2011-11-05_113958.png" style="border:none"></a><a href=""><img src="..\game\image\2011-11-05_113958.png" style="border:none"></a><a href=""><img src="..\game\image\2011-11-05_113958.png" style="border:none"></a>
</div>
<div style="margin:0px 0px 0px 150px">
<embed loop="-1" width="646px" height="300" style="src:(..\game\image\11.mp4)">
</div><div style="background-image:url(..\game\image\2011-11-05_12.png);width:646px;height:622px;margin:0px 0px 0px 150px"></div>
</body>
</html>

红色的部分我想插入一个MP4但是不显示 有没有什么办法 别说用网络的链接

------解决方案--------------------
<embed loop="-1" width="646px" height="300" src="11.mp4"/>
------解决方案--------------------
style="src:(..\game\image\11.mp4)">
这是从哪看来的语法?


<embed loop="-1" width="646" height="300" src="..\game\image\11.mp4">