# AS2 - FLASH - XML TellTarget Problem

**URL:** https://forum.kirupa.com/t/as2-flash-xml-telltarget-problem/634229
**Category:** flash
**Created:** [February 9, 2016, 7:37pm UTC](https://forum.kirupa.com/t/as2-flash-xml-telltarget-problem/634229 "2016-02-09T19:37:34Z")
**Posts on this page:** 1
**Page:** 1

<div class="post-metadata">

### Author: ![lcastilloh](https://avatars.discourse-cdn.com/v4/letter/l/b4bc9f/32.png) [@lcastilloh](https://forum.kirupa.com/u/lcastilloh)
#### Post date: [February 9, 2016, 7:37pm UTC](https://forum.kirupa.com/t/as2-flash-xml-telltarget-problem/634229/1 "2016-02-09T19:37:34Z")

</div>

Challenge AS2 solution please:

I have a menu gallery in swf file controller by a xml.  
This is the XML code:

(xml code)= image path=“images/jpg/trr/menu/TRR02.jpg” description=“Short Description” link=“[http://www.multimediamktg.com](http://www.multimediamktg.com)” height=“379” width=“305”

I want the pictures from my swf to do a TellTarget to control another swf.

Instead the link=… I want Telltarget…

to do this but in the XML:

on (release) {  
tellTarget ("\_root.trr.ch.trr") {  
gotoAndPlay(“01”);  
}  
}

I want the images loading in my swf and controller by the xml to do action no a link is this possible?
