не грузится помогите товарищи если не сложно.

Код:
Symbol4.name4.spis4.cronsht.onPress = function(){
var myStyle:TextField.StyleSheet = new TextField.StyleSheet();
myStyle.load("sample.css");
content_txt.styleSheet = myStyle;
content_txt.multiline= true;
content_txt.wordWrap = true;
content_txt.html = true;
var story:XML = new XML();
story.ignoreWhite = true;
story.load("sample.html");
story.onLoad = function () {
content_txt.htmlText = story;
};
cronshteininfo.gotoAndPlay(2);
};
в чем ошибка?