Jump to content
Fórum Script Brasil
  • 0

Como Passar Uma Variável P/ Loadmovie?


lotus_one_

Question

Pessoal, seguinte:

Eu preciso definir uma variável no Flash, essa variável é que vai passar o nome do arquivo .swf para o loadmovie, é possível???

Eu fiz assim:

coloquei dois botões, o 1 e o 2 e neles coloquei assim:

on (release) {

_root.bunda28 = "inserir.swf"; (tá vendo, essa variável agora seria o swf)

gotoAndPlay(2);

}

Depois no meu timeline que é acionado pelo botão tem esse AS:

_root.receptor.unloadMovie()

_root.receptor.loadMovie("bunda28");

Mas não funciona!!! Ele tenta carregar e mostra esse erro:

Error opening URL "file:///C|/Documents%20and%20Settings/mauricio/Desktop/loading%5Ftransicao/bunda28"

Alguém poderia me ajuda??????? blink.gif

Link to comment
Share on other sites

6 answers to this question

Recommended Posts

  • 0
Guest Jasar

aki não funcionato pegando de um txt as variaveiz transformei em variavel img e não vai

loader = new LoadVars();

loader.load("teste.txt");

loader.onLoad = carregado;

function carregado() {

txt_top1.text = this.top1;

txt_top2.text = this.top2;

txt_top3.text = this.top3;

txt_top4.text = this.top4;

img = this.foto;

}

for(i=1;i<=4;i++){

_root.createTextField("txt_top"+i, _root.getNextHighestDepth(), 180, 30*i, 360, 390);

}

_root.ft.loadMovie(_root.img);

Link to comment
Share on other sites

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
      651.9k
×
×
  • Create New...