Read-only archive of the All About Symbian forum (2001–2013) · About this archive

Opening link with external app

0 replies · 1,430 views · Started 16 November 2006

Hi, i am trying to open "rtsp://......3.gp" link form my application.

tried to do this this that way:

RApaLsSession apaLsSession;

apaLsSession.StartDocument
(aLinkName, threadId, RApaLsSession::ELaunchNewApp);
but this is probably wrong way.

waiting for help, thanks.