Title: ar3s's Replies | WordPress.org

---

# ar3s

  [  ](https://wordpress.org/support/users/ar3s/)

 *   [Profile](https://wordpress.org/support/users/ar3s/)
 *   [Topics Started](https://wordpress.org/support/users/ar3s/topics/)
 *   [Replies Created](https://wordpress.org/support/users/ar3s/replies/)
 *   [Reviews Written](https://wordpress.org/support/users/ar3s/reviews/)
 *   [Topics Replied To](https://wordpress.org/support/users/ar3s/replied-to/)
 *   [Engagements](https://wordpress.org/support/users/ar3s/engagements/)
 *   [Favorites](https://wordpress.org/support/users/ar3s/favorites/)

 Search replies:

## Forum Replies Created

Viewing 3 replies - 1 through 3 (of 3 total)

 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [Use get_header() and get_footer() commands in custom page?](https://wordpress.org/support/topic/use-get_header-and-get_footer-commands-in-custom-page/)
 *  Thread Starter [ar3s](https://wordpress.org/support/users/ar3s/)
 * (@ar3s)
 * [20 years, 3 months ago](https://wordpress.org/support/topic/use-get_header-and-get_footer-commands-in-custom-page/#post-320741)
 * 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="http://
   download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,19,0"
   width="640" height="400"> <param name="movie" value="http://ar3s.com/wordpress/
   wp-content/themes/ar3s/games/game.swf" /> <param name="quality" value="high" /
   > <embed src="http://ar3s.com/wordpress/wp-content/themes/ar3s/games/game.swf"
   quality="high" pluginspage="http://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="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.
   cab#version=7,0,19,0" classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000"> <
   param value="http://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](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [Use get_header() and get_footer() commands in custom page?](https://wordpress.org/support/topic/use-get_header-and-get_footer-commands-in-custom-page/)
 *  Thread Starter [ar3s](https://wordpress.org/support/users/ar3s/)
 * (@ar3s)
 * [20 years, 3 months ago](https://wordpress.org/support/topic/use-get_header-and-get_footer-commands-in-custom-page/#post-320731)
 * 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: [http://ar3s.com/wordpress/wp-content/themes/ar3s/games/game.swf](http://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):
    [http://ar3s.com/wordpress/wp-content/themes/ar3s/games.php](http://ar3s.com/wordpress/wp-content/themes/ar3s/games.php)
 * I tried using the simple
    `<embed src="http://ar3s.com/wordpress/wp-content/themes/
   ar3s/games/game.swf" quality="high" pluginspage="http://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](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [Use get_header() and get_footer() commands in custom page?](https://wordpress.org/support/topic/use-get_header-and-get_footer-commands-in-custom-page/)
 *  Thread Starter [ar3s](https://wordpress.org/support/users/ar3s/)
 * (@ar3s)
 * [20 years, 3 months ago](https://wordpress.org/support/topic/use-get_header-and-get_footer-commands-in-custom-page/#post-320729)
 * 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="http://
   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="http://www.macromedia.com/go/getflashplayer" type
   ="application/x-shockwave-flash" width="640" height="400"></embed> </object>
 * it worked properly, however nothing came up – [http://www.ar3s.com/wordpress/?page_id=11](http://www.ar3s.com/wordpress/?page_id=11)

Viewing 3 replies - 1 through 3 (of 3 total)