Lingo Dictionary > O-R > organizationName

 

organizationName

Syntax

the organizationName

Description

Movie property; contains the company name entered during installation of Director.

This property is available in the authoring environment only. It can be used in a movie in a window tool that is personalized to show the user's information.

Example

This handler would be located in a movie script of a movie in a window (MIAW). It places the user's name and serial number into a display field when the window is opened:

on prepareMovie
	displayString = the userName
	put RETURN & the organizationName after displayString
	put RETURN & the serialNumber after displayString
	member("User Info").text = displayString
end

See also

serialNumber, userName, window