[xiph-commits] r7976 - trunk/oggdsf/src/tools/DNPlay

illiminable at motherfish-iii.xiph.org illiminable at motherfish-iii.xiph.org
Mon Oct 11 02:10:16 PDT 2004


Author: illiminable
Date: 2004-10-11 02:10:16 -0700 (Mon, 11 Oct 2004)
New Revision: 7976

Modified:
   trunk/oggdsf/src/tools/DNPlay/frmDNPlay.cs
Log:
* DNPlay can now follow annodex links (only absolute paths), displays descriptive anchor text, etc, but has a few problems... like not reusing the video window, and generating a new one... also doesn't seem to properly unload the previous file.

Modified: trunk/oggdsf/src/tools/DNPlay/frmDNPlay.cs
===================================================================
--- trunk/oggdsf/src/tools/DNPlay/frmDNPlay.cs	2004-10-11 08:55:14 UTC (rev 7975)
+++ trunk/oggdsf/src/tools/DNPlay/frmDNPlay.cs	2004-10-11 09:10:16 UTC (rev 7976)
@@ -532,6 +532,7 @@
 			mPlayer.setMediaEventCallback(this);
 			mPlayer.setCMMLCallbacks(this);
 			cmdPlay.Enabled = true;
+			StartPlayback();
 		}
 
 	}



More information about the commits mailing list