Can anyone take a look at my website…
When I look at it using www.1818home.com the size of the site is great.
when I look at it using 1818home.com (without www) it comes out huge.
I’m a total newbie. i created the site using dreamweaver and flash
templates what did I do wrong?
<html xmlns=“http://www.w3.org/1999/xhtml” xml:lang=“en” lang=“en”>
<head>
<meta http-equiv=“Content-Type” content=“text/html; charset=iso-8859-1” />
<title>flashmo_019_cloud</title>
<script language=“javascript”>AC_FL_RunContent = 0;</script>
<script src=“AC_RunActiveContent.js” language=“javascript”></script>
</head>
<body bgcolor="#435350">
<script language=“javascript”>
if (AC_FL_RunContent == 0) {
alert(“This page requires AC_RunActiveContent.js.”);
} else {
AC_FL_RunContent(
‘codebase’, ‘http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=9,0,0,0’,
‘width’, ‘1266’,
‘height’, ‘700’,
‘src’, ‘flashmo_019_cloud’,
‘quality’, ‘high’,
‘pluginspage’, ‘http://www.macromedia.com/go/getflashplayer’,
‘align’, ‘middle’,
‘play’, ‘true’,
‘loop’, ‘true’,
‘scale’, ‘exactfit’,
‘wmode’, ‘window’,
‘devicefont’, ‘false’,
‘id’, ‘flashmo_019_cloud’,
‘bgcolor’, ‘#435350’,
‘name’, ‘flashmo_019_cloud’,
‘menu’, ‘true’,
‘allowFullScreen’, ‘false’,
‘allowScriptAccess’,‘sameDomain’,
‘movie’, ‘flashmo_019_cloud’,
‘salign’, ‘’
); //end AC code
}
</script>
<noscript>
<object classid=“clsid:d27cdb6e-ae6d-11cf-96b8-444553540000” codebase=“http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=9,0,0,0” width=“1266” height=“700” id=“flashmo_019_cloud” align=“middle”>
<param name=“allowScriptAccess” value=“sameDomain” />
<param name=“allowFullScreen” value=“false” />
<param name=“movie” value=“flashmo_019_cloud.swf” /><param name=“quality” value=“high” /><param name=“scale” value=“exactfit” /><param name=“bgcolor” value="#435350" /> <embed src=“flashmo_019_cloud.swf” quality=“high” scale=“exactfit” bgcolor="#435350" width=“1266” height=“700” name=“flashmo_019_cloud” align=“middle” allowScriptAccess=“sameDomain” allowFullScreen=“false” type=“application/x-shockwave-flash” pluginspage=“http://www.macromedia.com/go/getflashplayer” />
</object>
</noscript>
</body>
</html>
The dimension properties for my flash document is 1150px to 580px
I don’t know if this is an html thing, a safari thing or what…?
I really need help
Thanks
Emill