网页中的flash按钮问题

来源:百度知道 编辑:UC知道 时间:2024/06/10 07:45:34
原先做项目的时候都是用的原始的标签,现在想用flash做的按钮实现相同的效果
比如原先可以写onclick="window.parent.rightFrame.location.href='http://localhost:9001/StudentSystem/MyJsp.jsp'"事件到按钮上,现在想用flash怎么实现

如果用ssh框架的时候,想用flash按钮传递参数的时候怎么实现啊

on (release) {
getURL("'http://localhost:9001/StudentSystem/MyJsp.jsp", "_self");
getURL("'http://localhost:9001/StudentSystem/MyJsp.jsp", "_blank");
getURL("'http://localhost:9001/StudentSystem/MyJsp.jsp", "_parent");
getURL("'http://localhost:9001/StudentSystem/MyJsp.jsp", "_top");
}

四种不同窗口模式,自己选吧