Unable to load content, it halts on the preloader half way.. anyone know what might be the problem..
Copy link to clipboard
Copied
I posted the html code here, I’m not sure where I could be getting a problem, the preloader keeps loading half-way then stops and nothing loads up.. any ideas anybody?
<!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">
<head>
<title>Boyancy The Official Website</title>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta name="google-site-verification" content="KwHoy610LOdM8rIsTXAHWk63mBpgLw2tosjHxZUL74o" />
<meta name="author" content="Site created by Boyancy" />
<meta name="robots" content="all" />
<meta name="keywords" content="Boyancy official website, Facts, Pictures, Photo's, Gallery, images, Videos, news" />
<meta name="description" content="Boyancy's official website" />
<script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.4/jquery.min.js"></script>
<script type="text/javascript" src="/_Client/Scripts/Font/cufon-yui.js"></script>
<script type="text/javascript" src="/_Client/Scripts/Font/Rawlinson_400.font.js"></script>
<script type="text/javascript" src="/_Client/Scripts/Font/Freight_400.font.js"></script>
<script type="text/javascript">
Cufon.replace('.errorTemplate h1')('h2, #slideShowOverlay h1, #siteNavigation li a, #secondNavigation li a, #slideshowNavigation li a', { hover: true })('h4, h5', { fontFamily: 'Rawlinson', hover: true });
</script>
<link type="text/css" rel="stylesheet" media="screen" href="/_Client/Styles/Master.css" />
<link type="text/css" rel="stylesheet" media="screen" href="/_Client/Styles/Themes/Blue.css" />
<!--[if lte IE 6]><link type="text/css" rel="stylesheet" media="screen" href="/_client/ie6/style/master.css" /><![endif]-->
<!--[if IE 7]><link rel="stylesheet" type="text/css" href="/_Client/Styles/Browser/IE.css" media="screen"/><![endif]-->
<script type="text/javascript" src="/_Client/Scripts/Global.js"></script>
<link type="image/x-icon" href="/_Client/Styles/Images/favicon.ico" rel="shortcut icon" />
<link type="image/x-icon" href="/_Client/Styles/Images/favicon.ico" rel="icon" />
<link rel="canonical" href="http://www.Boyancy.com/" />
</head>
<body>
<div id="Boyancy">
<div id="headerWrapper">
<div id="headerContent" class="clearfix">
<h1 id="logo">
<a href="/" title="Go to the Boyancy official homepage">Boyancy official</a>
</h1>
<ul id="siteNavigation" class="clearfix">
<li class="selected"><a href="/">Home</a></li>
<li class=""><a href="/en/Boyancy/">Boyancy</a></li>
<li class=""><a href="/en/Latest/">Latest</a></li>
<li class=""><a href="/en/Screen/">Screen</a></li>
<li class=""><a href="/en/Fashion/">Fashion & Editorial</a></li>
<li class=""><a href="/en/Projects/">Projects</a></li>
<li class=""><a href="/en/Slideshow/">Slideshow</a></li>
</ul>
<span class="headerSideBg"></span>
</div>
</div>
<div id="wrapper">
<div id="homeOuter">
<div id="homeInner">
<div id="pageContent">
<div class="fullScreenContent" id="homePageContent">
<ul class="sect1">
<li id="home1"><a href="/en/Screen/"><img src="/_Client/Flash/images/home1.jpg" alt="Boyancy & SCREEN" width="100%" /></a></li>
<li id="home2"><a href="/en/Fashion/"><img src="/_Client/Flash/images/home2.jpg" alt="Boyancy & FASHION" width="100%" /></a></li>
</ul>
<div class="sect2">
<div class="floral"><img src="/_Client/Flash/images/latest-news-vector.png" alt="Boyancy" width="35%" /></div>
<div class="sect2_inner">
<h2><img src="/_Client/Flash/images/latest-from-Boyancy.png" alt="Boyancy print now available to purchase" width="100%" /></h2>
<h5><a href="/en/Latest/Projects/Boyancy/Boyancy-print-now-available-to-purchase/">Boyancy print now available to purchase</a></h5>
<p class="date"><em>7 June 2011</em></p>
<p>
Due to popular demand, Boyancy has released a print.
</p>
</div>
</div>
<ul class="sect3">
<li id="home3"><a href="/en/Boyancy/Picture-Book/"><img src="/_Client/Flash/images/home3.jpg" alt="Boyancy NEW LOOK" width="100%" /></a></li>
<li id="home4"><a href="/en/Fashion/Burberry/SpringSummer-2010/"><img src="/_Client/Flash/images/home4.jpg" alt="BURBERRY" width="100%" /></a></li>
<li id="home5"><a href="/en/Fashion/Editorial/"><img src="/_Client/Flash/images/home5.jpg" alt="EDITORIAL" width="100%" /></a></li>
<li id="home6"><a href="/en/Projects/"><img src="/_Client/Flash/images/home6.jpg" alt="PROJECTS" width="100%" /></a></li>
</ul>
</div>
</div>
<div class="clear"></div>
</div>
<img src="/_Client/Styles/Images/spacer.png" class="spacer" alt="Boyancy" width="100%" />
</div>
<script type="text/javascript">Cufon.now()</script>
</div>
<div id="footerWrapper">
<ul id="flashControls">
<li><a id="grid" class="flashModeLink selected" href="javascript:changeLayout('grid');"></a></li>
<li><a id="grill" class="flashModeLink" href="javascript:changeLayout('grill');"></a></li>
<li><a id="fullScreen" class="flashModeLink" href="javascript:changeLayout('fullscreen');"></a></li>
</ul>
<script type="text/javascript">
function getFlashMovie(movieName) {
var isIE = navigator.appName.indexOf("Microsoft") != -1;
return (isIE) ? window[movieName] : document[movieName];
}
function updateIcon(s) {
$j('.flashModeLink').each(function() {
var item = $j(this);
item.removeClass('selected');
});
switch (s) {
case "grid":
$j('#flashControls #grid').addClass('selected');
break;
case "grill":
$j('#flashControls #grill').addClass('selected');
break;
case "fullscreen":
$j('#flashControls #fullScreen').addClass('selected');
break;
default:
break;
}
}
function changeLayout(s) {
getFlashMovie("BoyancyFeature").changeLayout(s);
updateIcon(s);
}
</script>
<script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/swfobject/2.2/swfobject.js"></script>
<script type="text/javascript">
function getFlashVersion() {
var agent = navigator.userAgent.toLowerCase();
flashVersion = 0;
if (agent.indexOf("mozilla/3") != -1 && agent.indexOf("msie") == -1) {
flashVersion = 0;
};
if (navigator.plugins != null && navigator.plugins.length > 0) {
var flashPlugin = navigator.plugins['Shockwave Flash'];
if (typeof flashPlugin == 'object') {
for (i = 25; i > 0; i--) {
if (flashPlugin.description.indexOf(i + '.') != -1) { flashVersion = i; };
};
};
};
if (flashVersion == 0 || (navigator.userAgent.match(/iPhone/i)) || (navigator.userAgent.match(/iPod/i)) || navigator.userAgent.match(/iPad/i)) {
$j('#flashControls').css('display', 'none');
};
};
getFlashVersion();
// $j(document).ready(function() {
var swfVersionStr = "10.0.0";
var xiSwfUrlStr = "/_Client/Flash/playerProductInstall.swf";
var flashvars = {
contentUrl: '/_Client/services/homepagexml.aspx',
swfUrl: "/_Client/Flash/BoyancyFeature.swf"
};
var params = {};
params.quality = "high";
params.bgcolor = "#ffffff";
params.allowscriptaccess = "sameDomain";
params.allowfullscreen = "true";
params.wmode = "transparent";
var attributes = {};
attributes.id = "BoyancyFeature";
attributes.name = "BoyancyFeature";
attributes.align = "middle";
swfobject.embedSWF(
"/_Client/Flash/Preloader.swf", "pageContent",
"100%", "100%",
swfVersionStr, xiSwfUrlStr,
flashvars, params, attributes);
// JavaScript enabled so display the flashContent div in case it is not replaced with a swf object. -
swfobject.createCSS("#pageContent", "display:block;text-align:left;");
// });
</script>
<!-- END: external scripts / flash embed -->
<div id="footerContent" class="clearfix">
<ul class="socialNaviation">
<li class="twitterIcon"><a href="http://twitter.com/eBoyancy/" rel="external">Boyancy official Twitter</a></li>
<li class="facebookIcon"><a href="http://www.facebook.com/boyancy/" rel="external">Boyancy official Facebook</a></li>
</ul>
<ul id="footerNavigation">
<li><a href="/en/SignUp/">Sign Up</a></li>
<li><a href="/en/Messages/">Messages</a></li>
<li><a href="http://www.addthis.com/bookmark.php?v=250&username=xa-4bbdb05f1cff21e6" onclick="return addthis_open(this, '', '[URL]', '[TITLE]')" onmouseout="addthis_close()">Share</a></li>
<li><a href="/en/Terms/">Terms</a></li>
<li><a href="/en/Privacy/">Privacy</a></li>
<li><a href="/en/Contact/">Contact</a></li>
<li><a href="/en/B/">Boyancy</a></li>
</ul>
<span class="footerSideBg"></span>
</div>
</div>
</div>
<!--[if lte IE 6]><script src="/_Client/IE6/Scripts/warning.js" type="text/javascript"></script><![endif]-->
<script type="text/javascript">
Cufon.now();
fullScreenPage();
</script>
<script type="text/javascript" src="http://s7.addthis.com/js/250/addthis_widget.js#username=xa-4bbdb05f1cff21e6"></script>
</body>
</html>
Copy link to clipboard
Copied
what's your url?
Copy link to clipboard
Copied
Copy link to clipboard
Copied
that ss's not helpful.
upload your needed files to a server and post the url.

