# XML link target problem

**URL:** https://forum.kirupa.com/t/xml-link-target-problem/313065
**Category:** flash
**Created:** [August 19, 2010, 12:02am UTC](https://forum.kirupa.com/t/xml-link-target-problem/313065 "2010-08-19T00:02:25Z")
**Posts on this page:** 1
**Page:** 1

<div class="post-metadata">

### Author: ![flash\_fool](https://avatars.discourse-cdn.com/v4/letter/f/a4c791/32.png) [@flash\_fool](https://forum.kirupa.com/u/flash_fool)
#### Post date: [August 19, 2010, 12:02am UTC](https://forum.kirupa.com/t/xml-link-target-problem/313065/1 "2010-08-19T00:02:25Z")

</div>

Hi everyone.  
Im having a problem with my xml file.  
basically i have an image carousel (separate swf with images loaded through xml) which is externally loaded into a movie clip in my main swf. When I click one of the images it opens a new html page with my desired file - lets call this file new.swf

So this is what i need to happen.  
When one of the images is clicked i need new.swf to load in the carousel.swf’s place. I can get other swfs loading in the movie clip through action script in the fla file but how do i do it in carousels xml file.

here is the xml i’m using at the moment:

\<image  
title=“Image 6”  
infoText=“3”  
imageUrl=“images/3.png”  
linkUrl=“new.swf”  
linkTarget="\_parent"  
/\>

I have tried different targets but i get the same result.

Any help is appreciated  
Thanks in advance.
