独舞千年 发表于 2008-6-8 10:31

急!求助:请各位高手帮我下

<P>我知道发错版快了,没办法,我一直没搞懂虚心学习下,问题解决了给我转移本贴<BR>其实是个很简单的问题,各位高手不要笑话!但对我来说一直没彻底搞懂<BR>加flash的一断代码如下:</P>
<P>&lt;div style="LEFT: -0px; WIDTH: 500px; POSITION: relative; TOP: 0px" &gt;</P>
<P>&lt;embed src="flash地址" width="flash宽度" height="flash高度" type="application/x-shockwave-flash" quality="high" menu="false" wmode="transparent" &gt;&lt;/embed&gt;&lt;/div&gt;</P>
<P>其中&lt;div style="LEFT: -0px; WIDTH: 500px; POSITION: relative; TOP: 0px" &gt;<BR>left,width,top各自的定位是什么的定位,我知道分别是距左,宽度,高度.具体的对象是什么?<BR>&lt;embed src="flash地址" width="flash宽度" height="flash高度" type="application/x-shockwave-flash" quality="high" menu="false" wmode="transparent" &gt;&lt;/embed&gt;&lt;/div&gt;中的高度宽度是flash的定位,这两种有什么区别?<BR>最好高手能都给我具体解释下,小弟多谢了!</P>
<P> </P>
<P> </P>
<P>也就是说我对flash的定位还很难掌握,调试10多次都失败,那个数值有大体的大小吗?</P>

[ 本帖最后由 独舞千年 于 2008-6-8 11:05 编辑 ]

bakon 发表于 2008-6-8 10:50

不好意思也没明白过来

独舞千年 发表于 2008-6-8 11:06

回复 1# 的帖子

<BR><BR><BR><BR><BR><BR><BR><BR>
<TABLE style=\"LEFT: -250px; WIDTH: 1000px; POSITION: relative; TOP: 0px; HEIGHT: 768px\" cellSpacing=0 cellPadding=0 background=\"http://bbs.gupiao8.com/attachment/Mon_0806/22_16569190_06abb5384b9ef37.jpg&#13;&#10;&#13;&#10;&#13;&#10;\" tuborder=\"0\">
<TBODY>
<TR>
<TD><EMBED style=\"LEFT: -100px; WIDTH: 600px; POSITION: relative; TOP: 220px; HEIGHT: 400px\" src=\"http://flashline.go3.icpcn.com/huacao2/1.swf&#13;&#10;&#13;&#10;&#13;&#10;\" type=application/x-shockwave-flash wmode=\"transparent\" menu=\"false\" quality=\"high\"></EMBED> </TD></TR></TBODY></TABLE><EMBED src=\"http://61.185.32.191/世纪精英/世纪精英/音乐/民族乐曲/流水.rm&#13;&#10;&#13;&#10;\" width=0 height=0 type=audio/mpeg loop=\"true\" autostart=\"true\" panel=\"0\"></EMBED> <BR><BR><BR><BR><BR><BR><BR><BR>
<DIV style=\"LEFT: -100px; WIDTH: 500px; POSITION: relative; TOP: -680px\"><EMBED src=\"&#13;&#10;&#13;&#10;<a href=\" target=\"_blank\" 115.swf&#13? huacao2 flashline.go3.icpcn.com http:>http://flashline.go3.icpcn.com/huacao2/115.swf </A>; \" width=\"300\" height=\"800\" type=\"application/x-shockwave-flash\" wmode=\"transparent\" menu=\"false\" quality=\"high\"&gt;</EMBED></DIV>=\"transparent\"&gt;</EMBED>
<DIV></DIV>
<DIV style=\"LEFT: -300px; WIDTH: 500px; POSITION: relative; TOP: -1300px\"><EMBED src=\"&#13;&#10;&#13;&#10;<a href=\" target=\"_blank\" 51.swf&#13? flash free imgfree.21cn.com http:>http://imgfree.21cn.com/free/flash/51.swf </A>; \" width=\"500\" height=\"400\" type=\"application/x-shockwave-flash\" quality=\"high\" menu=\"false\" wmode=\"transparent\"&gt;</EMBED></DIV>
<DIV style=\"LEFT: 0px; WIDTH: 500px; POSITION: relative; TOP: 0px\"><EMBED src=\"&#13;&#10;<a href=\" target=\"_blank\" 59.swf&#13? flash free imgfree.21cn.com http:>http://imgfree.21cn.com/free/flash/59.swf </A>; \" width=\"300\" height=\"200\" type=\"application/x-shockwave-flash\" ? quality=\"high\" menu=\"false\" wmode=\"transparent\"&gt;</EMBED></DIV>
<P> </P>
<P>最后加了个海鸥的flash,为什么没有呢?</P>

[ 本帖最后由 独舞千年 于 2008-6-8 11:08 编辑 ]

醉冰冰 发表于 2008-6-8 11:30

“我知道分别是距左,宽度,高度.具体的对象是什么?”
是指图片位于版面具体的位置。

“中的高度宽度是flash的定位,这两种有什么区别?”
是FLASH在版面位置内的具体大小。

消失的那陣風 发表于 2008-6-8 12:32

<P>&lt;DIV style=\"position:relative; top:0px; left:0px; width:0px; height:0px; overflow: hidden\"&gt; <BR>是绝对定位值<BR>在这里面在控制你所需要的东西用相对定位控制:如flash代码也可以这样写:</P>
<P>&lt;EMBED <BR>style=\"LEFT: <FONT color=red>0px</FONT>; WIDTH: 0px; POSITION: <FONT color=magenta>absolute</FONT>; TOP:<FONT color=red> 0px</FONT>; HEIGHT: 0px\" <BR>src=地址<BR>type=application/octet-stream wmode=\"transparent\" quality=\"high\" ;;&gt;&lt;/EMBED&gt;</P>
<P>在这个容器里加你所要定位的东西&lt;/DIV&gt;</P>
<P> </P>
<P> </P>
<P>position: absolute;是相对定位值 </P>
<P> </P>

可可 发表于 2008-6-8 21:36

这是左边距离:LEFT: -160px;负数越大越往左。这是宽度:WIDTH: 850px。 TOP: 80px是离顶部距离

快乐相随 发表于 2008-6-9 00:29

你的帖子里FLASH代码有错误,所以帖子里的flash不能显示,你可以去论坛发帖格式说明那看看。还有FLASH的定位要注意不能跑到框外面。不能都复制别人的代码,要看你实际的大小,3楼的帖子图片被你拉大了。

闪鸟 发表于 2008-6-15 02:39

我的回复~~<BR>
http://www.yinhuabbs.cn/viewthread.php?tid=10725&extra=page%3D1
页: [1]
查看完整版本: 急!求助:请各位高手帮我下