Not signed in (Sign In)

Categories

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

    • CommentAuthorfreyac
    • CommentTimeAug 27th 2008
     permalink
    Hello,

    I would like to know how I delete the logo "monoslideshow" during the loading into flash animation with the actionscript code :

    function loadingFinished(target:MovieClip):Void {
    var monoslideshow:Object = new Monoslideshow(target, "xml/file.xml");
    monoslideshow.start(260, 180, true);
    }
    var listener:Object = new Object();
    var movieClipLoader:MovieClipLoader = new MovieClipLoader();
    listener.onLoadInit = loadingFinished;
    movieClipLoader.addListener(listener);
    this.createEmptyMovieClip("holder", this.getNextHighestDepth());
    movieClipLoader.loadClip("swf/monoslideshow.swf", this.holder);

    and using this param HTML : <param name="flashvars" value="showLogo=false&showVersionInfo=false" />
    into actionscript.