Thursday, January 14, 2016

S60 how to call the next player to play a video?




            


Under s60, I want to call the player to play a video in your own programs, how to do? Which is relevant information, thank you!
Reply:
Who knows? Thank you!
Reply:
CDocumentHandler * handler = CDocumentHandler :: NewL (NULL);
CleanupStack :: PushL (handler);
TDataType nullType;
//// Launch the appropriate application for this file
handler- & gt; OpenFileL (aFileName, nullType);
CleanupStack :: PopAndDestroy (); // handler

No comments:

Post a Comment