返回列表 发帖


  栏目下的汇集帖中有专文啊。
  “小议文字编辑、排版”。
  另帖“按自己的喜好,设置页面风格”,已有回复,恐怕没看吧。

TOP


  用这组代码不能在QQ空间发帖。它不支持“iframe”标签。

  另多说几句。
  1、代码中许多“废”码。如
<DIV align=center>&nbsp;</DIV>,没起任何作用。还有“错”码。
  2、仅如“<br><br><br><br><br><br><br><br>
<IFRAME style="LEFT: -206px; WIDTH: 1000px;  height:585px; POSITION: relative; TOP: 0px" marginWidth=0 marginHeight=0 src="http://2010.hnzqw.com/UploadFile/2011-1/20111291810814711.txt" frameBorder=0  scrolling=no></IFRAME>”这一部分即可。
  对于定位设置,可直接设置于“iframe”标签,无须另加“div”了。
  3、原作为网页形式,内含“js”语言,所以原作将其以框架的形式发帖,躲过“js”的影响。这种情况,如果制帖内容都为论坛允许的代码,可以将页面内容“取出”,直接用代码发帖。
  4、此作内容为一底图(gif),两个透明flash,加上js语言处理的“同步歌词”和“鼠标跟随时钟”。变通方法一,可以仅用其中的底图、透明flash和歌曲,用普通代码方式发帖;变通方法二,将同步歌词和时钟用FLASH制作,可以保持原貌,用普通代码方式发帖。
  5、做个链接也可以,省事。
  谨予参考。


TOP



  采用变通方法二,尝试改制例帖。可到QQ空间一试,应该没问题。
  全帖为四个flash对象,用绝对定位放置于表格中。含图片的flash尺寸为1000×585。如果尺寸偏大,可按比例缩小。其他三个可视情况稍作改动。
  谨予参考。







  相关基本代码于下。

<table style="position: relative; left: 0; top: 0; width: 1000; height: 585" border="0" cellspacing="0" cellpadding="0" bgcolor="#000000">
 <tr>
  <td>
  <embed style="position: absolute; left: 0; top: 0; width: 1000px; height: 585px" src="
https://dl-web.dropbox.com/u/8010334/cyzy_20110204/cyzy_1000585.swf" type="application/x-shockwave-flash" quality="Best" wmode="transparent">
  <embed style="position: absolute; left: 71; top: 530; width: 552px; height: 48px" src="
http://webftp.bbs.hnol.net/dysr/201101/clock_html_110204/cyzy_46040.swf" type="application/x-shockwave-flash" quality="Best" wmode="transparent">
  <embed style="LEFT: 380px; WIDTH: 500px; POSITION: absolute; TOP: 0px; HEIGHT: 300px" src="
http://www.shuyunxin.com/cc/flash/113.swf" type="application/octet-stream" quality="best" wmode="transparent">
  <embed style="LEFT: 250; WIDTH: 500px; POSITION: absolute; TOP: 300; HEIGHT: 228px" src="
http://www.shuyunxin.com/cc/flash/58.swf" type="application/octet-stream" quality="best" wmode="transparent">
  </td>
 </tr>
</table>

TOP


  另一方案,仍用原帖底图和透明flash。歌曲及时钟两对象独立,以透明flash方式另加。这样可省去另外制作带底图的flash。相关基本代码于下。聊作探讨。

<table style="position: relative; left: 0; top: 0; width: 1000; height: 585" border="0" cellspacing="0" cellpadding="0" bgcolor="#000000" background="http://2010.hnzqw.com/UploadFile/2011-1/20111291865638020.gif">
 <tr>
  <td>
  <embed style="position: absolute; left: 0; top: 68; width: 1000px; height: 450px" src="
http://webftp.bbs.hnol.net/dysr/201101/clock_html_110204/clock_html_1000500.swf" type="application/x-shockwave-flash" quality="Best" wmode="transparent">
  <embed style="position: absolute; left: 71; top: 530; width: 552px; height: 48px" src="
http://webftp.bbs.hnol.net/dysr/201101/clock_html_110204/cyzy_46040.swf" type="application/x-shockwave-flash" quality="Best" wmode="transparent">
  <embed style="LEFT: 380px; WIDTH: 500px; POSITION: absolute; TOP: 0px; HEIGHT: 300px" align="right" src="
http://www.shuyunxin.com/cc/flash/113.swf" type="application/octet-stream" quality="high" wmode="transparent">
  <embed style="LEFT: 250; WIDTH: 500px; POSITION: absolute; TOP: 330; HEIGHT: 228px" align="right" src="
http://www.shuyunxin.com/cc/flash/58.swf" type="application/octet-stream" quality="high" wmode="transparent">
  </td>
 </tr>
</table>




  下图为改制的时钟部分,可作为透明flash用于其他制作。
  尺寸为:1000×500。点按、拖动鼠标,可实现鼠标跟随效果。


TOP

返回列表