
Admin
Well-Known Member
Staff member
Administrator
Attractive analog clock based on flash which works on any vbulletin version
Styles & Templates >> Styles >> Header
Add the below code to the very end Header Template
I have defined In-line css to adjust my clock at header you can change according to yours
Live Demo:
MobilesCommunity.com
Styles & Templates >> Styles >> Header
Add the below code to the very end Header Template
Code:
<div style="float: right; position:relative; top:-100px;">
<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=9,0,28,0"
width="170" height="69">
<param name="movie" value="http://www.mobilescommunity.com/clock1.swf" />
<param name="quality" value="high" />
<param name="wmode" value="transparent" />
<embed src="http://www.mobilescommunity.com/clock1.swf" width="170" height="69" quality="high" pluginspage="http://www.adobe.com/shockwave/download/download.cgi?P1_Prod_Version=ShockwaveFlash"
type="application/x-shockwave-flash" wmode="transparent"></embed>
</object>
</div>
I have defined In-line css to adjust my clock at header you can change according to yours
Live Demo:
MobilesCommunity.com