via PayPal / credit card
Vanilla 1.1.10 is a product of Lussumo. More Information: Documentation, Community Support.
HI,
How do I remove the logo at the start of monoslideshow. I have read the instruction manual several times and followed the instructions to use the {showLogo: "false"} and still it appears> Please help, it is obviously something simple that I have not spotted. Below is the code, everything else works fine:
script type="text/javascript" src="swfobject.js?v=2.2"></script>
<script type="text/javascript">
var flashvars = {showlogo: "false"};
var params = {allowScriptAccess: "sameDomain", allowfullscreen: "true", allowNetworking: "all"};
var attributes = {id: "monoslideshow", name: "monoslideshow", bgColor: "000000"};
swfobject.embedSWF("monoslideshow.swf", "flashContent", "970", "400", "9", false, flashvars, params, attributes);
</script>
Thank you
Check capitalization:
your code: var flashvars = {showlogo: "false"};
it should be ... showLogo: ...
Tom
You are an absolute star!!!!! what an idiot! I am normally very good at checking that.
Thanks again
1 to 3 of 3