Browser plugin which can register it's own protocol

Posted by Riz on Stack Overflow See other posts from Stack Overflow or by Riz
Published on 2010-05-04T17:36:05Z Indexed on 2010/05/04 17:38 UTC
Read the original article Hit count: 293

Hi, I need to implement browser plugin which can register it's own protocol (like someprotocol://someurl ) and be able to handle calls to this protocol (like user clicking on 'someprotocol' link calls function inside my plugin). As far as I undesrtand Skype does something simmilar, except I need to handle links within page context and not in separated app. Any advices on how this can be done? Can this be done without installing my own plugin, with help of flash/java?

© Stack Overflow or respective owner

Related posts about browser

Related posts about plugins