Link PLayer - SessionInput
authorPAMPHILE Jonathan <pamphile@efrei.fr>
Fri, 25 Sep 2009 02:57:58 +0200
changeset 122 b489c2756a13
parent 121 32611257e99f
child 123 8af72b302e0a
Link PLayer - SessionInput
src/FingersDance.Control.Player/UserControlPlayer.xaml.cs
--- a/src/FingersDance.Control.Player/UserControlPlayer.xaml.cs	Fri Sep 25 02:56:57 2009 +0200
+++ b/src/FingersDance.Control.Player/UserControlPlayer.xaml.cs	Fri Sep 25 02:57:58 2009 +0200
@@ -52,19 +52,6 @@
 
 
         #region Methodes
-        void initPlayer()
-        {/*
-            //init player
-            isPlaying = false;
-            //Pour se diriger vers le Dossier ressources du projet et non le bin/ressources
-            //DirectoryInfo info = Directory.GetParent(@".");
-            FileInfo assemblyPath = new FileInfo(Assembly.GetExecutingAssembly().Location);
-            DirectoryInfo info = assemblyPath.Directory;
-            MediaElementVideo.Source = new Uri(@"" + info.FullName.ToString() + "\\Resources\\Lake.wmv", UriKind.Relative);
-            MediaElementVideo.LoadedBehavior = MediaState.Manual;
-            MediaElementVideo.UnloadedBehavior = MediaState.Manual;
-            MediaElementVideo.ScrubbingEnabled= true;*/
-        }
 
         public void initPlayer(string path)
         {