# Loading xml + duplicating movie clip problem

**URL:** https://forum.kirupa.com/t/loading-xml-duplicating-movie-clip-problem/300040
**Category:** Uncategorized
**Created:** [November 15, 2009, 4:43am UTC](https://forum.kirupa.com/t/loading-xml-duplicating-movie-clip-problem/300040 "2009-11-15T04:43:36Z")
**Posts on this page:** 1
**Page:** 1

<div class="post-metadata">

### Author: ![n000bie](https://avatars.discourse-cdn.com/v4/letter/n/7993a0/32.png) [@n000bie](https://forum.kirupa.com/u/n000bie)
#### Post date: [November 15, 2009, 4:43am UTC](https://forum.kirupa.com/t/loading-xml-duplicating-movie-clip-problem/300040/1 "2009-11-15T04:43:36Z")

</div>

Hi all,

I recently moved to AS3 from AS2. I am stuck in something like this

1. Load XML data in flash (title, link, logo and description)

2. Duplicate the movie clip which holds the data (i.e. dynamic text fields)

3. Show them horizontally (3 at first)

4. and start scrolling if there are more than 3 (since xml data is generated through php there may be any numbers)

Well, I had completed it in AS2 and now i need to do that in AS3. I just found there is no duplicateMovieClip function in AS3. I am totally stuck.

Please help me…someone

P.S. : Is there something like MC Tween library for AS3 ?
