Not signed in (Sign In)

Categories

Vanilla 1.1.4 is a product of Lussumo. More Information: Documentation, Community Support.

    • CommentAuthordonatello
    • CommentTimeMay 1st 2008
     permalink
    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.
    •  
      CommentAuthorMonokai
    • CommentTimeMay 2nd 2008
     permalink
    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.
    • CommentAuthordonatello
    • CommentTimeMay 4th 2008
     permalink
    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?
    •  
      CommentAuthorMonokai
    • CommentTimeMay 6th 2008
     permalink
    That should work, are you sure you're publishing your Flash file as Actionscript 2? Does the rest of Monoslideshow work?