Replay to this please

am new to flash, specially with the actions.
i have created a buttons, and i want to open a page in a frame
i have used this code but it didnt work. please help me find a solution to it.


on (release) {
  geturl("/introduction/main.htm")
}

it gave nothing. the folder and the file are on HD.

i have attached the files

you should try :


getURL("www.something.com","framename");

*Originally posted by b4m77 *
**am new to flash, specially with the actions.
i have created a buttons, and i want to open a page in a frame
i have used this code but it didnt work. please help me find a solution to it.


on (release) {
  geturl("/introduction/main.htm")
}

it gave nothing. the folder and the file are on HD.

i have attached the files **

or try

on (release) {
  geturl("introduction/main.htm")
}

megalene thx, but i want to open a page that is my HD.
thx ahmad it did not work.
the buttons does not responds to my actions, please please help…:q:

have u tried just the file name i.e.

on (release) {
geturl (“main.htm”, “_parent”)
}

sorry if i’m just chatting nonsense

Dont worry.
the method you used forget the folder.

Am realy in a serious trouble the buttons does not respond to the action

upload , or link to your .fla

sorrrt, but what is the relation.