embed flash as header on template SOLVED
Posted: Wed Apr 21, 2010 9:30 am
here is my problem I have searched other questions posted and cant seem to find a answer that works for me...
I have a theme template I am modifying, i would like the header to not be a gif but a flash right the way through the website,
I have downloaded SWFObject tag and put it into my uploads file/
in template i tried this... note
in my css i added this...
/* begin Header */
div.Header
{
margin: 0 auto;
position: relative;
z-index:0;
width: 880px;
height: 175px;
}
div.Header-flash
{object src='test.swf' width='862' height='157' class='flashplayer'} {object src='test.swf' width='862' height='157'param='quality::high||bgcolor::#ffffff' alt='Download Flash Player'}
/* end Header */
I am not sure what I am doing wrong...
can anyone assist...
thank you in advance...
ps I am new to this so bear with me if i ask stupid questions...
I have a theme template I am modifying, i would like the header to not be a gif but a flash right the way through the website,
I have downloaded SWFObject tag and put it into my uploads file/
in template i tried this... note
in my css i added this...
/* begin Header */
div.Header
{
margin: 0 auto;
position: relative;
z-index:0;
width: 880px;
height: 175px;
}
div.Header-flash
{object src='test.swf' width='862' height='157' class='flashplayer'} {object src='test.swf' width='862' height='157'param='quality::high||bgcolor::#ffffff' alt='Download Flash Player'}
/* end Header */
I am not sure what I am doing wrong...
can anyone assist...
thank you in advance...
ps I am new to this so bear with me if i ask stupid questions...
