Need to add links to:
http://www.kirupa.com/developer/mx2004/xml_flash_photogallery.htm
Basicly I’m trying to get it to load a url on click of the image and have multiple text fields with links.
Sounds simple enough and probably is for you guys.
Here’s what I’ve got so far.
Danke.
I got the links working too from your forum reply. Very helpful. I building a portfolio with images and captions, and there are links in the captions that open new browser pages. I would like some of these links to open pop-up windows (the dimension will vary since they are motion films that pop-up). I haven’t been able to get the JS working for the pop ups through the xml and flash files.
I’m using the kirupa gallery. Not sure what I’m doing wrong, I thought that just adding a javascript header script, and using the regular pop up method would work but it doesn’t. Any ideas? I’ve viewed GetURL methods, but I don’t have a link in Flash, so not sure how to go about.
I appreciate your help. Thanks.
HTML PAGE includes this:
<script language=“JavaScript” type=“Text/JavaScript”>
<!–
function MM_openBrWindow(theURL,winName,features) { //v2.0
window.open(theURL,winName,features);
}
//–>
</script>
XML FILE:
<?xml version=“1.0” encoding=“utf-8” standalone=“yes”?>
<images>
<pic>
<link><![CDATA[<a href=“javascript:;” onClick=“MM_openBrWindow(‘page.html’,‘’,‘scrollbars=0,width=700,height=300’)”>page link</a>]]></link>
</pic>
</images>