I’m working with a very old version on Flash (Flash 8 Professional) and need to show popup windows similar to JQueryUI Dialog Boxes http://jqueryui.com/demos/dialog/ . How can i get similar objects using this version of Flash?
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
As far as I remember, you should create a MovieClip, then use
attachMovie. Alternatively, maybe you could use that same boxes by calling a JavaScript function from the swf usingExternalInterfaceAPI. Furthermore, slightly different from your dialog, there was the built in Alert component (and personal solutions like this one: http://www.actionscript.org/forums/showthread.php3?t=112190).