Hi, i know this topic comes back often but haven't found my answer in the forum. When i try to disable logo in xml file by doing this: showLogo = "false" I get the following error(other marams are working): Attribute "showLogo" in [GLOBAL] is undefined.
When i try in embedded swf by doing this: monoslideshow.start(Stage.width, Stage.height, false);
The logo doesn't vanish.
Do you have a trick for these 2 distinct problems? Many thanks.
showLogo is not a parameter of the dataFile, but instead is directly passed to the Monoslideshow program. Either via swfObject, or, in your case, as the last parameter in the "start" function of monoslideshow. So, you don't need the showLogo in the xml file.
i undersand. how does it work for embedding in an swf file? I've tried monoslideshow.start(Stage.width, Stage.height, false); but doesn't remove the logo. how shall i do?