via PayPal / credit card
Vanilla 1.1.10 is a product of Lussumo. More Information: Documentation, Community Support.
I know i read somewhere that this image can be changed or removed when you click to the gallery and it is loading. but i can not find where i read that. Can you tell me how to adjust this?
Thanks!
If you are referring to the progress pie or bar, see pages 29-30 to make changes to your XML file. If you are referring to the monoslideshow logo flashing before your images start, this code will get rid of both the logo and the registration. This must be put in your html.
var flashvars = {showLogo: "false", showRegistration: "false"};
If you are referring to something else, please reword your question.
Jarredja- can the above code get placed anywhere in the html file?
oh nevermind I found it, and it worked. THANKS
Can you please tell me exactly where this code needs to go?
var flashvars = {showLogo: "false", showRegistration: "false"};
Also are there any other code changes required to disable the logo? So far I haven't been able to get rid of it. Explanations should be aimed at beginner's level ;)
In your html.
I added it to the script for you. This is the original script that is found on the html page in the download package.
<script type="text/javascript">
var flashvars = {showLogo: "false", showRegistration: "false"};
var params = {allowScriptAccess: "sameDomain", allowfullscreen: "true", allowNetworking: "all"};
var attributes = {id: "monoslideshow", name: "monoslideshow", bgColor: "000000"};
swfobject.embedSWF("monoslideshow.swf", "flashContent", "480", "360", "9", false, flashvars, params, attributes);
</script>
1 to 6 of 6