The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
Inserting a flash header in vb 3.7
Anyone has a soulution to allow a flash image to act as a banner at the top of the page. E.g. flash logo.
Thanks |
#2
|
||||
|
||||
You just enter the flash HTML code into the header template where you want it to appear?
|
#3
|
||||
|
||||
Maybe help if the code was posted for everyone!
|
#4
|
|||
|
|||
Code:
<!-- logo --> <a name="top"></a> <table border="0" width="$stylevar[outertablewidth]" cellpadding="0" cellspacing="0" align="center"> <tr> <td align="$stylevar[left]"> <object width="550" height="400"> <param name="movie" value="somefilename.swf"> <embed src="somefilename.swf" width="550" height="400"> </embed> </object> </td> <td align="$stylevar[right]" id="header_right_cell"> <if condition="$ad_location['ad_header_logo']">$ad_location[ad_header_logo]<else /> </if> </td> </tr> </table> <!-- /logo --> <!-- content table --> $spacer_open $_phpinclude_output $ad_location[ad_header_end] Code:
<!-- logo --> <a name="top"></a> <table border="0" width="$stylevar[outertablewidth]" cellpadding="0" cellspacing="0" align="center"> <tr> <object width="550" height="400"> <param name="movie" value="somefilename.swf"> <embed src="somefilename.swf" width="550" height="400"> </embed> </object> </tr> </table> <!-- /logo --> |
#5
|
|||
|
|||
thanks
|
#6
|
|||
|
|||
Thank you very much, Notrious! Work great! You save me lots of time for doing something else. Flash based logo is much better quality than GIF based.
Thank you, everyone! :up: |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|