You can create menu in your flash application using the following code, however, you need to note one thing that you need to import mx.controls.*; mx.data.binding.*; (if you need to…
Day: September 18, 2007
Creating popup Window using Flash
Recently making a Flash in which I need a user input in a popup window to complete user action. For this I need to ask user some more value. Hence…