English 中文(简体)
Android +银
原标题:Android + Silverlight

我正在为我的家务工作开发一个roid。 只剩下一部分。 我利用银灯从我的网络频道播放一个录像,在我的网站上播放。 然后,我试图用以下网站显示:

webview = (WebView)findViewById(R.id.webview);
webview.setWebChromeClient(new WebChromeClient());
webview.getSettings().setJavaScriptEnabled(true);
webview.getSettings().setPluginsEnabled(true);
webview.loadUrl("http://XXX.XXX.X.X/SmoothStreamingPlayer.html");

然后,我试图把它推向支持者。 它说,该星体需要下载银灯,以加以操作。 然而,似乎银灯在 and中得到了支持。

我要问的是,是否有任何图书馆或任何办法使roid掌握银灯录像?

感谢!

问题回答

银灯是一种客户软件(如不透闪电),用于将微型软件的顺利流出。 银灯应用可以采用碎片开发,但依赖。 NET框架、银星座和MS Building,没有 de。

关于微软相关技术的视频访问:





相关问题
Silverlight Rich text box control

Our team decided that we need our own custom Rich text box control for Silverlight app we are developing. We looked at existing controls mentioned at A good rich text control for Silverlight but ...

Silverlight ImageBrush not rendering (with Bing Map Control)

I m trying to add an image to a Pushpin instance from the Silverlight Bing Map Control, but I can t seem to get it to render (the pushpin renders fine). This is probably a general WPF question rather ...

Silverlight OpenFileDialog DoEvents equivalent

I m processing large files after they are selected by the user. My code looks like the following: if (FileDialog.ShowDialog() == true) { // process really big file } This freezes up the UI so ...

list of controls with templates in silverlight

Does anyone know where to find a list of controls that you can set the template on in Silverlight? I ve wasted several hours now trying to create control templates only to find that the control doesn ...

Silverlight, Updating the UI during processing

I have a simple silverlight multifile upload application, and i want to provide the user with some feedback, right now its only in a test phase and i dont have the webservice. Somehow i cant get the ...

Silverlight 3 - FindName returns null

This looks a bug to me.. Using Silverlight 3 and i have a user control defined in XAML and trying to access the object during runtime returns a null. <Grid> <common:CommonGridEditPanel x:...

silverlight 3 collection binding

Someone please help me understand why this binding does not work... I have a class called SelectionManager with a property called dates which is populated by a WCF service. The property is an ...

热门标签