Xml-createClassObject-frame- delete?

Hi All,

I am working on xml-flash entegration. I have a one problem

I connect to xml file and load all data into the xmlLoader variable. xml file contain below codes.
<page1>
<textArea x=“150” y=“10” weight=“200” height=“100” bold=“true” font=“arial” size=“10” color=“0x00ff00” content=“page 2__sira0_textArea”></textArea>
</page1>
<page2>
<label x=“150” y=“100” fontWeight =“bold” font=“Arial” size=“9” color=“0x00FF00” content=“label deneme page 2”></label>
</page2>

if xml tag is “page1”, i created necessary object using “createClassObject(mx.controls.TextArea,textArea1,tarea1)” to frame 1 in flash.

When i jump to frame 2, like as frame 1 , i created all object. But i don’t want to see object which created frame 1 in the frame 2. I try to delete “frame 1 object” but i didn’t do it.

Sorry for my english and thank you for your support.