how do i open up a html file that is stored on my harddrive? i am using the on release commans. ok , the thing is theres a button, when the user clicks on this button it will open up a html file via a new window. please help me… should i use the geturl command?
actually this is meant to be a CD-Rom thing so i cant use the C:\ i tried using this sentence getURL("…/temp/temp.htm") but its doesnt work on the cd
please help… anyone ??
i believe that this might work…
[AS]on (release) {
getURL(".html/myfile.html", “_blank”)
}
[/AS]
^where html is a folder and myfile.html is the webpage
in html, I THINK, on dot is relative and two dots is absolute, so try that, if no one else answered ur question