|

Height


(number) The new height of the hotspot object in pixels.


Re t u r n s


Nothing. You can use Application.GetLastError to determine whether this action failed, and why.


See also: Related Actions


image

H TT P


image

HTTP.Download

OverviewExamples

HTTP.Download ( string URL,


string Filename,


number Mode = MODE_BINARY,


number Timeout = 20, number Port = 80, table AuthData = nil,

table ProxyData = nil,


function CallbackFunction = nil )


De s cr ip t ion


image

Downloads a file from an Internet Web site.


Note: The default proxy settings that are currently configured through Internet Explorer will be used for the download by default, and is the recommended method. However if you require alternate proxy settings, they can be passed through the ProxyData parameter.


Tip: If this action fails, you can retrieve specific HTTP error details using HTTP.GetHTTPErrorInfo.


P arame t er s


URL


(string) The full URL to the file you want to download.


|