PDA

View Full Version : Vid/Audio/ Swf Flash In Sigs / Threads



The Godfather
09-19-2004, 03:26 AM
Originally posted by l3it3r.

Hear something on the forums lately? Seen embedded vids? Swfs?

Ok.. here's how to do it:

First make sure that this option in your User CP is set this way:
http://img75.exs.cx/img75/3203/message1.jpg


edit the 'embed' tag to your desire and copy it into your post.
Have fun. Don't over do it though.. it gets annoying, if the sound is loud, or looping, give people the option to stop it (hidden="false")

For vids, make sure you DO NOT enable autostart or loop.. you will kill the bandwidth on that video.

SWF's size can controlled with width and height.. remember that the Forum's rules for sigs are 500x250
tip:if you want just the sound on a swf, set size to 0x0 it'll look like a period.
-Leiter

NOTE: anyone found using 'autostart' sound in their SIG will be warned.. and any repeat offense will result in ban

CODE EXAMPLE:

Audio
<embed src="http://sounds.wavcentral.com/televis/southpark/beefck.mp3" autostart="false" loop="false" hidden="false">

Video
<embed src="http://media.ebaumsworld.com/mustangspin.wmv" autostart="false" loop="false" hidden="false">

Flash SWF
<EMBED src="http://216.177.56.45/fox_one/copter.swf" quality=high bgcolor=.000000 WIDTH="247" HEIGHT="179" NAME="ph" ALIGN="" TYPE="application/x-shockwave-flash" PLUGINSPAGE="http://www.macromedia.com/go/getflashplayer"></EMBED>

Working Example:

Audio
<embed src="http://sounds.wavcentral.com/televis/southpark/beefck.mp3" autostart="false" loop="false" hidden="false">

Video
<embed src="http://media.ebaumsworld.com/mustangspin.wmv" autostart="false" loop="false" hidden="false">

Flash SWF
<EMBED src="http://216.177.56.45/fox_one/copter.swf" quality=high bgcolor=.000000 WIDTH="247" HEIGHT="179" NAME="ph" ALIGN="" TYPE="application/x-shockwave-flash" PLUGINSPAGE="http://www.macromedia.com/go/getflashplayer"></EMBED>


Thanks Doc ;) -Chris