Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets or sets a ECMAScript (JavaScript, JScript) function to be executed when the player successfully loads.
Namespace: Microsoft.SharePoint.Publishing.WebControls
Assembly: Microsoft.SharePoint.Publishing (in Microsoft.SharePoint.Publishing.dll)
Syntax
'Declaration
Public Property PlayerLoadedClientScript As String
Get
Set
'Usage
Dim instance As MediaWebPart
Dim value As String
value = instance.PlayerLoadedClientScript
instance.PlayerLoadedClientScript = value
public string PlayerLoadedClientScript { get; set; }
Property Value
Type: System.String
Returns String.
Remarks
Applicable only when the pageis in edit mode.