2016-12-27 81 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.