作者maran (god)
看板Flash
标题[问题] 载入外部html文字.help me~~
时间Thu Oct 20 00:09:50 2011
请问各位乡亲们
如果要在影片片段载入外部文字
as该怎麽写呢!?
用了很久都找不到问题(恼)
在第一层场景都没问题
var myCSS:TextFild.StyleSheet=new TextFile.StyleShee
myCss.Load("myCSS.css")
_root.onData=tounction(){
showTXT.styleSheet=myCss
showTxT.htmlText=mytext
}
---------------------------------------------------------------
而我的文字是要载入到场景上的影片片段里
var myCSS:TextField.StyleSheet=new TextField.StyleSheet()
myCSS.load("myCSS.css")
loadVariablesNum("soure.htm","0")
this.home_mc.onData=function(){
showTXT.styleSheet=myCSS
showTXT.htmlText=mytext
改了半天仍无法载入文字
不知道是哪里出问题了...
--
※ 发信站: 批踢踢实业坊(ptt.cc)
◆ From: 59.116.7.112