FORUM

Image Scroller FX

Home / Forum / Components Discussions / Image Scroller FX / Page 5

  • Hello : I have just bought the image scroller . I used the online tool for my settings then used the resulting xml setting file on my server. This does not seem to behave as expected on my website. Plus ithas a differenet behaviour from IE and Firefox. I tought that images in the scroller would be a link to other pages on my website. I used "_blank" but still remains in the same page, Can you please help..

    You can see the image scroller on my site at : www.cafecouleur.com

    Regards


    #  /  posted on Jun 22, 2011
  • No clear docs within download, a compiled component in the zip. Pretty useless if you really need to tweak it.


    #  /  posted on Nov 16, 2011
  • good! did you use the f-in-box in developing this?


    #  /  posted on Jan 05, 2012
  • Hi, i want to handle FLA events when image in gallery is clicked, i tried using this code as shown in later post (i follow every instruction said):

    scroller.addEventListener(“imageReleased”, onImageClick);function onImageClick(e:Event):void {
    var id:Number = Number(e.target.id);
    //use the id to navigate //gotoAndPlay(id); }

    But when published Flash says there is a syntax error on the addEventListener line. I even tried with the original FLA provided with the commercial download. I am using Flash CS3 AS3.

    Thanks for your help.


    #  /  posted on Jan 18, 2012
  • I solved the problem , it was related to the " symbol used. It is compiling now, but the function is not being executed, when clicking it still opens a new browser window (when clicked from flash player). It looks it does not override the original onImageClick function. Any help?


    #  /  posted on Jan 18, 2012

Please login to post replies.