FAQ : HOW TO OPEN EXTERNAL LINKS ?
1. Add links tag in XML , so it looks like: http://pastie.org/288525
2. Open PPGallery.as, in ParseGallery() function insert this code inside the for loop:
items[i].link = data.items.item.link.attributes()[i];
3. Delete all existing code in OpenItem() function and place this new code:
navigateToURL(new URLRequest(items[currentItem].link),"_blank");
