FORUM

XML Driven Gallery - Set Menu

Home / Forum / Components Discussions / XML Driven Gallery - Set Menu

  • good idea


    #  /  posted on Feb 07, 2009
  • does it support swf files ?


    I need to put a player and video in the xml


    if it can do that I will buy it


    thanks


    T.


    #  /  posted on Feb 26, 2009
  • Yes , gallery upload external swf file. (swf, jpg, etc.) . Gallery suport any swf file: player, video, any code.


    #  /  posted on Feb 26, 2009
  • hi, just downloaded this menu, where can i find the customization instructions?


    really I just want to set the interface to cirlce permanently and remove the background image?


    thanks,


    #  /  posted on Apr 07, 2009
  • For remove backround set XML file:


    -backrounds.xml:

    <?xml version=“1.0” encoding=“UTF-8”?>
    <data>


    <interface title=“None”/>
    </data>


    For set permanent circle:


    -interfaces.xml:

    <?xml version=“1.0” encoding=“UTF-8”?>
    <data>


    <interface id=“circle” title=“Circle”/>
    </data>


    #  /  posted on Apr 08, 2009
  • hi,


    I purchased this template : http://www.flashden.net/item/advanced-xml-website/20118


    i want to know if it’s possible to integrate your gallery to my template and how to do to display it centred ?


    thank you


    FA


    #  /  posted on Apr 13, 2009
  • Hi,
    If templateul accept swf files, the gallery will go.


    Thanks
    #  /  posted on Apr 13, 2009
  • hi,


    the template accepts swf files, it’s an xml driven template.


    I tried to integrate your file but it was displayed at the right side ( not centred) . may be your file uses TL stage ? the template doesn’t use TL stage


    how to make it display centered ? or how can I remove TL stage ?
    Thanks


    FA


    #  /  posted on Apr 13, 2009
  • Hi,


    the project thumnails are set to 130×90 ,


    how do i change this – i have square images so need to set the project thumbnails to 130×130 for example?


    thanks



    #  /  posted on Apr 15, 2009
  • Hi,


    Regardless of size gallery thumbails a smaller proportion. It,s enough to use the thumbs 130×130 (square), and if you look higher sliding:

    a change in the Frame one:
    AS 2


    var _loc2 = “Size”; var _loc4 = [”_width”, “_height”]; var _loc3 = [width – this._width 10, height – this._height 10];


    (instead of 10 that make you comfortable valare)


    Thanks


    #  /  posted on Apr 15, 2009

  • #  /  posted on Apr 16, 2009
  • How does one edit settings and photos in the component inspector? I’ve reviewed the test.fla, selected every stage element possible, and still get blank Parameter tabs when launching the Component Inspector. Any instructions on how to load this as a single component into a Flash project would certianly be helpful.


    #  /  posted on Apr 18, 2009
  • hi,


    when i set my project images height and width in the projects.xml file – the images dont display at this exact size and images appear slightly “squashed”. Can you tell me a way around this ? – im usung images 600px wide by 400 hieght


    thanks,
    Paul
    ?


    #  /  posted on Apr 27, 2009
  • Love the component.


    I am trying to add this to an existing template. Is it possible to adjust the diameter of the circle? or set a max a min diameter?


    #  /  posted on May 02, 2009
  • Yes is possible


    #  /  posted on May 04, 2009
  • Would you be able to give an example or explain how to adjust the diameter of the circle? or set a max a min diameter?


    #  /  posted on May 04, 2009
  • I have noticed a major problem with this gallery, the images displayed in it are not correctly scaled. They appear slightly squashed compared to the original. I have tried altering all settings within the xml and it appears to be a AS coded problem in the gallery itself. Could you provide a solution asap for me or I am going to need a refund ,


    thanks in advance,
    Paul


    #  /  posted on May 21, 2009
  • The problem may appear when the gallery that is incorrect scale in your movie. Can solve the problem, and not a fault of As. Because the original gallery has no distortion will try to see your file.


    #  /  posted on May 21, 2009
  • OK, I saw that was fault. In layer 1 frame display – displayPlane is terminated. You put Alpha = 0 to “displayPlane”.


    #  /  posted on May 21, 2009
  • I need some help. I just purchased the component. It says above All settings and photos can be changed through the component inspector…How can I do that? Can someone please help? Thanks


    #  /  posted on May 29, 2009
  • i need to enlarge the gallery thunbnails – how do i do this please?


    thanks


    #  /  posted on Jun 02, 2009

  • To change the size of the thumbnails do the following changes:


    For change thumbs dimension – change parameter


    • FOR sliders thumbs:*

    In scene1 Frame1 :
    for circle: line 666 “ _loc1._xscale = _loc1._yscale = _loc6” ad “+” number(1-20) // big size and for circle *diameter: * line 649 “var _loc9 = 250;” change number 250;
    • For Display thumbs*

    In MovieClip “DisplayNode” (change first dimension for thumbs t.jpg) change parameters:


    addThumbs = function ()
    { var _loc7 = dataObject.asset.imageCount; var _loc6 = this.createEmptyMovieClip(“thumbGroup”, 6); _loc6._x = -(Math.round(dataObject.asset.width * 1 / 2) + 100); // change x position _loc6._y = -Math.round(dataObject.asset.height * 1 / 2) – 4; // change y position var arrowClip = _loc6.attachMovie(“arrowClip”, “arrowClip”, 0); arrowClip._x = -4; arrowClip._y = -4; for (var _loc3 = 1; _loc3 <= _loc7; ++_loc3) { var _loc2 = _loc6.attachMovie(“galleryThumb”, “thumb” + _loc3, _loc3); var loc5 = swfRoot + dataObject.path + dataObject.id + ““ + _loc3 + “t.jpg”; var _loc4 = _loc2.createEmptyMovieClip(“imageHolder”, 1); _loc2.id = _loc3; _loc4.loadMovie(_loc5); _loc4._x = 8; _loc4._y = 8; _loc2.BG._width = 146; // change background size _loc2.BG._height = 96; * // change background size* _loc2._xscale = _loc2._yscale = 0; _loc2._y = (_loc3 – 1) * 68; _loc2.tweenScale(50, 50, 10 + _loc3 * 2, “easeInOutExpo”); _loc2.onPress = function () { arrowClip.tweenPosition(”“, this._y – 4, 20, “easeInOutElastic”); switchImage(this.id); }; } // end of for
    };


    #  /  posted on Jun 04, 2009
  • i just bought this and my question is can i use this as a picture gallery?


    #  /  posted on Jun 09, 2009
  • It can be used. It’s designed for a gallery. Can be an unlimited number of pictures, each with description, and can be arranged by categories. You can put thousands of photos, writing code in XML Notepad. (anyone can do it) You will not regret your choice if you have any questions contactatima and will gladly help.


    #  /  posted on Jun 09, 2009
  • I have enlarge the circle sliders thumbnails,
    but i don’t understand how to enlarge the other sliders thunbnails (grid & horizontal)
    how do i do this please?
    Tanks


    #  /  posted on Jun 23, 2009
  • For thumbs change: in BODY_CLIP – MovieClip “DisplayNode” modify the parameters as you wish:


    thumbClip.imageHolder._width = 100; thumbClip.imageHolder._yscale = thumbClip.imageHolder._xscale; thumbClip.imageHolder._x = -Math.round(thumbClip.imageHolder._width / 2); thumbClip.imageHolder._y = -Math.round(thumbClip.imageHolder._height / 2); W = thumbClip.imageHolder._width + 10; H = thumbClip.imageHolder._height + 10; BG.tweenSize(W, H, 20, “easeInOutExpo”); delete thumbClip.onEnterFrame; thumbClip._visible = true;
    #  /  posted on Jun 24, 2009
  • i need set this gallery in menu horizontal, but with 3 rows, is posible ?? how ??


    #  /  posted on Jul 08, 2009
  • It’s easy to set up a horizontal menu xml file, but the gallery is not designed for multiple lines


    #  /  posted on Jul 08, 2009
  • one question


    is posible load this component into other flash movie using loadmovie with out lost functionability???


    best regards



    #  /  posted on Jul 22, 2009
  • Yes.


    #  /  posted on Jul 26, 2009