PDA

Click to See Complete Forum and Search --> : Macromedia Director


eminart
04-16-2009, 05:16 PM
Help please. I'm trying to link from my director movie to a website that is on the same disc. It works so far as to open the window in Safari, but Safari gives me an error saying that no website exists in that location.

This is the script I'm using:

websitePath = the moviePath &"data\folderWithWebsiteAndIndex\index.html"
websitePath = "file:///" &websitePath
goToNetPage(websitePath)

I'm new to director and lingo in general. Can anybody here find the problem in that? I'm simply copying and pasting the "url" minus the first part which should be taken care of by the "moviePath" lingo.

Any help?