how we can get an url on description, which calling by xml file with images....
fullPreloader.onLoadComplete = function(target)
{
new Tween(target, "_alpha", Strong.easeOut, 0, 100, .5, true);
nickey2.text = myTitle;
nickey.text = myDesc;
myDesc.onCLICK = function() { // its not working
getURL("www.google.com"); //its not working
}