当前位置:首页>>平面设计教程>>Flash教程>>正文

在Flash里调用HTML网页页面

文章出处: 作者: 发布时间:2007-05-09 收藏到QQ书签

story = new XML();
story.ignoreWhite = true;
story.load("webjx.htm");//载入htm
story.onLoad = function () {
alink.htmlText = story;//alink为动态文本框
}


Google