lead flash学习
在HTML文件〈HEAD〉和〈/HEAD〉之间加入代码:
<script language="JavaScript">
<!--
function open_window(url,name,para) {
window.open(url,name,para);
}
//-->
</script>
将生成的代码加到FLASH按钮上
on (release) {
code here//在这里插入下页生成代码
}
或将生成的代码加到FLASH的frame 上
my_btn.onRelease=function(){
code here//在这里插下页生成的代码
