我从localtimes.info/getwidget/20100
抓取源代码我很困惑为什么这个网站的时钟会自动播放when I embed mine, it displays a "Play Button" on my site like this...
这是它为我提供的代码。
<div style="margin: 15px 0px 0px; display: inline-block; text-align: center;">
<div style="display: inline-block; padding: 2px 4px; margin: 0px 0px 5px; border: 1px solid rgb(204, 204, 204); text-align: center; background-color: transparent;">
<a href="http://localtimes.info/difference" style="text-decoration: none; font-size: 13px; color: rgb(255, 255, 255);">World Clock</a></div>
<script type="text/javascript" src="http://localtimes.info/world_clock2.php?&cp1_Hex=ffffff&cp2_Hex=4b4b4b&cp3_Hex=006766&fwdt=88&ham=0&hbg=1&hfg=0&sid=0&mon=0&wek=0&wkf=0&sep=0&widget_number=20100&lcid=UKXX0085,USKY0854,USIN0102,USWI0474,USWA0331"></script></div>
I know I can activate Flash manually here.但是,如何将其作为源网站等访问者的全局默认设置?
答案 0 :(得分:0)
&#34;我很困惑为什么这个网站的时钟会自动播放,但是当我嵌入我的时钟时,它会显示一个&#34;播放按钮&#34;在我的网站上这样。&#34;
由于两件事:显示尺寸,Flash应用来自外部服务器。
可能的解决方案(选择A或B):
(A) - 从您自己的服务器运行Flash应用程序(swf文件)(与您的html文件位置相同)。
(B) - 将显示尺寸增加到最小800 x 600。