0

「中毒ゲーム」のFlashゲームを自分のWebサイトに埋め込むと、白く表示され、ムービーがロードされていないと表示されます。Addicting Gamesは、Webサイトにコピーするための簡単な埋め込みリンクを提供しますが、私のコンピューターやブラウザーなどでは機能しません...

ここにリンクhttp://www.zentenialgames.com/infectionator.htmlがあります。

<object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000"
codebase="http://fpdownload.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=10,0,0,0"
id="gameObject" width="700" height="500"><param name="movie"
value="/newGames/strategy-games/infectionator/infectionator_w.swf"/><param
name="menu" value="false"/><param name="allowscriptaccess"
value="samedomain"/><param name="allownetworking" value="all"/><embed
src="/newGames/strategy-games/infectionator/infectionator_w.swf"
width="700" height="500" menu="false"  allowscriptaccess="samedomain"
allownetworking="all" name="gameObject"
type="application/x-shockwave-flash"
pluginspage="http://www.macromedia.com/go/getflashplayer"></embed></object><span
style="font-size:11px;"><br/><a href=""
style="font-size:11px;">Games</a>:<a
href="http://www.addictinggames.com/strategy-games/index.jsp"
style="font-size:11px;">Play Strategy Games on
AddictingGames</a><br/><a
href="http://www.addictinggames.com/legal/terms-use.jsp"
style="font-size:11px;">Terms of Use</a> | <a
href="http://www.addictinggames.com/legal/copyright.jsp"
style="font-size:11px;">© 2012 Atom Entertainment, Inc., a subsidiary
of Viacom International Inc. All Rights Reserved.</a></span>
4

1 に答える 1

1

コードを次のように置き換えます

<object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" codebase="http://fpdownload.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=10,0,0,0" id="gameObject" width="700" height="500"><param name="movie" value="/newGames/strategy-games/infectionator/infectionator_w.swf"/><param name="menu" value="false"/><param name="allowscriptaccess" value="samedomain"/><param name="allownetworking" value="all"/><embed src="/newGames/strategy-games/infectionator/infectionator_w.swf" width="700" height="500" menu="false"  allowscriptaccess="samedomain" allownetworking="all" name="gameObject" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer"></embed></object><span style="font-size:11px;"><br/><a href="" style="font-size:11px;">Games</a>:<a href="http://www.addictinggames.com/strategy-games/index.jsp" style="font-size:11px;">Play Strategy Games on AddictingGames</a><br/><a href="http://www.addictinggames.com/legal/terms-use.jsp" style="font-size:11px;">Terms of Use</a> | <a href="http://www.addictinggames.com/legal/copyright.jsp" style="font-size:11px;">&copy; 2012 Atom Entertainment, Inc., a subsidiary of Viacom International Inc. All Rights Reserved.</a></span>

コードの2か所に「 http://addictinggames.com/ 」がありませんでした。

1つは'value= "/ newGames/strategy-games/infectionator/infectionator_w.swf"'でした

他のスポットは「src="/ newGames /strategy-games / infectionator/infectionator_w.swf"」でした

于 2012-05-30T16:21:10.373 に答える