SetUrl(String,String,Int32,Int32) Method
In This Topic
Sets the video URL, title and size associated with this
WebVideoProperties.
Syntax
'Declaration
Public Overloads Sub SetUrl( _
ByVal As System.String, _
ByVal As System.String, _
ByVal As System.Integer, _
ByVal As System.Integer _
)
public void SetUrl(
System.string ,
System.string ,
System.int ,
System.int
)
Parameters
- url
- The video URL.
- title
- The title of web video player.
- width
- The width of the player, overrides the current Width.
- height
- The height of the player, overrides the current Height.
See Also