# How to creating simple text info before XML parsed

**URL:** https://forum.kirupa.com/t/how-to-creating-simple-text-info-before-xml-parsed/156264
**Category:** Uncategorized
**Created:** [July 24, 2005, 12:45pm UTC](https://forum.kirupa.com/t/how-to-creating-simple-text-info-before-xml-parsed/156264 "2005-07-24T12:45:23Z")
**Posts on this page:** 1
**Page:** 1

<div class="post-metadata">

### Author: ![jankratochvil](https://yyz1.discourse-cdn.com/flex011/user_avatar/forum.kirupa.com/jankratochvil/32/566_2.png) [@jankratochvil](https://forum.kirupa.com/u/jankratochvil)
#### Post date: [July 24, 2005, 12:45pm UTC](https://forum.kirupa.com/t/how-to-creating-simple-text-info-before-xml-parsed/156264/1 "2005-07-24T12:45:23Z")

</div>

I load XML file, I plan display simply text “Load xml” before the Flash P. parse the XML file.  
I can´t create conditon statement for it can u help me?  
Maybe can we use this function:

```auto
function loadXML (loaded)
{
	if (loaded)
	{
		
		// hide text
		
	}
	else
	{
		// display text
}

```
