opening browser from director projector

  • Started
  • Last post
  • 1 Response
  • drzoom

    ...I'm sure I've done it before...

    I want to open up a browser displaying an html page from a director projector. For some reason it only works if the browser is already running. Any ideas what I'm doing wrong?

    Here is the script I used:

    on mouseDown me
    browserName(#enabled, true)
    case the environment.platform of
    "Windows,32": gotoNetPage (the pathname & "web/index.htm")
    "Macintosh,PowerPC" : gotoNetPage (the pathname & "web:index.htm")
    end case
    end

    Thanks for your help!

  • drzoom0

    I'd just like to add it the html is offline on the cd, not online