请教一个html的问题

软件和网站开发以及相关技术探讨
回复
头像
acer4740
帖子: 1405
注册时间: 2010-09-13 19:04
来自: 0xFF00EE

请教一个html的问题

#1

帖子 acer4740 » 2011-06-14 22:54

代码: 全选

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" dir="ltr" lang="zh-CN">
<head>


<meta http-equiv="Content-Type" content="text/html; charset=gbk">
<base href="http://v.sharein.us/" />

</head>

<body>
		<embed 
			type="application/x-shockwave-flash"
			src="data/player/player.swf" 
                        scale="Noborder"
			flashvars="file=http://m.sharein.us:82/动漫/长篇/海绵宝宝/01.mp4&image=data/player/poster.jpg" 
		/> 
</body>
</html>

上面的网页在浏览器中打开,会使用flash播放视频,但是视频很小,怎么让播放器可以随着浏览器窗口大小的改变而改变大小

我加了
scale="Noborder"
但是不起作用

有会的指教一下啊

:em03
头像
acer4740
帖子: 1405
注册时间: 2010-09-13 19:04
来自: 0xFF00EE

Re: 请教一个html的问题

#2

帖子 acer4740 » 2011-06-15 12:15

:em06 :em06 :em06 :em06 :em01
回复