Flash AS3 - Scroll dynamic textfield to a specific part just like HTML anchor
Posted
by
Aamir Mahmood
on Stack Overflow
See other posts from Stack Overflow
or by Aamir Mahmood
Published on 2011-01-08T06:46:42Z
Indexed on
2011/01/08
6:53 UTC
Read the original article
Hit count: 291
Hi,
We are building a flash website with cms at the back end, and we are allowing admin to put anchors inside a content. Later we created a smaller version of the whole content to display just a small part and then [read more] button. Which add a new layer on top of every thing acting like a popup and it is populated with complete content.
Now we would like to scroll that text inside popup to that portion which [read more] button was clicked.
The most common example inside HTMl is go to top
link in footer on most of the sites which move the whole document to top.
Happy codding.
© Stack Overflow or respective owner