dshallenberger
June 26th, 2003, 10:59 AM
I need something similar to the flyout hierarchal menus you've seen with javascript, only in flash 5. Plus, they have to be dynamic.
I have several main navigation buttons, and when you roll over them, a rectangular shaped submenu will fly out. I need that submenu to be populated from a text file. So, not only will the contents of the submenu change based on the text file contents, but the size of the submenu box will change based on how many submenu items there are. I hope I am explaining this clearly. If not, let me know.
I know how to load data from a text file and drop it into a button, but I can't figure out how to generate the number of buttons I need, and place them in an ordered way, based on the total number of submenus, which will change.
This might be better off being a javascript/PHP thing, but the client really wants me to try flash.
Any ideas?
Thanks, Dan
I have several main navigation buttons, and when you roll over them, a rectangular shaped submenu will fly out. I need that submenu to be populated from a text file. So, not only will the contents of the submenu change based on the text file contents, but the size of the submenu box will change based on how many submenu items there are. I hope I am explaining this clearly. If not, let me know.
I know how to load data from a text file and drop it into a button, but I can't figure out how to generate the number of buttons I need, and place them in an ordered way, based on the total number of submenus, which will change.
This might be better off being a javascript/PHP thing, but the client really wants me to try flash.
Any ideas?
Thanks, Dan