Player Object
Before you can use the setup player, you must create an instance of it. For more information, see Using the Setup Player.
The Player has one method and one property.
• | Open (<URL>)—Specifies the location of the data .cab files and returns a reference to an Ether object. The argument consists of a URL representing the path to a web server, a UNC path, or the path to the location of the files on your local drive. |
• | LastError—Integer value representing an error code thrown by a method, usually Open(). |
Examples
Player.Open("http://www.mydomain.com/myproduct");
Player.Open("file://\\server\myproduct");
Player.Open("file://c:/my installations/myproduct/media/default");