controlP5 / ControlP5 / setUrlPath( )

name
setUrlPath ( )
description
you can set an url an e.g. index.php file on a server where you want to save your controlP5 setup to. 
Syntax
setUrlPath(theUrlPath);
setUrlPath(theUrlPath, theFilename);
parameters
theUrlPathString 
theFilenameString 


Returns
None
Usage
Web & Application