Hi,
is possible to have a BB CODE with two {option}?
I try to explain with an example
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