Jump to content
Fórum Script Brasil
  • 0

flash + xml


alexandre henrique

Question

Boa noite,

preciso de ajuda!

Estou com um banner em flash que terá uma imagem + um texto + um link,

so que tudo vindo de um XML.

já consegui fazer a imagem e o texto, mas o link não ta rolando!

O banner.fla tem

no primeiro frame:

System.useCodepage = true;
var arquivo:XML = new XML();
arquivo.load("arquivo.xml");
arquivo.ignoreWhite = true;
arquivo.onLoad = function() {
    var_img.loadMovie(this.childNodes[0].childNodes[0].attributes.imagem);
    var_legenda.text = this.childNodes[0].childNodes[0].attributes.legenda;
    var_link.String = this.childNodes[0].childNodes[0].attributes.link;
}
em outra line, tambem no frame 1, tem: um botao do tamanho do banner, justamente p/ ter o tal link definido no XML. nas propriedades do botao tem:
on (press){
    getURL(var_link);
}
o arq.xml tem:
<?xml version="1.0" encoding="iso-8859-1"?>
<galeria>
<foto imagem="img_fla/img_1.jpg" legenda="Artros.com.br" link="http://registro.br"/>
</galeria>

Quando testo no FF, a ação ate acontece, mas dá erro e a URL exibe "undefined"

agradeço desde já!

Link to comment
Share on other sites

1 answer to this question

Recommended Posts

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...