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?
Thank开发者_如何学编程s
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
Depends how it's built, but it should be relatively easy to create a Flex version from scratch.
精彩评论