Posts Tagged ‘HTML’

Untuk membuat background object shockwave menjadi transparan di html,
gunakan variable “wmode” dan diset value nya “transparent”

misal :
<object align=”middle” width=”100″ height=”60″><param name=”movie” value=”namafile.swf”/><param name=”quality” value=”high”/><param name=”wmode” value=”transparent“/><embed wmode=”transparent” src=”namafile.swf” quality=”high” pluginspage=”http://www.macromedia.com/go/getflashplayer&#8221; type=”application/x-shockwave-flash” width=”100″ height=”60″></embed></object>


To show transparent shockwave flash object on HTML,
use the “wmode” variable, set it’s value to “transparent”

e.g :
<object align=”middle” width=”100″ height=”60″><param name=”movie” value=”filename.swf”/><param name=”quality” value=”high”/><param name=”wmode” value=”transparent“/><embed wmode=”transparent” src=”filename.swf” quality=”high” pluginspage=”http://www.macromedia.com/go/getflashplayer&#8221; type=”application/x-shockwave-flash” width=”100″ height=”60″></embed></object>