i have a menu and when “news” is clicked, i use swfaddress.setValue(news).
then it loads the news section and corresponding news.xml file.
when news section loads, it automatically loads first news item by settings swfaddress.setValue(news/news-one).
and now i have a problem, the browser back button doesnt work, because it leads back to previous history entry, which is “news”, and what “news” does is exactly as described above. (loads first news).
and this is a loop
how do i solve this?
can i delete previous histroy entry somehow?