HTML-document in Flash?

[AS]
ask = question();

question = function () {
if (possibleToDisplay.HTMLDocument.inFlash == true) {
if (method != textBox.htmlText) {
trace(“Yipeee! How, then?”);
mood = “Happy!”;
} else if (method == textBox.htmlText) {
trace(“Why is it not possible? That sucks! Shame on you, Macromedia!”);
mood = “Angry!”;
}
}
return mood;
};
[/AS]

(sorry for the formulation ;))

Edit: Yes, I was quite bored when I wrote this…