embedded .swf in html not covering entire width and showing black stripes

JohnL

New Member
I'm actually new to this whole web designing thing. So to practice it, I decided to take on the work of website development for a society in my school. I'm using html and the trouble I'm having is with my slideshow on the homepage. I'm using two images and an .swf file. The images cover the entire width but the .swf is giving trouble, it doesn't cover the entire width and instead shows up with black strips on both sides. I'd really appreciate if someone can help me with this. Here's the code:\[code\]<ul id="slides"> <li><a href="http://stackoverflow.com/questions/13807898/#1"><img src="http://stackoverflow.com/questions/13807898/images/1.jpg" alt="Imagen" /></a></li> <li><a href="http://stackoverflow.com/questions/13807898/#2"><img src="http://stackoverflow.com/questions/13807898/images/2.jpg" alt="Imagen" /></a></li> <li><a href="http://stackoverflow.com/questions/13807898/#3"><object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0" width="100%" height="100%" id="FlashID" title="IBA1"> <param name="movie" value="http://stackoverflow.com/questions/13807898/images/Comp 1.swf" /> <param name="quality" value="http://stackoverflow.com/questions/13807898/high" /> <param name="wmode" value="http://stackoverflow.com/questions/13807898/opaque" /> <param name="swfversion" value="http://stackoverflow.com/questions/13807898/6.0.65.0" />\[/code\]
 
Back
Top