Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在尝试运行使用 DoubleClick 工作室创建的父子横幅。
它在我的计算机上运行良好,但是当我尝试在另一台服务器上托管孩子时,我收到以下消息:
ProxyEnabler:找不到父启动器。
注意我使用的是礼貌的加载器。
请帮助我:)
代理启用程序在父项中。如果您只托管孩子,它将不会运行。
您可以尝试将其添加到孩子以使其独立运行:
import com.google.ads.studio.HtmlEnabler; var enabler:Object; enabler = HtmlEnabler.getInstance(); enabler.init( this );