Blogger. Flash file in header |
Blogger. Flash file in header |
![]()
Post
#1
|
|
Newbie ![]() Group: Member Posts: 1 Joined: Oct 2006 Member No: 474,171 ![]() |
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 =) This post has been edited by moorepocket*: Oct 25 2006, 12:22 PM |
|
|
![]() |
![]()
Post
#2
|
|
![]() Death is a promise given to us at birth ![]() ![]() ![]() ![]() ![]() ![]() ![]() Group: Official Designer Posts: 4,757 Joined: Mar 2004 Member No: 7,459 ![]() |
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>
|
|
|
![]() ![]() |