P
Peterken
Can anybody tell me what the considerations are when creating a page for
flash in Opera ?
I've got the effect of a flash animation not correctly showing in Opera.
It shows up as a thin horizontal line at the top of the page.
does Opera interpret the "percentual scale" and "exactfit" factor correctly
?
(It shows up in IE and Netscape as it should, only Opera fails...)
The code of the page is:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=windows-1252" />
<title>Welcome</title>
</head>
<body bgcolor="#000000">
<p> </p>
<div align="center">
<table border="0" width="100%" height="100%">
<tr>
<td height="100%" width="100%">
<object classid="clsid27CDB6E-AE6D-11CF-96B8-444553540000" id="obj1"
codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=8,0,22,0"
border="0" width="100%" height="100%">
<param name="movie" value="http://somesite/someflash.swf">
<param name="quality" value="High">
<param name="scale" value="ExactFit">
<embed src="http://somesite/someflash.swf"
pluginspage="http://www.macromedia.com/go/getflashplayer"
type="application/x-shockwave-flash" name="obj1" width="100%" height="100%"
quality="High" scale="ExactFit"></object>
</td>
</tr>
</table>
</div>
</body>
</html>
flash in Opera ?
I've got the effect of a flash animation not correctly showing in Opera.
It shows up as a thin horizontal line at the top of the page.
does Opera interpret the "percentual scale" and "exactfit" factor correctly
?
(It shows up in IE and Netscape as it should, only Opera fails...)
The code of the page is:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=windows-1252" />
<title>Welcome</title>
</head>
<body bgcolor="#000000">
<p> </p>
<div align="center">
<table border="0" width="100%" height="100%">
<tr>
<td height="100%" width="100%">
<object classid="clsid27CDB6E-AE6D-11CF-96B8-444553540000" id="obj1"
codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=8,0,22,0"
border="0" width="100%" height="100%">
<param name="movie" value="http://somesite/someflash.swf">
<param name="quality" value="High">
<param name="scale" value="ExactFit">
<embed src="http://somesite/someflash.swf"
pluginspage="http://www.macromedia.com/go/getflashplayer"
type="application/x-shockwave-flash" name="obj1" width="100%" height="100%"
quality="High" scale="ExactFit"></object>
</td>
</tr>
</table>
</div>
</body>
</html>