FORUM

Classic Menu XML

Home / Forum / Components Discussions / Classic Menu XML

  • A really good and nice moving component -- I purchased this some time back. But how do I get the descriptions for each item (the text) to show?
    #  /  posted on Jul 18, 2008
  • Hi:


    I bought this component and need to show description for each thumbnail, as chrisgriffith. Could you please answer. I bought the item so as to have this capability. Your quick answer is appreciated.


    #  /  posted on Jan 05, 2009
  • Anonymous

    Hello,


    For the description to appear you must insert a text on the Stage, and give it a name. Than in the init_thb function, in


    parentThumb.onRollOver = function() {


    the text field (let’s name it txt_desc) txt_desc.text = description[i];

    }


    The vector decription is initialized in the xml.onLoad function.


    All the best,
    Alan



    #  /  posted on Jan 06, 2009

  • #  /  posted on Jan 07, 2009
  • Hi redkip:


    I thought my other message came through. Thanks for the quick reply. That shows the description on the the stage, but I want it on each individual thumb.


    Secondly, is there a way to resize the thumbs? There is too much empty white space below them for my need. Thanks again.


    Shad


    #  /  posted on Jan 16, 2009
  • Anonymous

    Hello,


    Insert a text field in the* imgMc* movieclip, and give an instance name, let’s say description_text . Than in the* init_thb* function:


    parentThumb.description_txt.text = description[i];


    You can give any size for you thumbs. Enter the same size(width and height) for the border rectangle inside the imgMc movieclip.


    All the best,
    Alan


    #  /  posted on Jan 18, 2009
  • Thanks. Will try that.


    #  /  posted on Jan 19, 2009
  • Hi- I bought the component and can’t seem to figure out what to do if I want to have a second xml with different images and a different name (because i’m using the scroller twice). How do I change the xml source so that instead of “images.xml” its source is images2.xml”???


    #  /  posted on Aug 14, 2009

Please login to post replies.