FORUM

Sliding Image Banner XML v3

Home / Forum / Components Discussions / Sliding Image Banner XML v3 / Page 2

  • Please, look at your FP version.
    #  /  posted on Jul 31, 2010
  • Having trouble getting the links to be "_self." here is my code.

        http://www.jeremyfleischer.com/images/slide-web-design.png
    
    
        10
        http://jeremyfleischer.com/portfolio/category/portfolio/web-design/
        _self
    

    I have it set to "_blank" currently because that seems to be the only setting that is working. I also tried l leaving it empty, "" and deleting it entirely. but nothing seems to work.

    Please help.


    #  /  posted on Dec 21, 2010
  • Having trouble getting the links to be "_self." here is my code.

        http://www.jeremyfleischer.com/images/slide-web-design.png
    
    
        10
        http://jeremyfleischer.com/portfolio/category/portfolio/web-design/
        _blank
    

    I have it set to "_blank" currently because that seems to be the only setting that is working. I also tried l leaving it empty, "" and deleting it entirely. but nothing seems to work.

    Please help.


    #  /  posted on Dec 21, 2010
  • You can working example on the preview. Click on on 4th button. It opens in the same window.

    You just need to write URL without ,_self


    #  /  posted on Dec 21, 2010
  • Actually the example does not work for me either. I am using the newest version of Firefox. I also had a friend test it and it doesn't work.

    How exactly should the code be written?


    #  /  posted on Dec 21, 2010
  • Open "source/com/flashdo/flashblue/Banner.as". Go to bottom of it.

    You'll see:

    navigateToURL(request, mc.target);

    Change it to:

    navigateToURL(request, "_self");


    #  /  posted on Dec 21, 2010

Please login to post replies.