|
This has nothing to do with codecs. This has to do with associating an application with a protocol. Firefox obviously can't handle that protocol, and it doesn't know what program can. You can TELL firefox which program to launch for URL's with that protocol by going into about:config (in the address bar).
What you want to do is add an entry such as;
network.protocol-handler.app.mms
Give it string type and set value to the executable you want to launch for that protocol.
|