The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
![]()
I'm trying to replace my vB3.7.2 registration link with a flash image. can someone tell me how to encapsulate this flash image by this htmp/php ?
This is original: <if condition="$show['registerbutton']"> <a href="register.php$session[sessionurl_q]" rel="nofollow"> <img src="{if}/registerHeader.png" alt="" /></a> </if> </if> This is my flash image: <object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" codebase="http://fpdownload.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,0,0" width="145" height="117" id="register" align="middle"> <param name="allowScriptAccess" value="sameDomain" /> <param name="movie" value="register.swf" /> <param name="quality" value="high" /> <param name="bgcolor" value="#ffffff" /> <embed src="register.swf" quality="high" bgcolor="#ffffff" width="145" height="117" name="register" align="middle" allowScriptAccess="sameDomain" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer" /> </object> thx |
#2
|
||||
|
||||
![]() Code:
<if condition="$show['registerbutton']"> <object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" codebase="http://fpdownload.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,0,0" width="145" height="117" id="register" align="middle"> <param name="allowScriptAccess" value="sameDomain" /> <param name="movie" value="register.swf" /> <param name="quality" value="high" /> <param name="bgcolor" value="#ffffff" /> <embed src="register.swf" quality="high" bgcolor="#ffffff" width="145" height="117" name="register" align="middle" allowScriptAccess="sameDomain" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer" /> </object> </if> </if> |
#3
|
|||
|
|||
![]()
Dismounted i tried that code and it does replace my original image but the link to register screen does not work. I guess i was not clear explaining what i was doing.
thx |
#4
|
||||
|
||||
![]()
What do you mean "it doesn't work"? What happens?
|
![]() |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|