Hi all,
thanks for the help.
I’ve got one question I want to load in CD artwork
SetSong = function(node){
snd.node = node;
snd.loadSound(node.attributes.src);
title_txt.text = node.attributes.title;
artist_txt.text = node.attributes.artist;
web_txt.text = node.attributes.web;
comment_txt.text = node.attributes.comment;
}
what would I add to make this work?
Also, does any one know what I would do to get the web_txt.text = to be a link from .xml?