Log in

View Full Version : swf/xml not loading in HTML :(



great_dindi
03-31-2011, 07:12 PM
I have been trying these since days bt its giving me the result..
hence i decided to opt for helpM

my site: www.infiniteinnovations.net
i downloaded a flashmo.com template carousel and wish to integrate it into my Portfolio page

i can make the carousel work in a test directory
www.infiniteinnovations.net/tests >> here it loads fine

Bt i want my main flash header and footer on this page , js like it is here

http://www.infiniteinnovations.net/index-1.html >. the actual page, but here the xml data does not load up.. plz help

pasting codes here

XML file is properly coded ( jus needed name replacements )
HTML file code below




<!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>Innovations... Dinesh Modi`s Exclusive Portfolio</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<meta name="keywords" content="Domains, Design, Web design, music, editing, dinesh, Dinesh Modi, modi, Innovations, infiniteinnovations">
<meta name="description" content="Dinesh Modi`s Portfolio">
<meta name="robots" content="All, follow"> <!-- (Robot commands: All, None, Index, No Index, Follow, No Follow) -->
<meta name="revisit-after" content="30 days">
<meta name="distribution" content="global">
<meta name="rating" content="general">
<meta name="Content-Language" CONTENT="english">
<meta charset="utf-8">
<link rel="stylesheet" href="css/reset.css" type="text/css" media="all">
<link rel="stylesheet" href="css/style.css" type="text/css" media="all">
<link rel="stylesheet" href="css/grid.css" type="text/css" media="all">
<script type="text/javascript" src="js/jquery-1.4.2.js" ></script>
<script type="text/javascript" src="js/cufon-yui.js"></script>
<script type="text/javascript" src="js/cufon-replace.js"></script>
<script type="text/javascript" src="js/Myriad_Pro_700.font.js"></script>
<script type="text/javascript" src="js/Myriad_Pro_Cond_700.font.js"></script>
<script src="js/flashobject.js" type="text/javascript"></script>
<!--[if lt IE 9]>
<script type="text/javascript" src="http://info.template-help.com/files/ie6_warning/ie6_script_other.js"></script>
<script type="text/javascript" src="js/html5.js"></script>
<![endif]-->

<style type="text/css" media="screen">
html, body
{ margin:0; padding:0; background-color: #000000; }
</style>
<script type="text/javascript" src="swfobject.js"></script>
<script type="text/javascript">
var flashvars = {};
flashvars.xml_file = "flashmo_233_thumbnail_list.xml";
var params = {};
params.allowfullscreen = true;
var attributes = {};
swfobject.embedSWF("flashmo_233_thumbnail_carousel.swf", "flashmo_gallery", "940", "600", "9.0.0", false, flashvars, params, attributes);
</script>

</head>

<body id="page2">
<div class="extra">
<div class="body4">
<div class="body1">
<div class="container_12">
<!--header -->
<header>
<div id="menu">
<a href="http://www.adobe.com/go/EN_US-H-GET-FLASH"><img src="http://www.adobe.com/images/shared/download_buttons/get_adobe_flash_player.png" alt=""/></a>
</div>
<script type="text/javascript">
var fo = new FlashObject("flash/menu_vf8.swf?button=2", "menu", "100%", "152", "8", "");
fo.addParam("quality", "high");
fo.addParam("scale", "noscale");
fo.addParam("wmode", "transparent");
fo.write("menu");
</script>
</header>

<div align="center">
<div id="flashmo_gallery">
<div id="alternative_content">
</div>
<br /><br />
<a href="http://www.flashmo.com">Free Flash Carousel</a>
</div>
</div>

<div class="body3">
<div class="container_12">
<!--footer -->
<div class="grid_12">
<footer>
<ul id="icons">
<li><a href="#" class="icon1"></a></li>
<li><a href="#" class="icon2"></a></li>
<li><a href="#" class="icon3"></a></li>
<li><a href="#" class="icon4"></a></li>
</ul>
Innovations &copy; 2011 <a href="index-5.html">Privacy Policy</a> &nbsp;
<!-- {%FOOTER_LINK} -->
</footer>
</div>
<!--footer end-->
</div>
</div>
<script type="text/javascript"> Cufon.now(); </script>
</body>
</html>


I can run this html page successfully as i want offline on my pc , bt this does nt work online

I know something nooby has happened.. help !!


Thanks
Dinesh