via PayPal / credit card
Vanilla 1.1.10 is a product of Lussumo. More Information: Documentation, Community Support.
I am using monoslideshow for a photographer's site that I am working on. I need the monoslideshow to work on the index page only, as I have hand coded all other galleries. The problem is that the slideshow will not play on the index. I have tried putting the code in the head, I have tried embedding the swf file. I am at a loss. I have used a continuous audio add on template that creates a frame at the bottom of the page. Is there a way to work around getting the slideshow to work?
My code is below.
Also, I have tried multiple ways of specifying the location of the file. All the slideshow items are in a slideshow folder. I have tried slideshow/monoslideshow.swf, and the same with .xml file (datafile), and I have also tried it without the direct location and only use the .swf file and .xml. I have never been so confused!!!!
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
<meta name="keyword" content="Photography, Nichol Lancaster Photography, Nichol Lancaster, Charlotte Photographer, Statesville Photographer, Hickory Photographer, Mocksville Photographer, Winston-Salem Photographer, Taylorsville Photographer, Clemmons Photographer, Wedding Photographer, Child Photographer, Pet Photographer, Family Portraits, Modeling Portraits, Modeling Photography, Sports Photography, Nature Photography, Senior Portraits Photography" />
<title>Nichol Lancaster Photography</title>
<script type="text/javascript" src="swfobject.js?v=2.2"></script>
<link href="master.css" rel="stylesheet" type="text/css" />
<script src="SpryAssets/SpryMenuBar.js" type="text/javascript"></script>
<link href="SpryAssets/SpryMenuBarHorizontal.css" rel="stylesheet" type="text/css" />
<script language="JavaScript" type="text/javascript" src="sound_frame/sound_frame.js"></script>
</head>
<body onload="javascript:AutoSoundFrame();"><center><div id="wrapper">
<h1>heading</h1>
<ul id="nlpnav" class="MenuBarHorizontal" >
<li><a href="index2.html" title="home" target="_self">HOME</a> </li>
<li><a href="passion.html" title="passion" target="_self">MY PASSION</a></li>
<li><a href="gallery.html" title="gallery" target="_self" class="MenuBarItemSubmenu"> GALLERY</a>
<ul>
<li><a href="love.html" title="love" target="_self">LOVE</a> </li>
<li><a href="family.html" title="forever family" target="_self">FOREVER FAMILY</a></li>
<li><a href="theoneday.html" title="the one day" target="_self">TWO SHALL BE ONE</a></li>
<li><a href="babiestocollege.html" title="womb to college" target="_self">WOMB TO COLLEGE</a></li>
<li><a href="livelife.html" title="live life" target="_self">LIVE LIFE</a></li>
<li><a href="earth.html" title="planet earth" target="_self">PLANET EARTH</a></li>
<li><a href="hope.html" title="hope" target="_self">HOPE</a></li>
</ul>
</li>
<li><a href="testimonials.html" title="testimonials" target="_self">TESTIMONIALS</a></li>
<li><a href="investment.html" title="investment" target="_self" class="MenuBarItemSubmenu">INVESTMENT</a>
<ul>
<li><a href="pricing.html" title="pricing" target="_self">PRICING</a></li>
<li><a href="http://nichollancaster.zenfolio.com/" title="Client Ordering" target="_blank">CLIENT ORDERING</a></li>
</ul>
</li>
<li><a href="contact.html" title="contact" target="_self" class="MenuBarItemSubmenu">CONTACT</a>
<ul>
<li><a href="requestinfo.html" title="request info" target="_self">REQUEST INFO</a></li>
</ul>
</li>
</ul>
<div class="contentbox">
<div id="flashContent">
<p>Please install Flash®</p>
</div>
<script type="text/javascript">
var flashvars = {datafile: "slideshow/monoslideshow.xml"};
var params = {};
var attributes = {};
swfobject.embedSWF(
"monoslideshow.swf", "flashContent",
"600", "400", "10", false,
flashvars, params, attributes
);
</script>
</div>
<div id="footer">© 2010 Nichol Lancaster Photography -<a href="mailto:[email protected]" class="footerlink"> e-mail</a> - (704) 883-6731 - site design by <a href="http://www.pixelbuilding.com" class="footerlink">PixelBuilding</a> - <a href="sitemap.html" class="footerlink">site map</a>
</div>
<br/>
</p></div>
</div></wrapper>
</center></body></html>
Any suggestions, answers, takers on this issue? This site is due by Friday and I have done all I know to do.
Sincerely,
Ronna Stroud
Hi Ronna,
don't worry, we'll get you up and running in time, this is most likely a simple path problem as the code looks fine.
Please upload your pages etc. to a test site (if you haven't done already) and post a link, this problem cannot be solved just by looking at your code.
Christoph
Thanks so much! The test site is www.pixelbuilding.com/rstroud_mod14_final/
Sorry, but I can't find any Monoslideshow. Where exactly should I look?
Christoph
Please change the line "monoslideshow.swf" to "slideshow/monoslideshow.swf" and try again. I think the monoslideshow flash script in in this folder.
I have tried specific file paths with the files in a slideshow folder.I have tried taking them out of the folder. I have tried everything and recoded this every way that you can imagine.The reason the code isn't showing is because it is pulling the information from the audio add-on frame at the bottom. The code that is pasted below is the actual code for the index page. Please help.I have used every single suggestion on this page to no avail.How does this work in frames?
<!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="keyword" content="Photography, Nichol Lancaster Photography, Nichol Lancaster, Charlotte Photographer, Statesville Photographer, Hickory Photographer, Mocksville Photographer, Winston-Salem Photographer, Taylorsville Photographer, Clemmons Photographer, Wedding Photographer, Child Photographer, Pet Photographer, Family Portraits, Modeling Portraits, Modeling Photography, Sports Photography, Nature Photography, Senior Portraits Photography" />
<title>Nichol Lancaster Photography</title>
<!--slideshow-->
<script type="text/javascript" src="swfobject.js?v=2.2"></script>
<style type="text/css">
<!--
body {
background-color: #999;
}
body,td,th {
font-family: Georgia, "Times New Roman", Times, serif;
font-size: x-small;
color: #000;
}
-->
</style>
<link href="master.css" rel="stylesheet" type="text/css" />
<style type="text/css">
<!--
a {
font-family: Georgia, Verdan, sans serif;
font-size: 12px;
color: #CCC;
}
a:link {
text-decoration: none;
}
a:visited {
text-decoration: none;
color: #333;
}
a:hover {
text-decoration: none;
color: #FFF;
}
a:active {
text-decoration: none;
font-size: 12px;
font-weight: normal;
}
.content { color: #000;
}
.centeraligngallery {
text-align: center;
}
#mssHolder {
width: 600px;
height: 400px;
}
-->
</style>
<script src="SpryAssets/SpryMenuBar.js" type="text/javascript"></script>
<link href="SpryAssets/SpryMenuBarHorizontal.css" rel="stylesheet" type="text/css" />
<script language="JavaScript" type="text/javascript" src="sound_frame/sound_frame.js"></script>
</head>
<body onload="javascript:AutoSoundFrame();"><center><div id="wrapper">
<h1>heading</h1>
<ul id="nlpnav" class="MenuBarHorizontal" >
<li><a href="index2.html" title="home" target="_self">HOME</a> </li>
<li><a href="passion.html" title="passion" target="_self">MY PASSION</a></li>
<li><a href="gallery.html" title="gallery" target="_self" class="MenuBarItemSubmenu"> GALLERY</a>
<ul>
<li><a href="love.html" title="love" target="_self">LOVE</a> </li>
<li><a href="family.html" title="forever family" target="_self">FOREVER FAMILY</a></li>
<li><a href="theoneday.html" title="the one day" target="_self">TWO SHALL BE ONE</a></li>
<li><a href="babiestocollege.html" title="womb to college" target="_self">WOMB TO COLLEGE</a></li>
<li><a href="livelife.html" title="live life" target="_self">LIVE LIFE</a></li>
<li><a href="earth.html" title="planet earth" target="_self">PLANET EARTH</a></li>
<li><a href="hope.html" title="hope" target="_self">HOPE</a></li>
</ul>
</li>
<li><a href="testimonials.html" title="testimonials" target="_self">TESTIMONIALS</a></li>
<li><a href="investment.html" title="investment" target="_self" class="MenuBarItemSubmenu">INVESTMENT</a>
<ul>
<li><a href="pricing.html" title="pricing" target="_self">PRICING</a></li>
<li><a href="http://nichollancaster.zenfolio.com/" title="Client Ordering" target="_blank">CLIENT ORDERING</a></li>
</ul>
</li>
<li><a href="contact.html" title="contact" target="_self" class="MenuBarItemSubmenu">CONTACT</a>
<ul>
<li><a href="requestinfo.html" title="request info" target="_self">REQUEST INFO</a></li>
</ul>
</li>
</ul>
<div class="contentbox">
<div id="flashContent">
<p>Please install Flash®</p>
</div>
<script type="text/javascript">
var flashvars = {datafile: "monoslideshow.xml"};
var params = {};
var attributes = {};
swfobject.embedSWF("monoslideshow.swf", "flashContent",
"600", "400", "10", false,
flashvars, params, attributes
);
</script>
</div>
<div id="footer">© 2010 Nichol Lancaster Photography -<a href="mailto:[email protected]" class="footerlink"> e-mail</a> - (704) 883-6731 - site design by <a href="http://www.pixelbuilding.com" class="footerlink">PixelBuilding</a> - <a href="sitemap.html" class="footerlink">site map</a>
</div>
<br/>
</p></div>
</div></wrapper>
</center></body></html>
I took your html page and dropped it into the standard folder from the download package without all of your graphics and it worked fine. The reason you can't see it is because it is hidden from you because of a picture on top of it.
No picture on top. I have checked all files. The animation only needs to work on index.html. The first page the visitor comes to. But client wants it to start the music with the animation. When you add all the graphics it doesn't work. I have tried the same thing. Thanks for you help. Any other suggestions?
1 to 8 of 8