[Flashcoders] Returning an XML Object

2006-03-01 Thread Peter Burke
Howdy folks, Just trying to get my head wrapped around this issue. In photo_navigation.as, I'm trying to get back a return type of XML from xml_loader. But when I attempt this: trace(my_xml = + my_xml);, I end up getting: my_xml = undefined. Somewhere along the line I'm losing the my_xml

[Flashcoders] no method with name 'createClassObject'.

2006-02-13 Thread Peter Burke
Hello, I'm trying to create a button on-the-fly within a class declaration, but am running into this error: There is no method with the name 'createClassObject'. -- Contents of Hint.as: import mx.controls.Button; class Hint extends MovieClip { var