lead flash学习 (图文)

[入库:2005年11月10日] [更新:2007年10月25日]

本文简介:lead flash学习

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//在这里插下页生成的代码

本方案相关附件

本文关键:,lead ,flash学习, (图文),
 

本站最佳浏览方式为 分辨率 1024x768 IE 6.0(或更高版本的 IE浏览器)

go top