Warning: file_get_contents(/data/phpspider/zhask/data//catemap/4/video/2.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
如何阻止ustream';从https中抛出actionscript错误的嵌入式视频播放器?_Actionscript_Video_Ssl_Https_Video Streaming - Fatal编程技术网

如何阻止ustream';从https中抛出actionscript错误的嵌入式视频播放器?

如何阻止ustream';从https中抛出actionscript错误的嵌入式视频播放器?,actionscript,video,ssl,https,video-streaming,Actionscript,Video,Ssl,Https,Video Streaming,我正在开发一个应用程序,从ustream的分水岭流实时视频。(分水岭,ustream.tv) 嵌入式播放器一直工作,直到我把它放在ssl后面。Chrome显示ssl已断开。。。但不会抛出错误。IE8没有显示任何错误,但firefox会抛出actionscript错误: Error #2044: Unhandled securityError:. text=Error #2048: Security sandbox violation: http://cdn1.ustream.tv/swf/4/v

我正在开发一个应用程序,从ustream的分水岭流实时视频。(分水岭,ustream.tv)

嵌入式播放器一直工作,直到我把它放在ssl后面。Chrome显示ssl已断开。。。但不会抛出错误。IE8没有显示任何错误,但firefox会抛出actionscript错误:

Error #2044: Unhandled securityError:. text=Error #2048: Security sandbox violation: http://cdn1.ustream.tv/swf/4/viewer.rsl.567.swf? cannot load data from https://sb.scorecardresearch.com/p?assorted-querystring-parameters-removed-for-SO-post
    at tv.ustream.viewer.logic.media::Recorded/comScoreBeacon()
    at tv.ustream.viewer.logic.media::Recorded/createConviva()
    at tv.ustream.viewer.logic.media::Channel/connect()
    at tv.ustream.viewer.logic.media::Channel/parseGwResponse()
    at tv.ustream.viewer.logic.media::Recorded/onGwResult()
我使用的嵌入代码来自ustream的分水岭。。。我只修改了以下参数和高度:

<object classid="clsid:000000000000000000000000" width="685" height="476" id="000000">
  <param name="flashvars" value="autoplay=false&brand=embed&cid=000000%2FXXXXchannelinfoXXXX&locale=en_US"/>
  <param name="allowfullscreen" value="true"/>
  <param name="allowscriptaccess" value="always"/>
  <param name="movie" value="http://www.ustream.tv/flash/live/0000/XXXXchannelinfoXXXX"/>
  <embed 
    flashvars="autoplay=false&brand=embed&cid=000%2FXXXXchannelinfoXXXX&locale=en_US" 
    width="685" 
    height="476" 
    allowfullscreen="true" 
    allowscriptaccess="always" 
    id="0000000000" 
    name="0000000000" 
    src="http://www.ustream.tv/flash/live/000/XXXXchannelinfoXXXX" type="application/x-shockwave-flash"/>
</object>


因此,我需要弄清楚如何将其嵌入到ssl后面,而不会引发actionscript错误。。。有什么想法吗?

简单的回答是;你不能

在与他们的玩家玩了很多天的把戏、查看他们的文档、在论坛上发布、研究actionscript、下载他们的fla示例文件并对其进行修补之后,ustream上的分水岭在从ssl背后提供服务时总是容易受到攻击


有关更多信息,请参阅本文:

简短的回答是;你不能

在与他们的玩家玩了很多天的把戏、查看他们的文档、在论坛上发布、研究actionscript、下载他们的fla示例文件并对其进行修补之后,ustream上的分水岭在从ssl背后提供服务时总是容易受到攻击

有关更多信息,请参阅本文: