<%
if request("infoid")<>"" then
set rs=conn.execute("select * from nproduct where id="&request("infoid"))
if not (rs.eof and rs.bof) then
proname=rs("proname")
content=rs("proinfo")
end if
rs.close
set rs=nothing
end if
%>
4. 编写ActionScript脚本
(1)选定按钮1,输入如下AS脚本:
on (press) { tuodong = 1; } on (release) { tuodong = 0; }