Hello all…
I am having a difficult time with linking from within my SWF to an anchor tag in the same HTML page. I am loading the text for the textfield from an external file, but I dont THINK that is the problem.
The closest info I found was on ActionScript.org:
http://www.actionscript.org/forums/...ad.php3?t=51205
And a few others, but still having the same trouble. The problem is, that my links are working BUT they reload the page when clicking back and forth (which cannot work in my particular situation). Check out my test here:
http://www.client-dev.com/anchortest/anchortest.html
When you first hit an embedded link (level 2 or level 3) it does jump to the appropriate location in the page. You can then hit the “back to top” and it returns. The problem occurs when you try to hit either of the “level 2” or “level 3” links AGAIN. The second time around the page reloads. I am watching my URL do some weird stuff, but I am not exactly sure why the page needs to reload on that second go round. Any ideas??
THANKS!
p.s. I have posted the exact question at ActionScript.org. Is that poor posting etiquette?