Sliding Image Banner XML v3
Home / Forum / Components Discussions / Sliding Image Banner XML v3 / Page 2
Started 2 years ago by flashblue
Last reply by flashblue
-
-
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/ _selfI 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/ _blankI 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.


