Hi,
I have used the embedscript to embed my swf in ie/firefox, but I ran into the problem that my swf is displayed at the right site of the screen, I want my swf to be centered.
Sorry Guys, I know I’m a noob at HTML :hugegrin: , but please help!!
<!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=iso-8859-1" />
<title>Triatleet Bas Diederen</title>
<script type="text/javascript" src="swfobject.js"></script>
<div id="flashcontent">
This text is replaced by the Flash movie.
</div>
<script type="text/javascript">
var so = new SWFObject("BasDiederen.swf", "", "800", "550", "8", "#000000");
so.write("flashcontent");
</script>
</div>
<style type="text/css">
<!--
body {
background-color: #000000;
}
-->
</style></head>
<body>
<div align="center">
<p><img src="Sponsoren.jpg" width="800" height="50" /> </p>
</div>
</body>
</html>