首页
学习
活动
专区
圈层
工具
发布
社区首页 >问答首页 >为什么谷歌视频播放器会随机给出异常

为什么谷歌视频播放器会随机给出异常
EN

Stack Overflow用户
提问于 2014-01-08 15:15:09
回答 1查看 114关注 0票数 0
代码语言:javascript
复制
any ideas? Why the google video player randomly gives exception, how can I fix it?
This problem suddenly started this week or so.

    SecurityError: Error #2047: Security sandbox violation: parent: my.swf cannot access 
    http://s.ytimg.com/yts/swfbin/player-vflqv4MLv/watch_as3.swf.
    at flash.display::DisplayObject/get parent()
    at fl.managers::FocusManager/isTabVisible()
    at fl.managers::FocusManager/tabEnabledChangeHandler()
    at flash.events::EventDispatcher/dispatchEventFunction()
    at flash.events::EventDispatcher/dispatchEvent()
    at com.google.youtube.ui::UIElement/onAddedToStage()
    at flash.display::DisplayObjectContainer/addChild()
    at com.google.ads.ima.formats.common.video::YouTubeChromelessPlaybackImpl/play()
    at com.google.ads.ima.formats.vast.ui::AbstractVideoAdRenderer/usePlaybackToPlayVideo()
    at com.google.ads.ima.formats.vast.ui::AbstractVideoAdRenderer/start()
    at com.google.ads.ima.formats.common::AbstractVpaidAd/start()
    at com.google.ads.ima.formats.common.video::AbstractVideoAd/start()
    at com.google.ads.ima.formats.common::VpaidAdsManagerImpl/startCurrentAd()
    at com.google.ads.ima.formats.common::VpaidAdsManagerImpl/startInternal()
    at com.google.ads.ima.common::AbstractAdsManager/start()
    at com.google.ads.ima.formats.common::VpaidAdsManagerImpl/redispatchAdEventHandler()
    at com.google.ads.ima.common::AbstractAdsManager/adEventHandler()
    at flash.events::EventDispatcher/dispatchEventF
EN

回答 1

Stack Overflow用户

发布于 2014-01-09 01:56:02

只需尝试以下步骤:

在Flash IDE中,进入File->Publish Settings->Flash->Local playback security并选择‘Access local files only’或‘Access network only’。

在FlashDevelop中,右键单击项目->属性->编译器选项->使用网络服务

在Amethyst中,右键单击解决方案资源管理器中的项目->属性->编译器->使用网络

摘自:here

票数 1
EN
页面原文内容由Stack Overflow提供。腾讯云小微IT领域专用引擎提供翻译支持
原文链接:

https://stackoverflow.com/questions/20989221

复制
相关文章

相似问题

领券
问题归档专栏文章快讯文章归档关键词归档开发者手册归档开发者手册 Section 归档