Help - Search - Members - Calendar
Full Version: Blogger. Flash file in header
Forums > Resource Center > Support Center > Blogger Support > Blogger Resolved Topics
morgi
CODE
#kheader {
    background: url("xxx.jpeg") no-repeat bottom center #73a0c5;
    }


I changed xxx.jpeg to xxx.swf and it didn't work. I tried the embed code:
CODE
<object width="550" height="400">
<param name="movie" value="xxx.swf">
<embed src="xxx.swf" width="550" height="400">
</embed>
</object>


But it didn't work in ("....") format and I don't know how to rewrite it. Simply I want a .swf file to show in the top header. Can anyone direct me to the correct code? Thanks =)
moorepocket
i don't think you can add swf in your css.

If embed code won't work. You can always use iframe.

QUOTE
<iframe src="xxx.swf" frameborder="0" width="22" height="400"></iframe>
This is a "lo-fi" version of our main content. To view the full version with more information, formatting and images, please click here.