发布网友 发布时间:2022-04-23 09:06
共1个回答
热心网友 时间:2023-09-14 10:38
1. 单层表框加字图片
如何在图片中加入文字
如何在图片中加入Flash效果,
本图片代码如下:
<TABLE height=300 cellPadding=10 width=500 align=center background=http://image48.360doc.com/DownloadImg/2011/12/2208/20207850_4.jpg border=3 table="0">
<TBODY>
<TR>
<TD>
<DIV align=center><FONT face=楷体_GB2312 color=#c709f7 size=4>如何在图片中加入文字</FONT></DIV>
<DIV align=center><FONT face=楷体_GB2312 color=#c709f7 size=4></FONT></DIV>
<DIV align=center><FONT face=楷体_GB2312 color=#1ae66b size=4>如何在图片中加入Flash效果,</FONT></DIV>
<DIV align=center><FONT face=楷体_GB2312 color=#1ae66b size=4></FONT></DIV>
<DIV align=center><EMBED pluginspage=http://www.macromedia.com/go/getflashplayer src=http://imgfree.21cn.com/free/flash/51.swf width=470 height=200 type=application/x-shockwave-flash wmode="transparent" quality="high"></EMBED></DIV></TD></TR></TBODY></TABLE>
紫色是:背景图片(可换)
红色是:放入文字的位置和格式
绿色:是放入特效的位置和格式(可换Flash效果)
2. 双层表框加字图片
双层表框加字 (特效)
如何在图片中加入Flash效果
代码如下:
<P><BR>
<TABLE style="WIDTH: 459px; HEIGHT: 367px" height=367 cellPadding=10 width=459 align=center background=http://image48.360doc.com/DownloadImg/2011/12/2208/20207850_4.jpg border=3 table>
<TBODY>
<TR>
<TD>
<P align=center><FONT face=隶书 color=#ffcc66 size=5>双层表框加字(特效)</FONT></P></TD></TR>
<TR>
<TD height=300>
<DIV align=center><FONT face=楷体_GB2312 color=#33ff00 size=4><FONT color=#e6bd1a><FONT color=#309d46>如何在图片中加入Flash效果</FONT></FONT></FONT></DIV>
<DIV align=center><EMBED style="WIDTH: 420px; HEIGHT: 200px" pluginspage=http://www.macromedia.com/go/getflashplayer src=http://imgfree.21cn.com/free/flash/51.swf width=420 height=200 type=application/x-shockwave-flash quality="high" wmode="transparent"></EMBED></DIV></TD></TR></TBODY></TABLE></P>
<P><B></B> </P>
<P><BR> </P>
紫色字:背景图片,可根据自己喜欢更换。
红色字:可填写题目或内容。
绿色字:可根据图片内容更换符合图片的Flash效果。
在你的贴图上加入透明FLASH,能美化你的图片,不过加入的透明FLASH最好要和图片的意境相符合,否则是会适得其反的。
一、以下是在图片上加入一个透明FLASH的效果,代码如下:
<TABLE height=365 width=457 background=“图片地址” border=0>
<TBODY>
<TR>
<TD><EMBED align=right src=“透明FLASH的地址” width=450 height=360 type=application/x-shockwave-flash wmode="transparent" menu="false" quality="high" tybe="application/x-shockwave-flash"> </TD></TR></TBODY></TABLE>
二、以下是在图片上加入两个透明FLASH的效果,代码如下:
<P align=center>
<TABLE style="WIDTH: 460px; HEIGHT: 336px" height=336 cellPadding=0 width=460 align=center background=背景图片地址 border=0>
<TBODY>
<TR>
<TD>
<EMBED align=right src=透明flash动画地址 width=350 height=300 type=application/x-shockwave-flash wmode="transparent" quality="high">
<EMBED align=right src=透明flash动画地址 width=350 height=300 type=application/x-shockwave-flash wmode="transparent" quality="high"></TD></TR></TBODY></TABLE>
代码如下:
<P align=center>
<TABLE style="WIDTH: 460px; HEIGHT: 336px" height=336 cellPadding=0 width=460 align=center background=http://image48.360doc.com/DownloadImg/2011/12/2208/20207850_4.jpg border=0>
<TBODY>
<TR>
<TD><EMBED align=right src=http://imgfree.21cn.com/free/flash/16.swf width=350 height=300 type=application/x-shockwave-flash wmode="transparent" quality="high"> <EMBED align=right src=http://imgfree.21cn.com/free/flash/51.swf width=350 height=300 type=application/x-shockwave-flash wmode="transparent" quality="high"></TD></TR></TBODY></TABLE></P>追问就好像做成视频这样的,文字到时间需要消失,然后,轮流出现。要怎么弄?