The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
![]()
Hi,
I made the following modification to my class_bbcode.php file so that I could use [attach] to have an inline media player for flv files. I added this code to switch($attachment['extension']) (around line 1853): PHP Code:
I then wanted to try and have two flv attachments in one post. Well it works fine for the first file, but for some reason it is putting the second file into an img tag: HTML Code:
<div style="padding: 0px; position:relative;" id="player45">This text will be replaced</div> <div id="div45"> <script type="text/javascript"> var so = new SWFObject('/mediaplayer.swf','player45','450','358','7'); so.addVariable('type', 'flv'); so.addParam('allowscriptaccess','true'); so.addParam('wmode','transparent'); so.addVariable('file','http://www.mydomain.com/attachment.php?attachmentid=45&d=1205961181'); so.addVariable('height','354'); so.addVariable('width','445'); so.addVariable('logo','/images/wm.png'); so.addVariable('frontcolor','0xFFFFFF'); so.addVariable('image','/images/misc/am-logo.gif'); so.addVariable('backcolor','0x800000'); so.addVariable('lightcolor','0xCCCCCC'); so.write('player45'); </script> </div><br /> <br /> <img src="http://www.mydomain.com/attachment.php?attachmentid=46&d=1205961181" border="0" alt="Name: fitblonde.FLV Views: 7 Size: 7.01 MB" style="margin: 2px" /> I have no idea why the second file would be placed into an img tag. Can anyone see something obvious or a reason why it would do this? Cheers, Ian |
#2
|
|||
|
|||
![]()
up...
Anybody see a problem with the code I added or a rason why the second attachment gets put in a img tag? |
![]() |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|