The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
![]()
What do I use to embed a flash banner object into the top of my forum? I know I have to use an <object> tag but where do I insert that code?
|
#2
|
||||
|
||||
![]()
In the header template.
|
#3
|
|||
|
|||
![]()
Is it possible for you to link me to a resource that shows how the object tag should be structured?
|
#4
|
||||
|
||||
![]()
I did it like this once. Still works. Header template.
HTML Code:
<!-- logo --> <a name="top"></a> <table border="0" width="$stylevar[outertablewidth]" cellpadding="0" cellspacing="0" align="center"> <tr> <td align="$stylevar[left]"><a href="$vboptions[forumhome].php$session[sessionurl_q]"> <object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,29,0" width="1020" height="120"> <param name="SRC" value="slider.swf"> <embed src="slider.swf" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" width="1020" height="120"></embed> </object> </a></td> <td align="$stylevar[right]"> </td> </tr> </table> <!-- /logo --> <!-- content table --> $spacer_open $_phpinclude_output |
#5
|
||||
|
||||
![]()
Here.
Code:
http://www.w3schools.com/tags/tag_object.asp |
Благодарность от: | ||
Max Taxable |
![]() |
Thread Tools | |
Display Modes | |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|