
February 24th, 2004, 11:14 PM
|
|
Contributing User
|
|
Join Date: Feb 2004
Posts: 114
Time spent in forums: 6 h 30 m 17 sec
Reputation Power: 5
|
|
|
how 2 pop up a alert window in flash button
Hi.. I used to be able to create a alert window when click a button on my HTML page. May I know how to do it in Flash action script. What action script I need to write for button?
in HTML as below
<form>
<p><input type="button" name="sillyprompt" value="Click to Enter" onClick="alert('You have been cheated')" >
</form>
|