rocknbil

msg:3627471 | 4:08 pm on Apr 15, 2008 (gmt 0) |
Did you try encoding the pound sign? http://www.example.com/page.html#my_anchor
|
dainstructor

msg:3627777 | 12:01 am on Apr 16, 2008 (gmt 0) |
Thank you for the repley. I've done something similar. The anchor on my html page is called "bottom" so i've used the following code: on (release) { getURL("#bottom"); }
In this example the pound sign is encoded but im still not having any success.
|
rocknbil

msg:3628293 | 3:40 pm on Apr 16, 2008 (gmt 0) |
You tried with the full URL? Flash doesn't "know" what page it "lives" on. getURL('http://www.example.com/page.html#my_anchor'); Also it requires encoding for special characters. Give it a shot. :-)
|
|