all groups > flash actionscript > october 2006 >
You're in the

flash actionscript

group:

help with geturl()


help with geturl() Cyberworkspace
10/22/2006 9:35:49 PM
flash actionscript:
hello,

i am trying to address a bookmark in my page after releasing a button. i
though, that all would work fine by using this script:

on (release) {
getURL("#Zahlung");
}

but that does not seem to work. in fact, nothing happens at all. if i use:

on (release) {
getURL("index.html#Zahlung");
}

it just reloads the page but is not getting to #Zahlung.

any clues ? should i use this command at all or would i have an alternatice
command ?

thanks a lot.
Re: help with geturl() ggshow
10/23/2006 12:00:00 AM
AddThis Social Bookmark Button