PDA

View Full Version : [flash][/flash] modification?


Lauren
02-16-2005, 03:59 AM
I was curious if there's a way to do this:

http://www.something.com/thing.swf and have it in the signature?

<EMBED src="http://www.something.com" quality="high" bgcolor=#000000 WIDTH="#" HEIGHT="#" TYPE="application/x-shockwave-flash" PLUGINSPAGE="http://www.macromedia.com/go/getflashplayer"></EMED>

Would that be right?

yoyoyoyo
02-16-2005, 11:39 AM
try this for the bb code

<embed src="{param}" width=400 height=300 type=application/x-shockwave-flash></embed>

make the title: flash
make the tag: flash
use{option}: No

then you would use this for BB code:

http://yourdomain.com/test.swf

note: the above method I posted has preset height and width tags. I tried adding in 2 options as well as the parameter, but couldn't get it to work. Perhaps someone else can :D So, in the meantime I will use the preset height and width tags. I also added a <center></center> to the above code to center the flash on my site.

tnguy3n
02-16-2005, 11:47 AM
I was curious if there's a way to do this:

http://www.something.com/thing.swf and have it in the signature?

<EMBED src="http://www.something.com" quality="high" bgcolor=#000000 WIDTH="#" HEIGHT="#" TYPE="application/x-shockwave-flash" PLUGINSPAGE="http://www.macromedia.com/go/getflashplayer"></EMED>

Would that be right?
try this one with width+height option
<embed src="{option}" {param} type=application/x-shockwave-flash></embed>

to post your flash, use vb code
[*flash=http://url/flash.swf]width=## height=##[*/flash]

Kirk Y
07-15-2005, 03:58 AM
lol! Great idea, I never thought of reversing! Wow... I'm such a moron. Thanks tnguy3n!

Edit: Maybe it's my forum, but when I look at the html output, it's adding spaces to the address of the .swf file. So the movie doesn't load.