Dear all,

I want my mpeg player application to be run from the palm browser whenever user is 
trying to access a hyper link 
with the .mp3 extension type media files.

I registered my application using the below api to get launched from the palm browser..

 if (m_wCommand == sysAppLaunchCmdNormalLaunch)
        { 
          Err error= ExgRegisterDatatype(MEDIACREATOR,exgRegExtensionID,"mp3","Media 
player",0);        
      }

When i click the hyper link with .mp3 extnesion in the palm browser, My media player 
application was supposed to be launched here.But an error occurs saying "Failed to 
pass data to exchange manager 0x1511". 

I even tried with diffrnt application launch codes like the sysAppLaunchCmdSyncNotify 
etc...I even ran my application once before testing the required feature in the 
browser,but i cudnot launch my application from the browser based on the hyper link .

Am i missing anything here.Should i use this ExgRegisterDefalutapplication api also 
with the above application.
I even went through the archives and the examples provided.But i cudnot get any break 
thru.

Can anybody provide some hint in this issue?



Best Regards
B.Anil

--
For information on using the Palm Developer Forums, or to unsubscribe, please see 
http://www.palmos.com/dev/support/forums/

Reply via email to