MACROMEDIA DIRECTOR MX 2004-DIRECTOR SCRIPTING Reference page 477

Director scripting reference
Table of Contents

Advertisement

proxyServer
Usage
proxyServer serverType, "ipAddress", portNum
proxyServer()
Description
Command; sets the values of an FTP or HTTP proxy server.
Without parameters,
Parameters
Optional. A symbol that specifies the type of proxy server. The value can be either
serverType
or
.
#ftp
#http
Optional. A string that specifies the IP address.
ipAddress
Optional. An integer that specifies the port number.
portNum
Example
This statement sets up an HTTP proxy server at IP address 197.65.208.157 using port 5:
proxyServer #http,"197.65.208.157",5
This statement returns the port number of an HTTP proxy server:
put proxyServer(#http,#port)
If no server type is specified, the function returns 1.
This statement returns the IP address string of an HTTP proxy server:
put proxyServer(#http)
This statement turns off an FTP proxy server:
proxyServer #ftp,#stop
ptToHotSpotID()
Usage
-- Lingo syntax
spriteObjRef.ptToHotSpotID(point)
// JavaScript syntax
spriteObjRef.ptToHotSpotID(point);
Description
QuickTime VR function; returns the ID of the hotspot, if any, that is at the specified point. If
there is no hotspot, the function returns 0.
Parameters
Required. Specifies the point to test.
point
returns the settings of an FTP or HTTP proxy server.
proxyServer()
ptToHotSpotID()
477

Hide quick links:

Advertisement

Table of Contents
loading
Need help?

Need help?

Do you have a question about the DIRECTOR MX 2004-DIRECTOR SCRIPTING and is the answer not in the manual?

Questions and answers

This manual is also suitable for:

Director mx 2004

Table of Contents