Hey guy's, I just created a flash banner for one of my sites, and it won't let me enter it in the CSS.. and it's not allowing me to insert into the page using HTML either.. here is my code.
<OBJECT classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,0,0" WIDTH="320" HEIGHT="240" id="Yourfilename" ALIGN="">
<PARAM NAME=movie VALUE="Yourfilename.swf"> <PARAM NAME=quality VALUE=high> <PARAM NAME=bgcolor VALUE=#333399> <EMBED src="Yourfilename.swf" quality=high bgcolor=#333399 WIDTH="320" HEIGHT="240" NAME="Yourfilename" ALIGN="" TYPE="application/x-shockwave-flash" PLUGINSPAGE="http://www.macromedia.com/go/getflashplayer"></EMBED> </OBJECT>
I'm using this an altering where needed for my logo name..
I just researched a few sites and they all have somewhat of the same code.. why wouldn't this work?
Embedding Flash - Post ID 217367
The only thing you would enter in to the css would be code to position the flash if your code is inside a div or some other container.
CSS
HTML
CSS
#flash_code{
margin:auto;
width:600px;
height:400px;
etc....
}
margin:auto;
width:600px;
height:400px;
etc....
}
HTML
<div id="flash_code">Your flash code here</div>
I can't hear what I'm looking at.
It's easy to overlook something you're not looking for.
This is a site I built for my work.(RSD)
http://esmansgreenhouse.com
This is a site I built for use in my job.(HTML Editor)
https://pestlogbook.com
This is my personal site used for testing and as an easy way to share photos.(RLM imported to RSD)
https://ericrohloff.com
It's easy to overlook something you're not looking for.
This is a site I built for my work.(RSD)
http://esmansgreenhouse.com
This is a site I built for use in my job.(HTML Editor)
https://pestlogbook.com
This is my personal site used for testing and as an easy way to share photos.(RLM imported to RSD)
https://ericrohloff.com
Got it ! I finally get the banner up and realize that the backround isn't transparent.. i'm currently trying to get some help on that.. it should save transparent no matter what..
Have something to add? We’d love to hear it!
You must have an account to participate. Please Sign In Here, then join the conversation.