# Xml-createClassObject-frame- delete?

**URL:** https://forum.kirupa.com/t/xml-createclassobject-frame-delete/278835
**Category:** Uncategorized
**Created:** [January 6, 2009, 2:32pm UTC](https://forum.kirupa.com/t/xml-createclassobject-frame-delete/278835 "2009-01-06T14:32:36Z")
**Posts on this page:** 1
**Page:** 1

<div class="post-metadata">

### Author: ![hsimsir](https://avatars.discourse-cdn.com/v4/letter/h/839c29/32.png) [@hsimsir](https://forum.kirupa.com/u/hsimsir)
#### Post date: [January 6, 2009, 2:32pm UTC](https://forum.kirupa.com/t/xml-createclassobject-frame-delete/278835/1 "2009-01-06T14:32:36Z")

</div>

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.
