
当您把整张图在ps中制作好了之后,为了上传方便,切割成N个小图,用代码把N个小图连接起来再加上flash,代码如下: (以N=6 即6张图为例)

<TABLE borderColor=#cccccc height=高度 cellSpacing=0 cellPadding=0 width=宽度 background=图片1 border=0> <TBODY> <TR> <TD><FONT color=#33cccc><EMBED align=right src=flash网址 width=flash宽度 height=flash高度 type=application/octet-stream wmode="transparent" quality="high" allowNetworking="internal" allowScriptAccess="never"></FONT></TD></TR></TBODY></TABLE>
<TABLE borderColor=#cccccc height=高度 cellSpacing=0 cellPadding=0 width=宽度 background=图片2 border=0> <TBODY> <TR> <TD><FONT color=#33cccc><EMBED align=right src=flash网址 width=flash宽度
height=flash高度 type=application/octet-stream wmode="transparent" quality="high" allowNetworking="internal" allowScriptAccess="never"> </FONT></TD></TR></TBODY></TABLE>
<TABLE borderColor=#cccccc height=高度 cellSpacing=0 cellPadding=0 width=宽度 background=图片3 border=0> <TBODY> <TR> <TD><FONT color=#33cccc><EMBED align=right src=flash网址 width=flash宽度 height=flash高度 type=application/octet-stream wmode="transparent" quality="high" allowNetworking="internal" allowScriptAccess="never"> </FONT></TD></TR></TBODY></TABLE>
<TABLE borderColor=#cccccc height=高度 cellSpacing=0 cellPadding=0 width=宽度 background=图片4 border=0> <TBODY> <TR> <TD><FONT color=#33cccc><EMBED align=right src=flash网址 width=flash宽度 height=530 type=application/octet-stream wmode="transparent" quality="high" allowNetworking="internal" allowScriptAccess="never"> </FONT></TD></TR></TBODY></TABLE>
<TABLE borderColor=#cccccc height=高度 cellSpacing=0 cellPadding=0 width=宽度 background=图片5 border=0> <TBODY> <TR> <TD><FONT color=#33cccc><EMBED align=right src=flash网址 width=flash宽度 height=500 type=application/octet-stream quality="high" wmode="transparent" allowNetworking="internal" allowScriptAccess="never"></FONT></TD></TR></TBODY></TABLE>
<TABLE borderColor=#cccccc height=高度 cellSpacing=0 cellPadding=0 width=宽度background=图片6 border=0> <TBODY> <TR> <TD><FONT color=#33cccc><EMBED align=right src=flash网址 width=flash宽度 height=530 type=application/octet-stream wmode="transparent" quality="high" allowNetworking="internal" allowScriptAccess="never"> </FONT></TD></TR></TBODY></TABLE>

说明:为了清楚我将每一小节之间用空行分开了,操作是要连接起来的。图片少时可以根据需要减少几个小节,图片多时可以增加几个小节。 |