Código PHP:
<div id='empresas'>
//Aqui saco datos de una bd para de mysql
<div id='swf'>
//aqui obteno la direcion swf y muestro el flash
echo"<object classid='clsid:D27CDB6E-AE6D-11cf-96B8-444553540000' codebase='' width='$ancho' height='$alto'>"
."<param name='movie' value='$ruta' />"
."<param name='quality' value='high' />"
."<embed src='$ruta' quality='high' pluginspage='' type='application/x-shockwave-flash' width='$ancho' height='$alto'></embed>"
."</object>";
</div>
</div>
Código css:
espero me puedan ayudar gracias Ver original
#empresas{ width: 300px; height: 500px; border-right: dashed 1px gray; text-align: left; z-index: 3; } #swf{ width: 350x; height: 400px; margin: -200px 0 100px 300px; border: 1px solid white; z-index: 0; }