via PayPal / credit card
Vanilla 1.1.10 is a product of Lussumo. More Information: Documentation, Community Support.
Okay, so I just got monoslideshow yesterday and think its got the potential to be absolutely perfect for me, but I'm having issues.
I wanted an MP3 playing on loop through the slideshow. So I added the codes...
Then I wanted the starter logo gone, so I added the code....it all worked great.
Well, it all worked great in the html that is. When I actually open the swf file it still shows the logo and plays no music. How do I fix it?
Thanks!
Oh here is my coding to help anyone who wants to offer suggestions:
This is the XML :
<?xml version="1.0" encoding="utf-8"?>
<!--
Monoslideshow 1.32 configuration file
Please visit http://www.monoslideshow.com for more info
-->
<slideshow>
<preferences
kenBurnsMode = "none"
viewport = "0,0,900,600"
imageTransition = "fadeInOut"
controlColor = "FFFFFF"
controlLineColor = "cccccc"
controlIconColor = "999999"
controlAlign = "topLeft"
backgroundMusic = "http://www.courtneyreece.com/slideshow/weddings/album/music/lovedlikethat.mp3"
soundPath = "http://www.courtneyreece.com/slideshow/weddings/album/music/"
backgroundMusicLoop = "true"
/>
And this is my html :
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1" />
<title>Weddings</title>
<script type="text/javascript" src="swfobject.js"></script>
</head>
<body bgcolor="#000000">
<center>
<div id = "mssHolder">
<p>Temporary holder for the Flash® object</p>
</div>
</div>
<script type="text/javascript">
// <![CDATA[
var so = new SWFObject("monoslideshow.swf", "mss", "900", "600", "7", "#ffffff");
so.addVariable("showLogo", "false");
so.write("mssHolder");
// ]]>
</script></center>
</body>
</html>
Sorry, I do not understand your question. If you open the swf without calling it from the html, of course the parameters are not transferred.
If possible, upload everything to a test site and post a link.
Christoph
Here is a link:
http://www.courtneyreece.com/blog/?p=420
It will ask for a password which is the word, test
I've been working on this all morning and I don't know if I did something wrong but at one point it was transitioning correctly and playing the music at least in the HTML file but now its not doing either. Help help. :)
1 to 4 of 4