Groups | Blog | Home
all groups > flash actionscript > march 2004 >

flash actionscript : .onXML



powerofq
3/10/2004 10:03:29 PM
Hi,

Quick question..

If i have the following...

myXML.onXML = handleXML;

function handleXML(xmlObject){
//doing stuff here
}

.. is it necessary to put ALL of my code that handles the xml input into this
one function, which would become very large, or can I break it up somehow?
CesareRocchi
3/11/2004 2:26:07 PM
No, within this handler you can call other functions, as you prefer.

HTH,

AddThis Social Bookmark Button