<?xml version="1.0" encoding="utf-8"?>
<photos path="images/">
<photo name="Photo 1" url="1.jpg" link="http://isabellazapata.com/">This is the optional description for photo 1</photo>
<photo name="Photo 2" url="2.jpg" link="http://www.assysta.com/">This is the optional description for photo 2</photo>
<photo name="Photo 3" url="3.jpg" link="http://mesaportfolio.com/under/sun_tan_t/">This is the optional description for photo 3 </photo>
<photo name="Photo 4" url="4.jpg" link="http://www.iida.com.au/zindex.html">This is the optional description for photo 4</photo>
<photo name="Photo 5" url="5.jpg" link="http://limitclothing.com/">This is the optional description for photo 5</photo>
<photo name="Photo 6" url="6.jpg" link="http://loralove.net/">This is the optional description for photo 6</photo>
<photo name="Photo 7" url="7.jpg" link="http://mesaportfolio.com/Studio_Oliver_intro_video/">This is the optional description for photo 7</photo>
<photo name="Photo 8" url="8.jpg" link="http://mesaportfolio.com/LaMiss_3c_final_rev/">This is the optional description for photo 8</photo>
<photo name="Photo 9" url="9.jpg" link="http://mesaportfolio.com/DCF_final_rev_5/">This is the optional description for photo 9 </photo>
<photo name="Photo 10" url="10.jpg" link="http://www.broke2.com/">This is the optional description for photo 10</photo>
<photo name="Photo 11" url="11.jpg" link="http://bluelineinnovation.com/World_Football_intro_rev/">This is the optional description for photo 11</photo>
<photo name="Photo 12" url="12.jpg" link="http://www.pthealth.ca/">This is the optional description for photo 12</photo>
</photos>
Este es el action q estoy utilizando en el frame de flash
var listener:Object = new Object();
listener.onDoubleClick = function(evt){
var link:String = evt.link;
getURL(link, "_self"); }
pf.addEventListener("onDoubleClick",listener);
El swf me funciona perfectamente pero cuando le doy publicar no me funcionan los link q me deberian llevar a las otras paginas............... porfa necesito ayuda urgente si alguien sabe como arreglar esto
Graciasssssssssssss