[COLOR=red]I need help please![/COLOR] I am working on http://controlkey.pivotalsolution.com/index.html project which uses a main3.swf file as the root to load child objects. These child .swf files are loaded with loadMovie() ontop of the parent file. The menu named menu.swf is a dynamically created menu filled with XML text. This text can be controlled by url="" target="" and action="". I need to load external .txt files into a child .swf called textScroller.swf when each button is pressed.
parent = main3.swf
child = menu.swf
XML = menu_default.xml
child = textScroller.swf
text = text1.txt
text = text2.txt