Ejemplo n.º 1
0
 internal PlayFileAction(string fileUrl, string url, params CustomParam[] customParams)
 {
     properties         = new PlayFileActionProperties();
     properties.fileUrl = fileUrl;
     url            = Utils.AddCustomParamsToUrl(url, customParams);
     properties.url = url;
 }
Ejemplo n.º 2
0
 internal PlayFileAction(string fileUrl, string url, params CustomParam[] customParams)
 {
     properties = new PlayFileActionProperties();
     properties.fileUrl = fileUrl;
     url = Utils.AddCustomParamsToUrl(url, customParams);
     properties.url = url;
 }