Help with flash in my css page
Posted: Wed Oct 25, 2006 4:44 pm
feyd | Please use
(I don't know if i need all he macomedia pages)
In place of the bold line below -
Any help would rock!
Thanks,
Crash
feyd | Please use[/syntax]
Code: Select all
,Code: Select all
and [syntax="..."] tags where appropriate when posting code. Your post has been edited to reflect how we'd like it posted. Please read: [url=http://forums.devnetwork.net/viewtopic.php?t=21171]Posting Code in the Forums[/url] to learn how to do it too.[/color]
Hello, I was wondering if you could help me with my code below... I can't seem to get my flash header to load in place of my jpg header. Is there something different i have to do to get it to work?
I want to put this flash banner -
[syntax="html"]
<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,29,0" width="635" height="150">
<param name="movie" value="../images/flash_header.swf">
<param name="quality" value="high">
<embed src="../images/flash_header.swf" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" width="635" height="150"></embed>
</object>(I don't know if i need all he macomedia pages)
In place of the bold line below -
Code: Select all
#header_outer {
text-align: left;
border: 0px;
margin: 0px;
}
#header {
float: left;
padding: 0px;
margin-right: 2px;
width: 635px;
height: 150px;
background: url(../images/header_short.jpg) no-repeat;
}
#top_outer{
float: left;
width: 165px;
}Thanks,
Crash
feyd | Please use[/syntax]
Code: Select all
,Code: Select all
and [syntax="..."] tags where appropriate when posting code. Your post has been edited to reflect how we'd like it posted. Please read: [url=http://forums.devnetwork.net/viewtopic.php?t=21171]Posting Code in the Forums[/url] to learn how to do it too.[/color]