PDA

View Full Version : flash swf in vb3


tinbin
10-17-2004, 11:17 PM
would like to know how to turn on flash swf in vb3

for flash sigs to work....

cheers for any help

Lafser
03-31-2005, 08:00 PM
same here <_---------------

manguish
04-01-2005, 07:55 AM
Let them use BB Code then :

Custom BB Code > Add new code

Title - Flash
Tag - flash

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

Use{option} - No

They simply then use :

www.whatever.swf

in their sigs.

Adjust HEIGHT AND WIDTH for your own use.

Kirk Y
07-15-2005, 03:55 AM
Any way to allow users to input their own height/width values? It was possible on phpBB, I'd assume that surely it'd be possible on vB.

Hornstar
08-13-2005, 12:05 AM
THanks for this, ive been wondering how it was done, what are the security issues anyway, everyones been saying there are security issues with enabling swf

Sinnie
09-03-2005, 06:55 PM
Any way to allow users to input their own height/width values? It was possible on phpBB, I'd assume that surely it'd be possible on vB.

I'd like to know this too...

Anyone?