PDA

View Full Version : Small BBCODE translation.. Should be a sinch for some of you guys :)


SaltedSlug
06-22-2004, 11:30 PM
I really would like the hack in this post:
[removed link.]

Edit: What I'm looking for is a [flash] bbcode that i can use in vb3, that allows for URL, Height & Width parameters...

Except, now I use vb3 and I'm not sure how to apply this hack, as it was made for vb2 and some things have changed since then.

Giveit2u43
06-23-2004, 08:25 AM
I did this by setting up a custom bb code in the admincp with the following settings:

Title: flash

Tag: Flash

Replacement: <embed src={option} width={param} height={param} type=application/x-shockwave-flash></embed>

Example: 400

Description: Flash BBCode

then to add a flash to a post, use the tag:

flash size

SaltedSlug
06-23-2004, 12:35 PM
Ah, but it appears that it uses the same parameter for both width and height?

Width and height in flash movies are often different :(

Thanks though! Maybe you can ammend it.

SaltedSlug
06-23-2004, 01:13 PM
Sokay guys, i worked out the solution myself.

Blam Forumz
07-07-2004, 10:15 AM
Well at least post the solution

Merjawy
07-08-2004, 12:10 AM
Well at least post the solution

heres what I use on 3.0.1

<object width="550" height="400">
<param name="movie" value="{param}">
<embed src="{param}" width="550" height="400" type="application/x-shockwave-flash"></embed>
</object>

and Options set to No

DS MrSinister
08-18-2004, 07:13 PM
thanks been looking for this thanks works great..