经典论坛's Archiver

myidear 发表于 2008-7-4 08:35

flash lite 1.1导出问题

我有一个时钟flash文件,是手机上的,手机是日本的.
我的手机支持flash lite 1.1,修改后一保存为flash lite1.1的swf发布文件就出错,时间总是不出来。
跪求高手帮我试试看能不能保存为lite1.1不出错!告诉我方法。谢谢!代码如下:today = fscommand2("GetDateDay");
weekday = fscommand2("GetDateWeekday");
thisMonth = fscommand2("GetDateMonth");
thisYear = fscommand2("GetDateYear");
hour = fscommand2("GetTimeHours");
minutes = fscommand2("GetTimeMinutes");
seconds = fscommand2("GetTimeSeconds");
if (length(minutes)<2) {
        minutes = 0 add fscommand2("GetTimeMinutes");
}
if (seconds<10) {
        seconds = 0 add fscommand2("GetTimeSeconds");
}
// end if         
when = thisMonth add "/" add today add "/" add thisYear;
time = hour add ":" add minutes;

myidear 发表于 2008-7-4 08:56

自己顶一下

myidear 发表于 2008-7-4 09:03

为什么在手机模型里都好用,一导出flash lite1.1的swf倒是不出错,可是就是时间显示不出来!这到底是为什么啊?

amwdgv 发表于 2008-7-4 09:47

我试了,也显示不了

myidear 发表于 2008-7-4 11:08

所以想请问老高手,如何解决这种问题!谢谢!

myidear 发表于 2008-7-7 10:11

为什么没人帮我解决呢?这个问题很难吗?

页: [1]



Powered by Discuz! Archiver 6.1.0  © 2001-2007 Comsenz Inc.