文章详情

  • 游戏榜单
  • 软件榜单
关闭导航
热搜榜
热门下载
热门标签
php爱好者> php文档>系统自动安装Silverlight插件

系统自动安装Silverlight插件

时间:2010-09-06  来源:永恒的记忆

Silverlight在客户端的安装方式有间接和直接.
当使用Silverlight建立了网站或者程序的时候,
可以用“inplaceInstallPrompt"属性在建立对象的时候来进行定制。

范列:

function createSilverlight()
{ Sys.Silverlight.createObject( 
 "plugin.xaml", // Source property value.
 parentElement, // DOM reference to hosting DIV tag.
 "myControl", // Unique control id value. 
{ // Control properties. 
 width:'1024', // Width of rectangular region of control in pixels. 
  
 inplaceInstallPrompt:false, // 设置客户端安装的方式.  
 background:'white', // Background color of control. 
 isWindowless:'false', // Determines whether to display control in Windowless mode. 
 framerate:'24', // MaxFrameRate property value. 
 version:'0.9' // Control version to use. 
 }, 
 { 
 onError:null, // OnError property value -- event handler function name. 
 onLoad:null // OnLoad property value -- event handler function name. 
 }, 
 null
 ); // Context value -- event handler function name.}


Such settings as above in the client -->

像上面这种设定在客户端的表现为
 



Click it,it will go to the http://www.microsoft.com/silverlight Users can choose and use by themselves.
If you want to use direct mode ,set inplaceInstallPrompt to true. There will be happening as the following graphics -->
点它就会跑到http://www.microsoft.com/silverlight 使用者可以自己安装并且选择。

如果想使用直接安装模式就把inplaceInstallPrompt设置为true。就会出现以下图形


Here you click it is installed directly, for those who do not know how to use computers.

在这里你点它就是直接安装了,适合不懂电脑的人士使用。

相关阅读 更多 +
排行榜 更多 +
辰域智控app

辰域智控app

系统工具 下载
网医联盟app

网医联盟app

运动健身 下载
汇丰汇选App

汇丰汇选App

金融理财 下载