Hello! So I’m having an issue implementing Monoslideshow and was hoping someone in here had some experience working with this in EE. I thought I had everything up and working and then out of nowhere i got an Error #1085 http://grab.by/4W7p
Here is what I have in my template:
{exp:weblog:entries weblog="gallery" entry_id="{embed:entry}"}
<!-- article heading -->
<div class="article-heading">
<h2>{title}</h2>
<p> </div><br />
<!-- article --><br />
<div class="article"><br />
<div class="art-visual"><br />
<div id="flashContent"><br />
<br />
Please <a href="http://get.adobe.com/flashplayer/">install Flash®</a> and turn on Javascript.<br />
</div><br />
[removed]<br />
var flashvars = {dataFile: "gallery/monoslideshow/{entry_id}", showLogo: "false", showRegistration: "false"};<br />
var params = {allowscriptaccess: "sameDomain", allowfullscreen: "true", allownetworking: "all"};<br />
var attributes = {id: "monoslideshow", name: "monoslideshow", bgcolor: "000000"};<br />
swfobject.embedSWF("/monoslideshow.swf", "flashContent", "620", "500", "10", false, flashvars, params, attributes);<br />
[removed] <br />
</div><br />
<br />
{/exp:weblog:entries}And here is what I have in my XML:
<?xml version="1.0" encoding="utf-8"?>
<album thumbnail="/album/albumThumbnail.jpg" itemPath="" thumbnailPath="">
<configuration delay="5">
<navigation backgroundRoundness="0">
<items height="90" width="90">
</navigation>
<caption position="bottomLeft">
<controller showFullScreenButton="true" iconColorOver="#EE2D24" backgroundRoundness="0"></controller>
</configuration>
<contents>
{exp:weblog:entries weblog="gallery" dynamic="off" entry="{segment_3}"}
{gallery_item}
<image>
<image source="{gallery_image}" description="{gallery_description}" thumbnail="{gallery_image}" >
<configuration scaleMode="scaleToFit">
</configuration>
</image>
{/gallery_item}
{/exp:weblog:entries}
</contents>
</album>Any ideas why I would get the error #1085?
Thanks!