I wish to use a flash menu coded in AS3 in a flex project. The menu in question is at:
http://www.oxylusflash.com/flashfiles/horizontal-resizable-ultra-menu-as3
Can this be done?
Thanks
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.
Yes you can. But I don’t think you should (for a number of reasons that are probably a little out of the scope of this question).
You’d subclass UIComponent, add just the menu and override accessors for width and height and make sure, the flex app can interface with the menu and vice versa. I have no access to the code, but this should also be quite trivial.
greetz
back2dos