Has anyone found a way to reliably resize the object the silverlight plugin is hosted in yet?
I'm aware of the approach of calling out to a Javascript function from within the Silverlight plugin but as outlined in cross browser resizing problem it's not a particularly reliable approach.
In silverlight 4 there is a new parameter for the plugin called onresize but that seems to be just the same as the old approach and I'm having difficulty even getting it to fire.