User:Anno1404/Wikia shooter game

From the group that combats the Wikia skin, the Anti-Wikia alliance.
Jump to: navigation, search

instructions on wikia[edit | edit source]

http://community.wikia.com/wiki/Forum:Is_there_a_way_to_get_a_HTML_code_that_makes_a_web_game_appear%3F

<div class="aow2"></div>

$(function () { 
$(".aow2").html('<object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" codebase="http://fpdownload.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=8,0,0,0" width="720" height="480" id="gamefile" align="middle"><param name="movie" value="http://cache.armorgames.com/files/games/age-of-war-2-5933.swf" /><param name="quality" value="high" /><param name="allowfullscreen" value="false" /><param name="flashvars" value="" /><embed src="http://cache.armorgames.com/files/games/age-of-war-2-5933.swf" quality="high" width="720" height="480" name="gamefile" align="middle" allowfullscreen="false" flashvars="" type="application/x-shockwave-flash" pluginspage="http://www.adobe.com/go/getflashplayer" /></object>'); 
});  

On dead-rising.wikia.com[edit | edit source]

works: http://dead-rising.wikia.com/wiki/Maps

$(function () { $(".map2").html('<object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" codebase="http://fpdownload.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=8,0,0,0" width="940" height="960" id="gamefile" align="middle"><param name="movie" value="http://www.igottheconch.com/deadrising.swf"/><param name="quality" value="high" /><param name="allowfullscreen" value="false" /><param name="flashvars" value="" /><embed src="http://www.igottheconch.com/deadrising.swf" quality="high" width="940" height="960" name="gamefile" align="middle" allowfullscreen="false" flashvars="" type="application/x-shockwave-flash" pluginspage="http://www.adobe.com/go/getflashplayer" /></object>'); });

<div class="map2"></div><!--on MediaWiki:Common.js -->

Other attempts[edit | edit source]

works:

http://deadrisingwiki.com/w/ws.swf

$(function () { $(".game").html('<object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" codebase="http://fpdownload.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=8,0,0,0" width="940" height="960" id="gamefile" align="middle"><param name="movie" value="http://www.deadrisingwiki.com/w/ws.swf"/><param name="quality" value="high" /><param name="allowfullscreen" value="false" /><param name="flashvars" value="" /><embed src="http://www.deadrisingwiki.com/w/ws.swf" quality="high" width="940" height="960" name="gamefile" align="middle" allowfullscreen="false" flashvars="" type="application/x-shockwave-flash" pluginspage="http://www.adobe.com/go/getflashplayer" /></object>'); });

hotlinking[edit | edit source]

"It might not work if they don't support hotlinking."[1]

How to disable: http://www.mwusers.com/forums/showthread.php?11120-Stopping-Hotlinking