via PayPal / credit card
Vanilla 1.1.10 is a product of Lussumo. More Information: Documentation, Community Support.
anyway to force monoslide into fullscreen onload?
Well, nothing easier than that: You make the container div fullscreen, set width/height in the call to 100 % and should be done. Technically, that's not MSS's fullscreen mode, but it should look the same.
Christoph
sorry for my poor english. I'm french speaking.
I didn't understood christophvl explanations. Can you give an exemple to upload the slideshow in fullscreen
thank you for help
best regards
Michel
Bonjour Michel,
my French is quite bad, so I'll try in English again.
In your HTML, you do something like:
<head>
<script type="text/javascript" src="../js/swfobject.js"></script>
<script type="text/javascript">
swfobject.registerObject("viewport", "9.0.0");
</script>
</head>
<body>
<div id="main">
<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" width="100%" height="100%" id="viewport">
<param name="movie" value="monoslideshow.swf" />
<!--[if !IE]>-->
<object type="application/x-shockwave-flash" data="monoslideshow.swf" width="100%" height="100%">
<!--<![endif]-->
<h1>Alternate content</h1>
<!--[if !IE]>-->
</object>
<!--<![endif]-->
</object>
</div><!--main-->
</body>
thank you very much
I try it immediatly
Michel
That doesnt work for me. Do I need to change something in the xml file as well?
My bad, worked just fine
1 to 7 of 7