|
在任意位置显示时钟的QQ空间时钟代码
QQ空间代码参数可根据时钟的大小和位置以及在QQ空间出现的地方调整。只要找到合适的时钟地址就可以了。
<img src="javascript:document.getElementById('Mlogo').innerHTML+='<div style=\'position:absolute;top:90;left:10;\'><EMBED src=\'地址\' quality=high wmode=\'transparent\' WIDTH=\'180\' HEIGHT=\'180\' TYPE=\'application/x-shockwave-flash\'></div>';">
WIDTH: FLASH时钟的宽度 HEIGHT:FLASH时钟的高度 top: FLASH时钟与空间顶端的距离 left:FLASH时钟与空间左端的距离
在新建模块中使用的QQ空间时钟代码
<embed src="http://地址" pluginspage="http://地址" type="application/x-shockwave-flash" WIDTH="168" HEIGHT="168" play="true" loop="true" quality="high" scale="showall" wmode="transparent" menu="true"></embed>
WIDTH: FLASH时钟的宽度 HEIGHT:FLASH时钟的高度
|