Exemplo n.º 1
0
        protected override void OnCreate(Bundle savedInstanceState)
        {
            base.OnCreate(savedInstanceState);

            // Set our view from the "main" layout resource
            SetContentView(Resource.Layout.Main);

            // Get our button from the layout resource,
            // and attach an event to it
            mVideoView = FindViewById <DMWebVideoView>(Resource.Id.dmWebVideoView);
            mVideoView.setVideoId("x10iisk", true);
        }
Exemplo n.º 2
0
 public CustomWebViewClient(DMWebVideoView videoView)
 {
     VideoView = videoView;
 }