The Web Design Group

... Making the Web accessible to all.

Welcome Guest ( Log In | Register )

 
Reply to this topicStart new topic
> Problem with uploading website design, Web design
mjpotter
post Apr 9 2011, 08:09 AM
Post #1





Group: Members
Posts: 2
Joined: 9-April 11
Member No.: 14,303



I have designed a web page on flash catalyst, then transfered the project into dreamweaver to upload. I have then 'put' the site onto internet. When I view the webpage only the top left hand quarter shows. The rest of the webpage is white.

I do not know how to solve this problem. Any help very welcome, thank you.
User is offlinePM
Go to the top of the page
Toggle Multi-post QuotingQuote Post
pandy
post Apr 9 2011, 08:33 AM
Post #2


🌟Computer says no🌟
********

Group: WDG Moderators
Posts: 20,716
Joined: 9-August 06
Member No.: 6



URL?
User is offlinePM
Go to the top of the page
Toggle Multi-post QuotingQuote Post
mjpotter
post Apr 9 2011, 08:43 AM
Post #3





Group: Members
Posts: 2
Joined: 9-April 11
Member No.: 14,303



sorry so the rest of the info

michaeljamespotter.co.uk

and:


<!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>Michael Potter</title>
<script src="Scripts/swfobject_modified.js" type="text/javascript"></script>
<body scroll="no" style="overflow: hidden" leftmargin="0px" topmargin="0px" marginwidth="0px" marginheight="0px">

<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />



</head>

<body>







<tr> <object id="FlashID" classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" width="1400" height="800">
<param name="movie" value="Michael Potter Website/deploy-to-web/Main.swf" />
<param name="quality" value="high" />
<param name="wmode" value="opaque" />
<param name="swfversion" value="6.0.65.0" />
<!-- This param tag prompts users with Flash Player 6.0 r65 and higher to download the latest version of Flash Player. Delete it if you don't want users to see the prompt. -->
<param name="expressinstall" value="Scripts/expressInstall.swf" />
<!-- Next object tag is for non-IE browsers. So hide it from IE using IECC. -->
<!--[if !IE]>-->
<object type="application/x-shockwave-flash" data="Michael Potter Website/deploy-to-web/Main.swf" width="1400" height="800">
<!--<![endif]-->
<param name="quality" value="high" />
<param name="wmode" value="opaque" />
<param name="swfversion" value="6.0.65.0" />
<param name="expressinstall" value="Scripts/expressInstall.swf" />
<!-- The browser displays the following alternative content for users with Flash Player 6.0 and older. -->
<div>
<h4>Content on this page requires a newer version of Adobe Flash Player.</h4>
<p><a href="http://www.adobe.com/go/getflashplayer"><img src="http://www.adobe.com/images/shared/download_buttons/get_flash_player.gif" alt="Get Adobe Flash player" width="112" height="33" /></a></p>
</div>
<!--[if !IE]>-->
</object>
<!--<![endif]-->
</object>
<script type="text/javascript">
swfobject.registerObject("FlashID");
</script>


</body>
</html>

This post has been edited by mjpotter: Apr 9 2011, 09:36 AM
User is offlinePM
Go to the top of the page
Toggle Multi-post QuotingQuote Post
pandy
post Apr 9 2011, 10:17 AM
Post #4


🌟Computer says no🌟
********

Group: WDG Moderators
Posts: 20,716
Joined: 9-August 06
Member No.: 6



OK. What more than the flash is supposed to be on the page? There's noting more in the HTML. blink.gif

You have some peculiar HTML errors. OBJECT can't be nested inside another OBJECT as happens for non-IE browsers. You have a forgotten TR there all on it's own. You should have only one start tag for BODY.
http://www.htmlhelp.com/cgi-bin/validate.c...s&input=yes


URLs can't contain spaces. They must be escaped with %20.
Michael Potter Website/deploy-to-web/Main.swf --> Michael%20Potter%20Website/deploy-to-web/Main.swf

Also, with such a large fixed size object, using 'overflow: hidden' on BODY is a very bad idea. How can people with smaller resolution see the flash at all? They can't, because you've taken away their capability to scroll.







User is offlinePM
Go to the top of the page
Toggle Multi-post QuotingQuote Post

Reply to this topicStart new topic
1 User(s) are reading this topic (1 Guests and 0 Anonymous Users)
0 Members:

 



- Lo-Fi Version Time is now: 28th March 2024 - 05:13 AM