Quote:
Originally Posted by Pakblogger
Great but is it possible to apply it only in default Style (skin), because i have mobile version (skin/style) also where it not fitting nicely.
|
you can do it manually my friend ..
put the code on the top of your
header template
TOP RIGHT
Code:
<div style='float:top right; position:absolute; overflow:visible; right:10px; top:0px; height:101px; width:200px;'>
<object classid='clsid:D27CDB6E-AE6D-11CF-96B8-444553540000' id='fanous1' codebase='http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0' border='0' width='200' height='120'>
<param name='movie' value='http://www.support-ar.com/vb/products-files/fanous_ramadan/fanous-w.swf'>
<param name='quality' value='High'>
<param name='wmode' value='transparent'>
<embed src='http://www.support-ar.com/vb/products-files/fanous_ramadan/fanous-w.swf' pluginspage='http://www.macromedia.com/go/getflashplayer' type='application/x-shockwave-flash' name='fanous1' width='200' height='120' quality='High' wmode='transparent'></object>
</div>
TOP LEFT
Code:
<div style='float:top left; position:absolute; overflow:visible; left:10px; top:0px; height:101px; width:200px;'>
<object classid='clsid:D27CDB6E-AE6D-11CF-96B8-444553540000' id='fanous1' codebase='http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0' border='0' width='200' height='120'>
<param name='movie' value='http://www.support-ar.com/vb/products-files/fanous_ramadan/fanous-w.swf'>
<param name='quality' value='High'>
<param name='wmode' value='transparent'>
<embed src='http://www.support-ar.com/vb/products-files/fanous_ramadan/fanous-w.swf' pluginspage='http://www.macromedia.com/go/getflashplayer' type='application/x-shockwave-flash' name='fanous1' width='200' height='120' quality='High' wmode='transparent'></object>
</div>
It's the white color, to use the black one replace the colored red link with this one
Code:
http://www.support-ar.com/vb/products-files/fanous_ramadan/fanous-b.swf
Thankn you very much