The mediaUri field can be the last one of the comma separated list into
the attribute value, so match also the double quotes as the end of the
URL.
       };
     },
     urlContainerXPath: '//div[@id="silverlightControlHost" or @id="SilverlightPlayer"]',
-    urlRegexp: /mediaUri=(http:\/\/[^,]*)/,
+    urlRegexp: /mediaUri=(http:\/\/[^,"]*)/,
     onEvent: { evt: 'DOMNodeInserted', targetElement: 'object' },
     processURL: _rai_get_actual_url,
     linkDestXPath: '//div[@id="silverlightControlHost" or @id="SilverlightPlayer"]',