Guest_imported
New member
- Jan 1, 1970
- 0
I am trying to use a button in a flash movie to link to a web page. I can get to the page, but I want to get to the middle and I can't get it to work.
for example, what would I do if I wanted to get to "index.html#middle". If i type index.html#middle as the url to go to as the button's action, it just goes to index.html. I have the link right because if I do it in .html(<a href = "index.html#middle">) it will go to the middle of the page.
does anyone know how I can get this to work??
for example, what would I do if I wanted to get to "index.html#middle". If i type index.html#middle as the url to go to as the button's action, it just goes to index.html. I have the link right because if I do it in .html(<a href = "index.html#middle">) it will go to the middle of the page.
does anyone know how I can get this to work??