S60下怎么调用播放器播放一段视频?
在s60下,想在自己的程序中调用播放器播放一段视频,该怎么做?哪位有相关的资料,谢谢!
[解决办法]
CDocumentHandler* handler = CDocumentHandler::NewL(NULL);
CleanupStack::PushL(handler);
TDataType nullType;
//// Launch the appropriate application for this file
handler-> OpenFileL(aFileName,nullType);
CleanupStack::PopAndDestroy(); // handler