mauriceamadeus
05-17-2008, 06:23 PM
hi guys,
I'm currently trying to upload a new website. It works if I put in the complete URL www.rainermarialatzke.com/main.swf
however, it won't appear when i type in www.rainermarialatzke.com.
Does anyone know why?? my source code is as follows. I just can't see why it wouldn't work.....
<!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" />
<meta name="description" content="rainermarialatzke" /> <meta name="keywords" content="showcase, design" />
<title>Rainer Maria Latzke</title>
<script src="Scripts/AC_ActiveX.js" type="text/javascript"></script>
<script src="Scripts/AC_RunActiveContent.js" type="text/javascript"></script>
</head>
<body>
<center><script type="text/javascript">
AC_AX_RunContent( 'width','920','height','630','src','http://www.rainermarialatzke.com/main.swf','movie','http://www.rainermarialatzke.com/main.swf' ); //end AC code
</script><noscript><object width="920" height="630">
<param name="movie" value="http://www.rainermarialatzke.com/main.swf">
<embed src="http://www.rainermarialatzke.com/main.swf" width="920" height="630"></embed>
</object></noscript></center>
<body>
</html>
Thanks a lot for all the help I can get!
Maurice
I'm currently trying to upload a new website. It works if I put in the complete URL www.rainermarialatzke.com/main.swf
however, it won't appear when i type in www.rainermarialatzke.com.
Does anyone know why?? my source code is as follows. I just can't see why it wouldn't work.....
<!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" />
<meta name="description" content="rainermarialatzke" /> <meta name="keywords" content="showcase, design" />
<title>Rainer Maria Latzke</title>
<script src="Scripts/AC_ActiveX.js" type="text/javascript"></script>
<script src="Scripts/AC_RunActiveContent.js" type="text/javascript"></script>
</head>
<body>
<center><script type="text/javascript">
AC_AX_RunContent( 'width','920','height','630','src','http://www.rainermarialatzke.com/main.swf','movie','http://www.rainermarialatzke.com/main.swf' ); //end AC code
</script><noscript><object width="920" height="630">
<param name="movie" value="http://www.rainermarialatzke.com/main.swf">
<embed src="http://www.rainermarialatzke.com/main.swf" width="920" height="630"></embed>
</object></noscript></center>
<body>
</html>
Thanks a lot for all the help I can get!
Maurice