via PayPal / credit card
Vanilla 1.1.10 is a product of Lussumo. More Information: Documentation, Community Support.
I have MSS installed on my site and everything, including the full screen button, works great. I successfully embedded one of my slide shows onto a remote Ning site and all but the full screen button works.
Here is the embed code:
<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" width="480" height="360">
<param name="movie" value="http://www.mySite/monoslideshow.swf" />
<param name="flashvars" value="showLogo=false&showRegistration=false&dataFile=http://www.mySite.com/monoslideshow.xml" />
<param name="params" value="allowfullscreen=true" />
<param name="attributes" value="id=monoslideshow&name=monoslideshow&bgColor=000000" />
<param name="quality" value="high" />
<param name="wmode" value="opaque" />
<param name="swfversion" value="9.0.45.0" />
<div>
<h4>Content on this page requires a newer version of Adobe Flash Player.</h4>
<p><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" width="112" height="33" /></a></p>
</div>
<p>Alternative content</p>
</object>
I've searched the forum but could not find an answer. Any ideas?
Fixed it with this code:
---
<object width="480" height="360" data="http://www.MySite.com/monoslideshow.swf" type="application/x-shockwave-flash">
<param name="movie" value="http://www.MySite.com/monoslideshow.swf" />
<param name="flashvars" value="dataFile=http://www.MySite.com/monoslideshow.xml" />
<param name="params" value="allowfullscreen=true" />
<param name="attributes" value="showFullScreenButton=false&id=monoslideshow&name=monoslideshow&bgColor=000000" />
<param name="quality" value="high" />
<param name="wmode" value="opaque" />
<param name="swfversion" value="9.0.45.0" />
<param name="allowFullScreen" value="true" />
<param name="allowScriptAccess" value="always" />
<param name="src" value="http://www.MySite.com/monoslideshow.swf" />
</object>
---
1 to 2 of 2