Ⅰ 手机怎么解决unity web player的问题
WebPlayer,又称泰初影音,它融合了本地播放、网络播放等多种服务,全面支持远古流媒体系统,一直以良好的兼容性,完美的播放效果,下面一起来看看利用js检测是不是安装了WebPlayer哦。
<script language='VBScript'>
function detectUnityWebPlayerActiveX
on error resume next
dim tControl, res, ua, re, matches, major
res = 0
set tControl = CreateObject("UnityWebPlayer.UnityWebPlayer.1")
if IsObject(tControl) then
if tControl.GetPluginVersion() = "2.5.0f5" then
' 2.5.0f5 on Vista and later has an auto-update issue
' on Internet Explorer. Detect Vista (6.0 or later)
' and in that case treat it as not installed '
ua = Navigator.UserAgent
set re = new RegExp
re.Pattern = "Windows NT (d+)."
set matches = re.Execute(ua)
if matches.Count = 1 then
major = CInt(matches(0).SubMatches(0))
if major < 6 then
res = 1
end if
end if
else
res = 1
end if
end if
detectUnityWebPlayerActiveX = res
end function
</script>
<script language="javascript1.1" type="text/javascript">
function detectUnityWebPlayer () {
var tInstalled = false;
if (navigator.appVersion.indexOf("MSIE") != -1 &
navigator.appVersion.toLowerCase().indexOf("win") != -1)
{
tInstalled = detectUnityWebPlayerActiveX();
}
else if (navigator.mimeTypes && navigator.mimeTypes["application/vnd.unity"])
{
if (navigator.mimeTypes["application/vnd.unity"].enabledPlugin &
navigator.plugins && navigator.plugins["Unity Player"])
{
tInstalled = true;
}
}
return tInstalled;
}
</script>
检测代码:
if (detectUnityWebPlayer()) {//新检查unity是否安装 added by shanmao
alert(‘测试检测已安装111′)
}else{
setTimeout(“check_unity_down()”,1000);
alert(‘测试检测未安装222′)
}
另:
自动安装unity webplayer 代码:unityObject.enableAutoInstall(true);
Ⅱ 关于Webplayer无法播放的问题
我也遇到过,把插件和播放器都再安装一遍就行了!
Ⅲ web player 是什么意思啊
网络播放器
web 是网的意思
Ⅳ android手机能下载unity web player吗
不能,Unity Web Player官方中文版是一款Unity3D浏览器插件,类似Adobe Flash Player。Unity网络播放器让您可以在浏览器中直接查看用Unity创建的激动人心的3D内容,并在必要时自动更新。Unity可以让您利用动画人物、诱人的图形、身临其境的物理学构建丰富的3D游戏。然后,您可以将游戏提供给网络或作为独立的播放器。目前只发布了PC版,适用于Win7/WinVista/WinXP/Win8系统,安卓手机的还没有发布出来。
Ⅳ 什么是Web Player
嵌在网页中的网络电视。
一款适用于多浏览器的新插件。这个插件可以使用户通过浏览器在线观看DivX流媒体
Ⅵ androidplayer是什么意思
系统自带的播放器!
Ⅶ Web Player播放器支持什麽格式
支持主流的流媒体格式(MPEG-1(mpg、dat、mp3、mp4)、MPEG-4(avi、asf、wmv)、REAL(rm、rmvb)、FLV、3GP等)