PDA

View Full Version : Flash for VBB2 rc2


Cruz
13 May 2001, 01:11
Can anyone tell me the exact way to add flash capabilities to my board via the bbreplacement code in the control panel? All of the other threads have been tried, and none of them work with VBB2 rc2 :(
I would be very grateful! Thanks :)

DeMoN
13 May 2001, 12:48
i think you have to put it in embed tags <embed> or sommin. not sure :)

ztsky
13 May 2001, 16:32
vB Code tag£ºswf

vB Code replacement:

<embed src={option} width=200 height=100 type=application/x-shockwave-flash></embed>

vB Code example:



vB Code explanation:
insert a SWF


Use parameter£ºYES

DeMoN
13 May 2001, 19:49
i did it like

tag : flash

vB code replacement : <embed src="{option}" quality=high pluginspage="http://www.macromedia.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash" type="application/x-shockwave-flash"></embed>

code example : url to flash...

explaination : Just put the URL to the flash between the tags and there ya go.

use param : no

works a charm

xshArp
14 May 2001, 07:05
Code:
---------------
Code is only visible to licensed users, and only when logged into the forums.
---------------

xshArp
14 May 2001, 07:14
Originally posted by DeMoN
i did it like

tag : flash

vB code replacement : <embed src="{option}" quality=high pluginspage="http://www.macromedia.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash" type="application/x-shockwave-flash"></embed>

code example : url to flash...

explaination : Just put the URL to the flash between the tags and there ya go.

use param : no

works a charm

or u can use follow well~

<embed src="{param}" quality=high type="application/x-shockwave-flash" width="{option}"></embed>

vB Code tag:flash

vB Code example:
http://www.justdn.org/vv2.swf

Der``Bauer
14 May 2001, 16:13
thx a lot 2 U all ;)

THat Work great ;)

Nick - Icerealm
20 May 2001, 12:46
thank you to ztsky, your one worked the best for my board :)

MicKeY R@t
27 May 2001, 02:42
but wat if i want it to be able to insert option width and height? :confused:

MicKeY R@t
27 May 2001, 14:37
huh? :confused:

benjyboy
28 May 2001, 18:16
the html code for this plus a border would be

<embed width="200" height="65" src="http://www.jj.ic24.net/munublu.swf" style="border-style:
outset">
John

MicKeY R@t
29 May 2001, 11:59
hey i dun think u get wat i mean. Look at the posts above. To insert the UBB code for the flash with the option to adjust the width is like that:

<embed src="{param}" quality=high type="application/x-shockwave-flash" width="{option}"></embed>

vB Code tag:flash

vB Code example:
http://www.justdn.org/vv2.swf

Then wat is the code to make it that there were option for both width and height? :confused:

SharkHead
29 May 2001, 21:44
hey guys,
it sounds pretty kewl, but i have no idea how to install it.
I use vB 2, and I dont want to enable html code.
if someone could just write me the final hack for what i need, with a hight and width limit it would be great. (my memebers really want flash signatures)
thanks in advance,
shark.

MicKeY R@t
30 May 2001, 06:56
I havent got my answer yet after 1 day? OMG! :(

SharkHead
30 May 2001, 08:03
ok, i got the code and it works just fine.
but what i dont know if i can limit the max flash size?! anyone?

MicKeY R@t
30 May 2001, 11:00
SharkHead, you got the code for being making an option for adjusting the width and height for the flash on vB or u followed the code above? :confused:

SharkHead
31 May 2001, 00:11
This is the code i used:

vB Code tag£ºswf

vB Code replacement:

<embed src={option} width=200 height=100 type=application/x-shockwave-flash></embed>

vB Code example:



vB Code explanation:
insert a SWF


Use parameter£ºYES


But I want to limit my users not to add flash moveis which their size is greater than 200kb eg.
I just want to know if it is possible.