via PayPal / credit card
Vanilla 1.1.10 is a product of Lussumo. More Information: Documentation, Community Support.
Howdy, I purchased monoslideshow today, but am having problem implementing it onto my website.
I configured and made a simple slideshow gallery with all default settings. The slideshow plays perfectly locally when I click on monoslideshow.swf file, and it also plays perfectly when i load the .swf file on the web: http://www.allaboutit-glass.com/intro/monoslideshow.swf
But when I put it onto index.htm page, it gives an error like this:

Telling me of an IO Error. Anyway to fix it?
I'm a newbie at web design, I know basic html/css but beyond that i know almost nothing about javascript/flash or any other fancy coding language. Please help me.
monoslideshow files were placed under http://www.allaboutit-glass.com/intro/
code in my index.htm body tag to embed it (i used swfobject 2.2):
<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" width="600" height="399" id="intro">
<param name="movie" value="/intro/monoslideshow.swf" />
<!--[if !IE]>-->
<object type="application/x-shockwave-flash" data="/intro/monoslideshow.swf" width="600" height="399">
<!--<![endif]-->
<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" />
</a>
<!--[if !IE]>-->
</object>
<!--<![endif]-->
</object>
Code in my monoslideshow.xml file:
>>>>>>>>>
<?xml version="1.0" encoding="utf-8"?>
<album>
<configuration>
<transition kenBurnsMode="randomZoomIn" />
</configuration>
<contents>
<image source="001.jpg" />
<image source="002.jpg" />
<image source="003.jpg" />
<image source="004.jpg" />
<image source="005.jpg" />
<image source="006.jpg" />
<image source="007.jpg" />
<image source="008.jpg" />
<image source="009.jpg" />
<image source="010.jpg" />
<image source="011.jpg" />
<image source="012.jpg" />
<image source="013.jpg" />
<image source="014.jpg" />
<image source="015.jpg" />
<image source="016.jpg" />
<image source="017.jpg" />
<image source="018.jpg" />
<image source="019.jpg" />
<image source="020.jpg" />
<image source="021.jpg" />
<image source="022.jpg" />
</contents>
</album>
Any help will be greatly appreciated!
Li
Problem Solved! How stupid of me to not include attributes to specify the album location in monoslideshow.xml... After I added the correct path it shows up beautifully on the index page.
http://www.allaboutit-glass.com
Great app!!!
...and great site.
Your intro would look even better if you get rid of the little circle showing an image is being loaded, add
<progress type="none" />
to your configuration.
And if you really want to get fancy, you can easily add specific Ken Burns effects to the single images - your photos more or less deserve that!
Christoph
A good suggestion indeed!
Thanks!
1 to 4 of 4