主题:  谁会从flash里改变director的一个变量

guy

职务:普通成员
等级:1
金币:0.0
发贴:17
#12001/8/9 15:39:18
在director 中
global abc

on exitframe

if abc<> 0 then
go xxxx
else
go the frame
end if

end

Flash里
on (reslse)
geturl (lingo:abc=xxxx)

end

已经试过不管用。
这里只表达了个意思。
我其实只是需要在flash里改变director中全局变量的方法。



Call Me Simon

职务:普通成员
等级:2
金币:2.0
发贴:646
#22001/8/10 6:41:59
我有个建议, 我没有试过(手头没有Director)

Flash 里用getURL传递一个带参数的句柄。

在Director 里写这个句柄在movie script里, 所传递的参数就可以是全局变量。