Solo tenemos que colocar wmode="transparent" en el tag embed del HTML para lograr la transparencia del fondo del SWF.
- <div style="background: url(img/testimage.jpg) no-repeat;">
- <object height="500" width="500">
- <embed src="swf/Cairngorm.swf" height="500" width="500" wmode="transparent">
- </embed>
- </object>
- </div>
swf sin fondo trasparente
- <div style="background: url(img/testimage.jpg) no-repeat;">
- <object height="500" width="500">
- <embed src="swf/Cairngorm.swf" height="500" width="500">
- </embed>
- </object>
- </div>
No hay comentarios.:
Publicar un comentario