Putting a html swf file on the web
Hi this is the last hurdle for me. I created an swf and a HTML output. Localy it works when I double click the html except IE
keeps telling me I need to accept the plug in. Verry annoying. But if I put the HTML and the SWF on the website the HTML is blank no movie.
Can't think what is missing. I cut the HTML down to a minimum as well. Any ideas what would be missing that is needed. Tried the original generated html as well
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en">
<head>
<title>MovieClip</title>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
</head>
<body>
<div style="border:solid;height:96px;width:144px">
<object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" width="144" height="96" id="MovieClip" align="middle">
<param name="movie" value="MovieClip.swf">
<object type="application/x-shockwave-flash" data="MovieClip.swf" width="144" height="96">
</object>
<embed src="MovieClip.swf" width="96" height="144"></embed>
</object>
</div>
</body>
</html>