Hello i have index, and my buttons have to arrive to the other pages, but nothing happen. i tryed whit on (realise) {_root.conteants.loadmovie (" filename.swf"); and also i tryed whit get_URL but i dont know what is wrong:d:
It looks though you may just have some syntax errors. Make sure you are on the actions for the button itself and not on the timeline as well.
If you’re trying to link it to another URL this should work for ya.
The [color=sienna],"_blank"[/color] can be removed if you do not want to open it in a new window.
[color=seagreen]on (release) {
getURL("[/color][color=seagreen]http://www.yoururl.com"[/color][color=sienna],"_blank[/color][color=seagreen][color=sienna]"[/color]);
}[/color]
thanks thanks sooooo much for your help, thanks thanks
Leniska