videoplayerapp/mpxvideoplayer/src/mpxvideoplayerappuiengine.cpp
branchRCL_3
changeset 15 8f0df5c82986
parent 10 112a725ff2c2
child 16 67eb01668b0e
--- a/videoplayerapp/mpxvideoplayer/src/mpxvideoplayerappuiengine.cpp	Tue May 11 16:15:40 2010 +0300
+++ b/videoplayerapp/mpxvideoplayer/src/mpxvideoplayerappuiengine.cpp	Tue May 25 12:44:54 2010 +0300
@@ -15,7 +15,7 @@
 *
 */
 
-// Version : %version: e92_69 %
+// Version : %version: e92_71 %
 
 
 #include <eikon.hrh>
@@ -632,7 +632,9 @@
     }
     else
     {
-        OpenMediaL( aMedia ); // Initialize and initiate playback of a single video
+        // We use file name to initialize playback instead of mpxmedia object.
+        iViewUtility->PreLoadViewL( KVideoPlaybackViewUid );
+        InitializeFileL( fileUri );
     }
 }