| Previous | Next |
STF.getFolder()
Availability
Flash AS2.0 SWF w/ ScreentimeScreenSaver component + ScreentimeUsage
STF.getFolder() : StringParameters
None.Returns
A string.; ; This value is returned as a parameter to the registered callback. See the example below or STF.registerCallBack() for more information on return variable handling.
Description
Method; Returns the path to the screensaver. This function has been replaced. Use STF.getSpecialFolder() instead.
Example
The following example returns the path to the folder containing the screensaver.
var folderPath:String;
//define the callback
function onGetFolderReturn(returnValue:String){
folderPath = returnValue;
}
//register callback
STF.registerCallBack("getFolder", onGetFolderReturn, this);
STF.getFolder();
See Also
| Questions or Feedback? | Previous | Next |
