• Hi all

    I am trying to put a game onto my wordpress site from this site https://www.freegamesforyourwebsite.com/

    However when I put the following code into the header it causes a error

    <script language="javascript">
    	if (AC_FL_RunContent == 0) {
    		alert("This page requires AC_RunActiveContent.js.");
    	} else {
    		AC_FL_RunContent(
    			'codebase', 'https://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=8,0,0,0',
    			'width', '670',
    			'height', '550',
    			'src', 'the-pizza-guy',
    			'quality', 'high',
    			'pluginspage', 'https://www.macromedia.com/go/getflashplayer',
    			'align', 'middle',
    			'play', 'true',
    			'loop', 'true',
    			'scale', 'showall',
    			'wmode', 'opaque',
    			'devicefont', 'false',
    			'id', 'the-pizza-guy',
    			'bgcolor', '#000000',
    			'name', 'the-pizza-guy',
    			'menu', 'true',
    			'allowFullScreen', 'false',
    			'allowScriptAccess','always',
    			'movie', 'the-pizza-guy',
    			'salign', ''
    			); //end AC code
    	}
    </script>

    I have then put the flash game code in the html of the wp page as below

    <noscript>
    	<object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" codebase="https://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=8,0,0,0" width="670" height="550" id="the-pizza-guy" align="middle">
    	<param name="allowScriptAccess" value="always" />
    	<param name="allowFullScreen" value="false" />
    	<param name="movie" value="the-pizza-guy.swf" /><param name="quality" value="high" /><param name="wmode" value="opaque" /><param name="bgcolor" value="#000000" />	<embed src="the-pizza-guy quality="high" wmode="opaque" bgcolor="#000000" width="670" height="550" name="the-pizza-guy" align="middle" allowScriptAccess="always" allowFullScreen="false" type="application/x-shockwave-flash" pluginspage="https://www.macromedia.com/go/getflashplayer" />
    	</object>
    </noscript>
    <p>
    <table width="670" border="0" align="center" cellpadding="0" cellspacing="0">
      <tr>
        <td> 
    
    <font color="black" size="3" face="Verdana"><b>The Pizza Guy:</b><br>
    Pizza delivery is a tough job!  Dodge the traffic and get to your destination in time, or you'll end up with a very angry customer!  Don't forget to upgrade your vehicle to get the job done faster!
    </br>
    <P>
    
    <b>Controls:</b><br>
    <li> <b>Move around</b> - Arrow keys
    
    <li> <b>Navigate menus</b> - Use the mouse
    </br>
    
    <P>
    <b>Resolution:</b><br>
    <li> <b>Width:</b> 670
    <li> <b>Height:</b> 550
    </P>

    thanks for any help

Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
  • The topic ‘problem putting a game link on wordpress’ is closed to new replies.