FORUM

Sliding Image Banner XML v2

Home / Forum / Components Discussions / Sliding Image Banner XML v2

  • I wish you can advise me how to fix the constant error message that I am getting when I incorporated the above file into my project.
    It is more than a week now that I have been waiting for a response from you.

    Thanks


    #  /  posted on Jul 31, 2008
  • I took a look your project. But, it‘s too complex coded. You can delete with(object) {item} tags and change as object.item.


    #  /  posted on Jul 31, 2008
  • Hi,
    Can you please give me an example from the flash file I sent you.
    Which code should I replace basically to make it work? Which code should I delete? Please be precise.

    Thank you


    #  /  posted on Aug 01, 2008
  • Sami,
    I managed to solve the error message finally. Dont you worry about that.
    Now you have to tell me exactly how can I customize the “slider banner rotator xml” so that I can load different image folders. Currently it is loading images1. I want it to load images 2, images 3 etc when I click on a different button. I hope to hear from you soon this time as I have been asking you this question since 21 July 2008.

    Thank you


    #  /  posted on Aug 01, 2008
  • I gave you my msn messenger address. Please, contact me on MSN Messenger.


    #  /  posted on Aug 04, 2008
  • I have already precised that I cannot run MSN messenger from my Macintosh. I have sent you numerous emails on your gmail address(chat and email) that you never responded. If the time difference between the US and your country poses a problem, next time I will purchase my next component from a resident of the US/Canada.

    I would appreciate if you could respond to my question of how do you modify the scripts to load multiple folders of pictures. Right now it is devised to load from only one folder.

    Please advise as soon as possible.


    #  /  posted on Aug 05, 2008
  • I purchased this and I wanted to know if there was a way to get it to stop looping/repeating after it runs through all of the images?

    Any help would be appreciated.

    Thanks.


    #  /  posted on Aug 28, 2008
  • Change code on Actions->Frame 10 like that:

    function SlideImage(item) { if (_root.currentitem<(_root.banner.length-1)) { _root.olditem = _root.currentitem; if (item != null) { if (item != -1) { _root.currentitem = item; } } else { _root.currentitem = _root.item; } _root.newY = -1*_root.currentitem*_root.imageheight; with (slide_mc.images_mc) { loop = true; y = _root.newY; } if (item != -1) { slide_mc.content_mc.gotoAndPlay(20); if (item != null) { if (_root.playpause) { if (_root.plays) { _root.plays = false; slide_mc.playpause_mc.gotoAndStop(“play”); } else { _root.plays = true; slide_mc.playpause_mc.gotoAndStop(“pause”); } } } } var button_mcx = eval(“slide_mc.button_mc” _root.olditem); button_mcx.gotoAndPlay(“out”); button_mcx = eval(“slide_mc.button_mc” _root.currentitem); button_mcx.gotoAndStop(“current”); SetInterval(); }
    }
    function WriteContent() { //Name var names = _root.banner[_root.currentitem].name; names = ”<font color="” _root.namecolor ”">” names ”</font>”; //Description var description = _root.banner[_root.currentitem].description; description = ”<font color="” _root.descriptioncolor ”">” description ”</font>”; //Url var url = _root.banner[_root.currentitem].url; //Target var target = _root.banner[_root.currentitem].target; if (!_root.ImageLink && url.length != 0) { if (!url.indexOf(“asfunction:”)) { url = url.htmldecode(); } url = ”<a href="” url ”"”; if (target.length != 0) { url = ” target="” target ”"”; } url = ”>”; names = url names ”</a>”; } with (slide_mc.content_mc) { //Name with (name_mc.name_txt) { autoSize = true; _width = _root.imagewidth-40; html = true; htmlText = names; } //Description with (description_mc.description_txt) { autoSize = true; _width = _root.imagewidth-40; html = true; htmlText = description; } }
    }
    function SetInterval() { if (_root.plays) { clearInterval(interval); var item = parseInt(_root.currentitem) 1; if (item>(_root.banner.length-1)) { item = 0; } _root.item = item; interval = setInterval(SlideImage, 1000*_root.timer); } else { clearInterval(interval); }
    }
    SlideImage(-1);
    stop();


    #  /  posted on Aug 28, 2008
  • Thanks, but I‘m a bit confused on what I‘m supposed to be changing in Actions->Frame 10 – sorry.
    I‘m not using the “play/pause” button, and I want the images to each show once and then have it stop on the last image and stay there (not going back to the first image and playing all over again. I tried using the parameter “loop=false” and that didn‘t work.
    So if there‘s a way to add something in the code without having to use the play/pause button I would like to do that.
    Thanks.


    #  /  posted on Aug 28, 2008
  • Please, send me a message about your request.

    samiylmaz@hotmail.com

    Sami YILMAZ


    #  /  posted on Aug 31, 2008
  • I changed the height and width in the XML file, but it doesn‘t make any difference when I view the flash movie. How can I fix this?


    #  /  posted on Sep 20, 2008
  • Hi I purchased this because i love the effect, but i need it to slide left and right. Also I would really like to have the circles in blue to be numbers instead. Could you tell me where I should start looking? Thanks!!!


    #  /  posted on Oct 02, 2008
  • You just need to a few line of codes. But, I can do it easily.

    Please mail me about it.

    samiylmaz@hotmail.com


    #  /  posted on Oct 09, 2008
  • The timer not works with me… If i change to timer="30", or timer="3", or timer="7", or timer="15" nothing is changed, nothing changes… the duration time of each slide in seconds, is the same time. The Speed is 100%, is ok! When i change, change the duration of animation…
    Congratulations for your job! I buyed some scripts…
    Thanks,
    Jo?o Batista.


    #  /  posted on Nov 06, 2008
  • Thanks for telling me the bug. I fixed it. You can download new version of file.


    #  /  posted on Nov 06, 2008
  • Can you change the slide direction?


    #  /  posted on Dec 18, 2008
  • Yes. Please, mail me about it after you buy.


    samiylmaz@hotmail.com


    #  /  posted on Dec 18, 2008
  • I love this component and can’t wait to purchase it! Is it possible to supply me with one that slides right to left/ left to right AND has a pause/play button? Thank you so much!


    #  /  posted on Dec 20, 2008
  • I can modify it. When you purchase, mail me about them.


    samiylmaz@hotmail.com


    #  /  posted on Dec 20, 2008
  • Great component! One question, is there a way to disable the grey title/description area? I have some cases where I don’t need to display text and would like to disable this. Thanks!


    #  /  posted on Dec 22, 2008
  • Please, mail me about it. I’ll send you no-text version.


    samiylmaz@hotmail.com


    #  /  posted on Dec 22, 2008
  • Hi there! I emailed you earlier but wanted to post here as well. I purchased the file and I must say it works great! Instead of using .jpgs, however, I am having the xml file call to separate .swf files so I can keep nice animations going throughout each slide. One problem! All the .swf animations are loaded as soon as the banner.swf opens so I see the animation on the first slide but not the second, third and so forth. I tried removing the stop action on the separate .swf files but then the animations go so quickly that it isn’t aesthetic. Please let me know if this can be fixed. Thanks!


    #  /  posted on Jan 03, 2009
  • Hi,
    I have purchased this banner slider. But i am not able to resize it to smaller size. Lets say 150 by 150. Also i do not want to display the playpause button and any text. I basically need to show my images resized and nothing else. Please help a.s.a.p.


    #  /  posted on Jan 09, 2009
  • Please, mail me about your request.


    samiylmaz@hotmail.com


    #  /  posted on Jan 09, 2009
  • Hi,
    I have already mailed you. Plz reply.


    Regards


    Puneet


    #  /  posted on Jan 09, 2009
  • Hi,


    Is it possible to load images in.jpg from a folder from my website (webserver)?
    If I change these images on my server do the new images appear in the banner?


    Thanks


    JimO


    #  /  posted on Jan 11, 2009
  • You can give a different path to images from XML file. But, I prefer you to use absolute paths to avoid errors.


    #  /  posted on Jan 11, 2009
  • You can give a different path to images from XML file. But, I prefer you to use absolute paths to avoid errors.


    #  /  posted on Jan 11, 2009
  • You can give a different path to images from XML file. But, I prefer you to use absolute paths to avoid errors.


    #  /  posted on Jan 11, 2009
  • Hi,


    Please reply to my mail. I have purchased this component. I am not able to resize it say 150 × 150. Also it need to resize my pics. And i do not want to put any control button for description etc on my pics.


    I have found this component to be least helpful. Otherwise send me the swf file which fullfills all above requirements. I already sent you the mail but no reply from your end.


    #  /  posted on Jan 12, 2009