How can we add a flash (swf file to the header i mean where we have a logo
is there any way we can add a flash file in it`s place ?????
or if we can add one above it ???
i was give a code by a coder :
In your header Template replace this code
Quote:
<td align="left" valign="middle"><a href="index.php?"><img src="images/greenfox/misc/logo.gif" border="0" alt="StepheniansOnline™ Forums" /></a></td>
|
With this filling in your flash details width, height, url, etc.
Quote:
<td align="left" valign="middle"> <object classid="clsid 27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/s...rsion=7,0,19,0" width="width of flash in here" height="height of flash in here" title="your flash file title"> <param name="movie" value="url to swf file"> <param name="quality" value="high"> <embed src="url to swf file" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" width="width of flash in here" height="height of flash in here"></embed> </object> </td>
|
but the original code which was to be replaced was not to be found in header or any other template. Can any one help me please...