mobileFX VHX
VHX Object / OnPlayerReady Event
In This Topic
    OnPlayerReady Event
    In This Topic
    Description
    Fires when the Player is ready to play the media.
    Syntax
    Visual Basic
    Public Event OnPlayerReady()
    Example
    private void axVHX1_OnPlayerReady(object sender, EventArgs e)
    {
         // Set the starting point of the media.
         axVHX1.Open("file:///path-to-your-file");
    }
    See Also