Quote:
Originally Posted by speedway
Size definition is ignored in Mozilla Firebird
|
It Would be great if someone can fix this
fix:
Template:
Code:
$stylevar[htmldoctype]
<html dir="$stylevar[textdirection]" lang="$stylevar[languagecode]">
<head>
<title>$vboptions[bbtitle] - $play</title>
$headinclude
</head>
<body>
$header
$navbar
<center>
<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,29,0" width="$w" height="$h">
<param name="movie" value="games/$play.swf">
<param name="quality" value="high">
<if condition="$b"><param name=bgcolor VALUE="$b"></if>
<embed src="games/$play.swf" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" width="$w" height="$h"></embed></object>
<br>
<br>
</center>
$footer
</body>
</html>