ar3s
Forum Replies Created
-
Forum: Plugins
In reply to: Use get_header() and get_footer() commands in custom page?I put this into the code:
<table><td>
A cool game called "Thing Thing 2"<br/>
<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="https://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,19,0" width="640" height="400">
<param name="movie" value="https://ar3s.com/wordpress/wp-content/themes/ar3s/games/game.swf" />
<param name="quality" value="high" />
<embed src="https://ar3s.com/wordpress/wp-content/themes/ar3s/games/game.swf" quality="high" pluginspage="https://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" width="640" height="400"></embed>
</object></td></table>
…and when it didnt work, i hit edit, and came back with:
<table>
<tr>
<td>A cool game called "Thing Thing 2"
<object width="640" height="400" codebase="https://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,19,0" classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000">
<param value="https://ar3s.com/wordpress/wp-content/themes/ar3s/games/game.swf" name="movie" />
<param value="high" name="quality" /></object></td>
</tr>
</table>EDIT: Holy crap! it opens properly in IE
Now to get it to open in FireFox >_<
Forum: Plugins
In reply to: Use get_header() and get_footer() commands in custom page?Hmm… I dont think that I’m entering the flash file script properly..
Heres a link the file I want to play in this page:
https://ar3s.com/wordpress/wp-content/themes/ar3s/games/game.swf
would anyone have experience with embedding flash files?also, heres a link to the template file (may be something wrong with it):
https://ar3s.com/wordpress/wp-content/themes/ar3s/games.phpI tried using the simple
<embed src="https://ar3s.com/wordpress/wp-content/themes/ar3s/games/game.swf" quality="high" pluginspage="https://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" width="640" height="400"></embed>
..which didnt work
I went to edit it and it completely removed all of the code..Thanks for your help so far ??
Forum: Plugins
In reply to: Use get_header() and get_footer() commands in custom page?Okay, thanks ??
I think i did it correctly, however i went to create a new page this code:<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="https://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,19,0" width="640" height="400" title="thingthing2">
<param name="movie" value="games/game.swf" />
<param name="quality" value="high" />
<embed src="games/game.swf" quality="high" pluginspage="https://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" width="640" height="400"></embed>
</object>it worked properly, however nothing came up – https://www.ar3s.com/wordpress/?page_id=11