Discussion:
IE Plugin communicating with loaded My Silverlight application
(too old to reply)
Felix Venniker
2008-06-15 08:32:00 UTC
Permalink
Hi all,

I wanne build a plugin for IE 6 and 7 that displays an additional horizontal
Explorer Bar which will contain a WebBrowser control in which a Silverlight
application will be loaded. This SL app will be responsible for performing
some operations that will be executed (controlled) by the IE plugin. What I
mean is that this IE plugin will call the SL application (from the outside)
to perform some operation passing it some parameters (in this case the html
of the current loaded website in the main browser window/tab). In other
words, the IE plugin should be able to communicate with the loaded SL app. Is
this possible? Can an IE plugin access my SL app and call a (public) method
of this SL app to perform some operation?

Going further, is the above possible when implementing a plugin for other
browsers (besides IE), for instance FireFox, Safari etc. and possibly on a
Mac OS? In other words, is there a standard mechanisme that will work on any
browser on any platform?

So the main question is: Can a SL app be made accessible from the outside
world, in my case a plugin?

Kind regards,

Felix Venniker
PA Bear [MS MVP]
2008-06-15 19:53:14 UTC
Permalink
Asked in IE General. If you must make identical posts to multiple
newsgroups, please cross-post one (1) message to all of them. Thank you.

Multiposting vs Crossposting:
http://www.blakjak.demon.co.uk/mul_crss.htm
--
~Robear Dyer (PA Bear)
MS MVP-IE, Mail, Security, Windows Desktop Experience - since 2002
AumHa VSOP & Admin http://aumha.net
DTS-L http://dts-l.net/
Post by Felix Venniker
Hi all,
I wanne build a plugin for IE 6 and 7 that displays an additional horizontal
Explorer Bar which will contain a WebBrowser control in which a Silverlight
application will be loaded. This SL app will be responsible for performing
some operations that will be executed (controlled) by the IE plugin. What I
mean is that this IE plugin will call the SL application (from the outside)
to perform some operation passing it some parameters (in this case the html
of the current loaded website in the main browser window/tab). In other
words, the IE plugin should be able to communicate with the loaded SL app.
Is this possible? Can an IE plugin access my SL app and call a (public)
method of this SL app to perform some operation?
Going further, is the above possible when implementing a plugin for other
browsers (besides IE), for instance FireFox, Safari etc. and possibly on a
Mac OS? In other words, is there a standard mechanisme that will work on any
browser on any platform?
So the main question is: Can a SL app be made accessible from the outside
world, in my case a plugin?
Kind regards,
Felix Venniker
Loading...