Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Help with duplicate.

Status
Not open for further replies.

C0FFEE123

Programmer
Sep 1, 2008
44
NL
Hello i need some help.
When i click on the button above the text field it dupclicates the pictures, and i don't want that!
I putted the .fla file in the attachment.

And here is the xml code.
Code:
<?xml version="1.0"?>
<!--<root-node>
	<Auto merk="Berlingo" sdescription="Dit is geen, nee echt geen test" ldescription="Dit is een langere test" prijs="123"> </Auto>
	<Auto merk="Toyota" sdescription="Dit is een test2" ldescription="Dit is een langere test2" prijs="1232"> </Auto>
	<Auto merk="Vrachtwagen" sdescription="krte tst" ldescription="Laaaaaaaaaaaaaangge test" prijs="9999"> </Auto>
</root-node>-->
<autos>
	<auto>
		<merk>Berlingo</merk>
		<sdescription>Korte omschrijving </sdescription>
		<ldescription>Lange lange lange lange lange lange lange lange omschrijving </ldescription>
		<prijs>300</prijs>
	</auto>
	<auto>
		<merk>Toyota</merk>
		<sdescription>Korte omschrijving2 </sdescription>
		<ldescription>Lange lange lange lange lange lange lange lange omschrijving2 </ldescription>
		<prijs>3002</prijs>
	</auto>
</autos>

And here is the xml code for the pictures:
Code:
<?xml version="1.0" encoding="utf-8"?>
<icons>
<icon image="test.png" tooltip="a" link="[URL unfurl="true"]http://tvents.nl/events/event-netwerk023-borrel-25-maart-2008/"[/URL] target="_self"/>
<icon image="test.png" tooltip="b" link="[URL unfurl="true"]http://tvents.nl/events/event-netwerk023-borrel-15-april-2008/"[/URL] target="_parent"/>
<icon image="test.png" tooltip="c" link="[URL unfurl="true"]http://tvents.nl/events/serious-gaming"[/URL] target="_parent"/>
<icon image="test.png" tooltip="d" link="[URL unfurl="true"]http://tvents.nl/events/ccc/"[/URL] target="_parent"/>
<icon image="test.png" tooltip="e" link="[URL unfurl="true"]http://tvents.nl/events/event-cross-media-cafe/"[/URL] target="_parent"/>
<icon image="test.png" tooltip="f" link="[URL unfurl="true"]http://tvents.nl/events/event-immovator-crossmedia-cafe-13-mei-2008/"[/URL] target="_parent"/>
<icon image="test.png" tooltip="g" link="[URL unfurl="true"]http://tvents.nl/events/picnic-2007/"[/URL] target="_parent"/>
<icon image="test.png" tooltip="g" link="[URL unfurl="true"]http://tvents.nl/events/event-nederlandse-game-dagen/"[/URL] target="_parent"/>
</icons>

Here is the link to the picture:
test.png
= Picture


Thanks!

-------------------------------------
I am a progammer.... no realy.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top