public override void LoadView()
        {
            base.LoadView();

            ProgressTintColor = UIColor.Red;

            OODebugMode.SetDebugMode(DebugMode.LogAndAbort);

            Player = new OOOoyalaPlayer(
                pcode: "c0cTkxOqALQviQIGAHWY5hP0q9gU",
                domain: new OOPlayerDomain("http://www.ooyala.com"));

            Player.SetEmbedCode("Y1ZHB1ZDqfhCPjYYRbCEOz0GR8IsVRm1");
            Player.Play();
        }