Include a xml file AS3

Hello!
I would like to include an xml file directly into a class but I only get weird errors.
Someone who knows what to do?

// constructor
public function Main() {

		include "main_se.xml"
		
	}