The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
||||
|
||||
This adds a new bbcode option to include flash-files in posts
syntax: [swf height="x" width="x"]http://domein.com/path/to/swf.swf[/swf] Instructions (Note: The instructions in the attachment on the next post are more accurate since there seems to be a bug with \\; \\5 gets replaced by\\1)
That's it! Let me know if it works (didn't used it at my server) [edit]For some strange reason \\5 gets replaced with \\1, so \\1 should be: \\5[/edit] |
#2
|
|||
|
|||
this get's a little complicated (strange bug \\1 gets replaced with \\5), see my attachment for valid instructions:
|
#3
|
|||
|
|||
hmz....First it gets requested a couple of times and now no-one needs it?
|
#4
|
|||
|
|||
I'll give it a try
|
#5
|
|||
|
|||
You don't need to do that at all, you can simply create a bb code from the control panel using the {option} I've done it and it worked great!
|
#6
|
|||
|
|||
yeah, I know that (I've written that utitity myself), but there is a limitation on that and that's that it doesn't accept more than 1 parameter. For this bbcode there are 2 parameters necessary: width and height..
I may rewrite the custom-bbcode thingy some day to allow this... |
#7
|
|||
|
|||
i'm trying it out right now. seems to work fine
|
#8
|
|||
|
|||
Quote:
I even tested with transparent backgrounds! |
#9
|
|||
|
|||
yeah, but then you probably do it like this
[swf parameters="width=50 height=10 this=dat"]swf/url[/swf] It's a solution, but not the nicest solution.. |
#10
|
|||
|
|||
actually no, the way I have set up you would use a code like this:
Code:
[swf=http://yoursite.com/yourmovie.swf wmode=transparent height=# width=# anyotherparams][/swf] Code:
[swf=http://yoursite.com/yourmovie.swf][/swf] vB code tag: swf vB Code replacement: Code:
<embed src={option} type=application/x-shockwave-flash></embed> |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|