Log in

View Full Version : Displaying Flash Menu with Session Control



devil_vin
09-11-2007, 05:00 AM
Hi..guys..I am new here.I have a flash menu which would like to dynamically change with seession of login (before & after login).

If I render a whole menu (one banner menu with several button, no submenu)in one swf,can I possible to do this kind of changes later?
Or is it better to break down the menu to several button-based swf files?So that can display them according needs.Thanks....

tech_support
09-11-2007, 09:34 AM
You could use PHP to change the menus.

Here's a good PHP/MySQL tutorial. (http://www.php-mysql-tutorial.com/)

Medyman
09-11-2007, 11:07 PM
If it's the same design just with different text on the buttons (and maybe different links),

then just use XML.
One xml file before
One after...

you can define which XML file to use via PHP and work that into your login script.

http://www.adobe.com/devnet/coldfusion/extreme/xml_menu.html
http://www.kirupa.com/developer/actionscript/xml_dropdown_menu.htm

devil_vin
09-12-2007, 06:06 AM
If it's the same design just with different text on the buttons (and maybe different links),

then just use XML.
One xml file before
One after...

you can define which XML file to use via PHP and work that into your login script.

http://www.adobe.com/devnet/coldfusion/extreme/xml_menu.html
http://www.kirupa.com/developer/actionscript/xml_dropdown_menu.htm

Thanks for your suggesstion,it is quite new for me.I will try to adopt it..:)