johnspurlock
May 24th, 2009, 02:48 PM
Ok, so I have an embedded Silverlight example working using the following:
listitem = mc.ListItem()
listitem.SetPath( "http://pathto/TestPage.html" )
mc.GetPlayer().Play( listitem )
This launches the embedded web browser, with the Silverlight control resized to take up the full screen. Perfect.
At this point I'd like to send all remote control events (other than "back") directly to the Silverlight control instead of to the Player (volume/back/forward/pause etc).
Is there a way to trap these events before they are sent to the Player?
listitem = mc.ListItem()
listitem.SetPath( "http://pathto/TestPage.html" )
mc.GetPlayer().Play( listitem )
This launches the embedded web browser, with the Silverlight control resized to take up the full screen. Perfect.
At this point I'd like to send all remote control events (other than "back") directly to the Silverlight control instead of to the Player (volume/back/forward/pause etc).
Is there a way to trap these events before they are sent to the Player?