不好意思~我想请教一下flashlite1.1在S60V1上~
为什么获取不了网络数据?
我试了三种~asp,ini和txt
都获取不了~~
为什么?
as如下
switch (fangshi) {
case 1 :
urlPath = "http://wings-online.oicp.net/update/versioncode.asp";
break;
case 2 :
urlPath = "http://wings-online.oicp.net/update/versioncode.ini";
break;
case 3 :
urlPath = "http://wings-online.oicp.net/update/versioncode.txt";
break;
}
loadVariables(urlPath, "/update_mc");
这段码实现的是获取网络数据~~分三个形式
着段码是在主时间轴的update_mc下的时间轴上的as
也就是说~把数据从网上下载到本地当前的MC里~
不知道这样写对没对?