Xtrme_XJ
09-24-2008, 07:29 PM
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>test</title>
<link href="css/flash.css" type="text/css" />
<script type="text/javascript" src="js/getHeight.js"></script>
<script type="text/javascript" src="js/getWidth.js"></script>
<script type="text/javascript" src="js/maxHeight.js"></script>
<script type="text/javascript" src="js/maxWidth.js"></script>
<script type="text/javascript" src="js/resize.js"></script>
<script type="text/javascript" src="js/ufo.js"></script>
</head>
<body onload="resize()">
<script type="text/javascript">
var FO = { movie:"media/small.swf", width:"300", height:"400", majorversion:"6", build:"40" };
UFO.create(FO, "ufoDemo");
</script>
<table align="center" id="resizeable" border="1">
<tr>
<td align="center" valign="middle">
<div id="ufoDemo">
<p><a href="http://www.macromedia.com/go/getflashplayer"><br />
<img src="http://www.macromedia.com/images/shared/download_buttons/get_flash_player.gif" alt="Get macromedia Flash Player" style="border: none;" /></a></p>
</div>
</td>
</tr>
</table>
</body>
</html>
My Video is loading before the resize() function is called on body onload but only in IE
www.hyphen-nation.org/testtemp2.html if you want to see the problem
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>test</title>
<link href="css/flash.css" type="text/css" />
<script type="text/javascript" src="js/getHeight.js"></script>
<script type="text/javascript" src="js/getWidth.js"></script>
<script type="text/javascript" src="js/maxHeight.js"></script>
<script type="text/javascript" src="js/maxWidth.js"></script>
<script type="text/javascript" src="js/resize.js"></script>
<script type="text/javascript" src="js/ufo.js"></script>
</head>
<body onload="resize()">
<script type="text/javascript">
var FO = { movie:"media/small.swf", width:"300", height:"400", majorversion:"6", build:"40" };
UFO.create(FO, "ufoDemo");
</script>
<table align="center" id="resizeable" border="1">
<tr>
<td align="center" valign="middle">
<div id="ufoDemo">
<p><a href="http://www.macromedia.com/go/getflashplayer"><br />
<img src="http://www.macromedia.com/images/shared/download_buttons/get_flash_player.gif" alt="Get macromedia Flash Player" style="border: none;" /></a></p>
</div>
</td>
</tr>
</table>
</body>
</html>
My Video is loading before the resize() function is called on body onload but only in IE
www.hyphen-nation.org/testtemp2.html if you want to see the problem