PDA

View Full Version : Banner as a swf file


Chimpie
05-14-2008, 08:21 PM
When I try to display a Shockwave File (.swf) in my header, nothing comes up. Are there any special mods or uploads I need to do to make the image show up?

notrious
05-14-2008, 08:29 PM
<object width="100%" height="140">
<param name="movie" value=" your file name">
<embed src=" your file name " width="100%" height="140">
</embed>
</object>

modify height and width ...

enjoy..