Using Director > Navigation and User Interaction > Jumping to locations with Lingo > Jumping to a URL

 

Jumping to a URL

Lingo lets you jump to a URL that represents an Internet movie or a Web page.

To jump to an Internet movie, use the gotoNetMovie command.

For example, the statement gotoNetMovie "http://www.yourserver.com/movies/movie1.dcr" retrieves and plays the movie named movie1.dcr. See gotoNetMovie.

To jump to a Web page, use the gotoNetPage command.

For example, the statement gotoNetPage "http://www.yourserver.com/movies/intro.html" displays the Web page named intro.html in a browser window. See gotoNetPage.