Results 1 to 4 of 4

Thread: Displaying Flash Menu with Session Control

  1. #1
    Join Date
    Aug 2007
    Location
    Malaysia
    Posts
    117
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default Displaying Flash Menu with Session Control

    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....

  2. #2
    Join Date
    May 2006
    Location
    Sydney, Australia - Near the coast.
    Posts
    1,995
    Thanks
    0
    Thanked 8 Times in 7 Posts

    Default

    You could use PHP to change the menus.

    Here's a good PHP/MySQL tutorial.
    Peter - alotofstuffhere[dot]com - Email Me - Donate via PayPal - Got spare hardware? Donate 'em to me :) Just send me a PM.
    Currently: enjoying the early holidays :)
    Read before posting: FAQ | What you CAN'T do with JavaScript | Form Rules | Thread Title Naming Guide

  3. #3
    Join Date
    Mar 2007
    Location
    Currently: New York/Philadelphia
    Posts
    2,735
    Thanks
    3
    Thanked 519 Times in 507 Posts

    Default

    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/coldfusi.../xml_menu.html
    http://www.kirupa.com/developer/acti...pdown_menu.htm

  4. #4
    Join Date
    Aug 2007
    Location
    Malaysia
    Posts
    117
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    Quote Originally Posted by Medyman View Post
    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/coldfusi.../xml_menu.html
    http://www.kirupa.com/developer/acti...pdown_menu.htm
    Thanks for your suggesstion,it is quite new for me.I will try to adopt it..

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •