Log in

View Full Version : BB Code / Option


skariko
10-18-2007, 07:17 PM
Hi,
is possible to have a BB CODE with two {option}?

I try to explain with an example :p

I want to create a tag called [FLASH].. i want that the user can set the width and the height of the flash that they insert.
So i think to create a BB CODE called [FLASH] using the tag {option} like this:

<object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,19,0" width="{option}" height="{option}"> <param name="movie" value="{param}"> <param name="quality" value="high"> <embed src="{param}" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" width="{option}" height ="{option}"></embed> </object>

But it set the same value to WIDTH and to HEIGHT.

Is possible to create two different {option} in the same BB CODE?

Thanks and sorry for my english :)

skariko
10-20-2007, 07:28 PM
Nobody know if it is possible?

--------------- Added 1192996049 at 1192996049 ---------------

I found this:

https://vborg.vbsupport.ru/showthread.php?t=90869

But it seems to work only on VBulletin 3.5.

Anyone know if there's a 3.6.8 version?