Basically I just need the the link to open in a new browser window when the image is clicked.
This is the content of the xml file:
<!-- pages -->
<section name="pages">
<page name="home">
<image imageUrl="_pic4 a.jpg" link="http://www.companyname .com"/>
This is the actionscript for that image and associated link in the Flash file:
onClipEvent (load) {
imageNumber=0;
imageProperties =_root.getCurre ntImageName(ima geNumber);
loadMovie(_root .url+imagePrope rties['name'], this.cont.cont1 );
url=imageProper ties['linkToOpen'];
}
This is the content of the xml file:
<!-- pages -->
<section name="pages">
<page name="home">
<image imageUrl="_pic4 a.jpg" link="http://www.companyname .com"/>
This is the actionscript for that image and associated link in the Flash file:
onClipEvent (load) {
imageNumber=0;
imageProperties =_root.getCurre ntImageName(ima geNumber);
loadMovie(_root .url+imagePrope rties['name'], this.cont.cont1 );
url=imageProper ties['linkToOpen'];
}
Comment