Hi all,

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

In the application i registered as below to get my application to be launched from the 
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 my required feature in the 
browser,but i cudnot launch my application from the browser based on the hyper link .

Am i missing anything here.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