Jump to content
Fórum Script Brasil
  • 0

esconder swf apos chamar outro swf


lka

Question

Olá, tenho um menu em flash com 4 opções com loadmovie, porém no formulario de contato, quando clica nele, o swf

fica e não some, já utilizei unloadMovie e não funciona.

segue o codigo:

on (rollOver) {
        this.gotoAndPlay("over");
}
on (releaseOutside, rollOut) {
        this.gotoAndPlay("out");
}

on (release) { 
    unloadMovieNum(1);
    createEmptyMovieClip("chamar", 1);
    chamar._x = -280;
    chamar._y = 80;
    loadMovie("formulario_contacto.swf", chamar);
}

Link to comment
Share on other sites

0 answers to this question

Recommended Posts

There have been no answers to this question yet

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Answer this question...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.



  • Forum Statistics

    • Total Topics
      152.2k
    • Total Posts
      652k
×
×
  • Create New...