在“ addictinggames.com/action-games/bubbles.jsp”网站上,当用户未启用播放游戏的闪光灯时,将显示一条消息。在消息中,用户必须单击“下载/启用”,然后单击时,屏幕上会出现一个“弹出”字样:“单击“允许”播放!”指示用户应点击以启用Flash。
我有一个Flash网站,我需要做这样的事情。 我可以使用什么脚本执行相同的功能?
在我的网站上,我使用以下代码:
<div id = "alternativecontent">
You need the Flash Player for some Games on the UK.
Enable or install the plugin in your browser to be able to play!
<p> <a href="https://www.adobe.com/go/getflashplayer"> Click here! </a> </ p> </ div>
但是,此代码只会弹出Google Chrome弹出窗口。
但是,如何在瘾君子游戏网站(addictinggames.com)中如何操作并启用弹出窗口,以将用户引导至Chrome弹出窗口?