2016-12-27 73 views
0

我从localtimes.info/getwidget/20100如何为网站自动播放此Flash自动化?

我很困惑,为什么这个网站的时钟自动播放抓源代码,但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

“我很困惑,为什么这个网站的时钟自动播放,但是当我嵌入我的,它会显示一个‘播放按钮’在我这样的网站。”

因为两件事情:显示器尺寸和Flash应用程序从外部服务器到来。

可能的解决方案(选择A或B):

(A) - 从运行自己的服务器的Flash应用程序(SWF文件)(同一位置的HTML文件)。

(B) - 将显示尺寸增加到最小值800 x 600.