gregaizi
Forum Replies Created
Viewing 1 replies (of 1 total)
-
Forum: Fixing WordPress
In reply to: How to include a flash clip into a post?I solved the problem to just hit another one:
This is my post:[ Moderator Note: Please post 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)