Hi, all
Now I am trying to develop a web browser plugin for 9210 to deal with a unknown tag, for example , a tag <HELLO> defined by myself. That's to say, when the system web browser encounters the tag <HELLO>, it calls my plug in to deal with it, it that possible? how to implement it?
I have read the web plugin help provided by symbian on http://www.symbian.com/developer/techlib/tutorials/webplugin.html, from this document I conclude that it is possible to implement a plugin for unknown tag, it it right?
I have also gotten the PISOUND example, but it is just for unknown MIMEI Type, not for unknown tags, but what's the difference between this two kinds of plugins?