via PayPal / credit card
Vanilla 1.1.10 is a product of Lussumo. More Information: Documentation, Community Support.
Hi
I need help. The Full screen does not work... I have no idea...
My code html:
<div id="flashContent">
<p>Please install Flash®</p>
</div>
<script type="text/javascript">
var flashvars = {showLogo: "false", showRegistration: "false"};
var params = {allowfullscreen: "true"};
var attributes = {bgColor: "#FFFFFF"};
swfobject.embedSWF(
"monoslideshow.swf", "flashContent",
"100%", "100%", "10", false,
flashvars, params, attributes
);
</script>
code xml:
<?xml version="1.0" encoding="utf-8" ?>
<album thumbnail="album/album WB1.jpg" itemPath="album/stencil" thumbnailPath="album/thumbnails">
<configuration fullScreenScaleMode="downscaleToFill" scaleMode="downscaleToFill" delay="4">
<caption backgroundType="fitCompleteText" padding="5,2,5,5" position="bottomLeft">
<title font="Trebuchet MS" size="11" weight="bold" />
<description color="#14cee3" font="Trebuchet MS" size="11" />
<shadow />
<transition />
</caption>
<navigation>
<albums>
<caption>
<title />
<description />
</caption>
<shadow />
<transition>
<shadow />
</transition>
</albums>
<items>
<shadow />
<transition>
<shadow />
</transition>
</items>
<shadow />
<caption>
<title />
<description />
</caption>
<pageIndicator />
</navigation>
<reflection />
<controller autoHide="false" backgroundRoundness="10" iconColorOver="#14cee3" margin="10,10,10,10" position="bottomRight" showNavigationButton="false" showNextButton="false" showPreviousButton="false" showScrubBar="false" strokeWidth="0" showFullScreenButton="true" />
Thx in advance, Raphaël
I understand correctly that you try to use just the slideshow, full screen, on a single html page?
In that case, you need to define some css to make things work (a Flash problem, not a Monoslideshow problem).
Check out: http://code.google.com/p/swfobject/wiki/faq, topic one.
Christoph
Thx for your answer Christoph
not exactly. http://chitin.ch/worldwide.html is my side. I have the monoslideshow working fine. Now I would like to have a full screen button-and in this way the opportunity to see the picture in full screen modus. Like on this home page http://www.tamiraddadi.com/home-page.htm
thx a lot, Raphaël
p27 of the manual: Add showFullScreenButton="true" to the album controller element and you should be done.
Viele Grüsse in die Schweiz,
Christoph
Salut Christoph
Besten Dank!!! Wobei ich dies ja schon irgendwie im Code hatte:
<controller autoHide="false" backgroundRoundness="10" iconColorOver="#14cee3" margin="10,10,10,10" position="bottomRight" showNavigationButton="false" showNextButton="false" showPreviousButton="false" showScrubBar="false" strokeWidth="0" showFullScreenButton="true" />
So oder so... Dank Dir funktioniert es nun-ich weiss zwar noch nicht wo der Fehler war (habe am Ende kein "/" mehr!) aber es läuft!
<controller autoHide="false" backgroundRoundness="10" iconColorOver="#14cee3" margin="10,10,10,10" position="bottomRight" showNavigationButton="false" showNextButton="false" showPreviousButton="false" showScrubBar="false" strokeWidth="0" showFullScreenButton="true" >
Nochmals vielen Dank für Deine Hilfe.
Und viele Grüsse nach Deutschland, Österreich"?" Raphaël
Dein HTML verwies auf Chitin1.xml, in dem das Tag fehlte; jetzt verweist Du auf Chitin7.xml, in dem es da ist. Vielleicht irgendwie mit Testsystem und öffentlichem Server durcheinandergekommen?
Grüsse zurück aus Norddeutschland,
Christoph
1 to 6 of 6