Title: gregaizi's Replies | WordPress.org

---

# gregaizi

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

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

 Search replies:

## Forum Replies Created

Viewing 1 replies (of 1 total)

 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [How to include a flash clip into a post?](https://wordpress.org/support/topic/how-to-include-a-flash-clip-into-a-post/)
 *  Thread Starter [gregaizi](https://wordpress.org/support/users/gregaizi/)
 * (@gregaizi)
 * [13 years, 4 months ago](https://wordpress.org/support/topic/how-to-include-a-flash-clip-into-a-post/#post-3363516)
 * I solved the problem to just hit another one:
    This is my post:
 * _[ Moderator Note: [Please post code](http://codex.wordpress.org/Forum_Welcome#Posting_Code)
   or markup snippets between backticks or use the code button. ]_
 *     ```
       <center>
       [kml_flashembed movie="/wp-content/uploads/AaronSwartz.swf" height="180"  /]
       [flowplayer src='http://brooklyn-justice.info/wp-content/uploads/RT_Aaron_Swartz_interview.flv' autoplay=false width=400]
       </center>
       ```
   
 * It works fine, but I make it sticky the whole ‘home’ page disappears.
    It generates
   following code:
 *     ```
       <script type='text/javascript' src='http://brooklyn-justice.info/wp-includes/js/swfobject.js?ver=2.2-20120417'></script>
   
       <script type="text/javascript" charset="utf-8">
   
       	/**
       	 * Courtesy of Kimili Flash Embed - Version 2.3
       	 * by Michael Bester - http://kimili.com
       	 */
   
       	(function(){
       		try {
       			// Disabling SWFObject's Autohide feature
       			if (typeof swfobject.switchOffAutoHideShow === "function") {
       				swfobject.switchOffAutoHideShow();
       			}
       		} catch(e) {}
       	})();
       </script>
       <link rel="EditURI" type="application/rsd+xml" title="RSD" href="http://brooklyn-justice.info/xmlrpc.php?rsd" />
       <link rel="wlwmanifest" type="application/wlwmanifest+xml" href="http://brooklyn-justice.info/wp-includes/wlwmanifest.xml" />
       <meta name="generator" content="WordPress 3.5" />
       <link rel="stylesheet" href="http://brooklyn-justice.info/wp-content/plugins/fv-wordpress-flowplayer/css/flowplayer.css" type="text/css" media="screen" />
       <script type="text/javascript" src="http://brooklyn-justice.info/wp-content/plugins/fv-wordpress-flowplayer/flowplayer/flowplayer.min.js"></script>
       <script type="text/javascript" src="http://brooklyn-justice.info/wp-content/plugins/fv-wordpress-flowplayer/js/checkvideo.js"></script>
       <!--[if lt IE 7.]>
             <script defer type="text/javascript" src="http://brooklyn-justice.info/wp-content/plugins/fv-wordpress-flowplayer/js/pngfix.js"></script>
             <![endif]-->
             <script type="text/javascript">
             	/*<![CDATA[*/
             		function fp_replay(hash) {
             			var fp = document.getElementById('wpfp_'+hash);
             			var popup = document.getElementById('wpfp_'+hash+'_popup');
             			fp.removeChild(popup);
             			flowplayer('wpfp_'+hash).play();
             		}
             		function fp_share(hash) {
             			var cp = document.getElementById('wpfp_'+hash+'_custom_popup');
             			cp.innerHTML = '<div style="margin-top: 10px; text-align: center;"><label for="permalink" style="color: white;">Permalink to this page:</label><input onclick="this.select();" id="permalink" name="permalink" type="text" value="http://brooklyn-justice.info/" /></div>';
             		}
             	/*]]>*/
             </script><script type='text/javascript' src='http://s0.wp.com/wp-content/js/devicepx-jetpack.js?ver=201303'></script>
       ```
   
 * Can you help me to figure out what happens?

Viewing 1 replies (of 1 total)