| AGIScriptStreamFile Method (String) |
Plays the given file.
Namespace: AsterNET.FastAGIAssembly: AsterNET (in AsterNET.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax protected void StreamFile(
string file
)
Protected Sub StreamFile (
file As String
)
protected:
void StreamFile(
String^ file
)
member StreamFile :
file : string -> unit
Parameters
- file
- Type: SystemString
name of the file to play.
See Also