flash as常用代码集锦
作者:青豆 日期:2009-08-20
1、用flash 做那种弹出的小窗口
分两步:
给flash中的按钮加入如下action:
on (release) {
geturl ("javascript:mm_openbrwindow('newweb.htm','','width=600,height=100')");
分两步:
给flash中的按钮加入如下action:
on (release) {
geturl ("javascript:mm_openbrwindow('newweb.htm','','width=600,height=100')");
Tags: Flash
Flash动画
,按回车键是确定键

