主题:  这几日一直在为关闭...

d5j_5d

职务:普通成员
等级:2
金币:1.0
发贴:175
#12003/9/22 19:08:24


就是关闭窗口(flash)

的事头痛.
类似于,sohu.com

上面的两边

你看怎么做.

我用了

on (release)
{
getURL(clickthru, "_blank");
}

on (press) {
    getURL("FSCommand:SohuCLFS", "hidecouplet");
}


怎么办..

用JAVA
关闭也不行.


第 五 ,精 彩 有 你...[img]http://www.mtv-1.com/images/d5j.gif[/img]

真悠悠

职务:普通成员
等级:1
金币:0.0
发贴:14
#22003/9/25 12:41:43

on (release){
fscommand("quit")
}

就可以关闭了 ;)