<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: Disable WordPress 2.5 Flash Image/Video/Media Uploader with Plugin</title>
	<atom:link href="http://www.tipandtrick.net/2008/disable-wordpress-25-flash-imagevideomedia-uploader-with-plugin/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.tipandtrick.net/2008/disable-wordpress-25-flash-imagevideomedia-uploader-with-plugin/</link>
	<description>Tips and Tricks on Computing, Technology and Gadgets.</description>
	<lastBuildDate>Sun, 08 Nov 2009 15:50:39 +0800</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.5</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: betzy</title>
		<link>http://www.tipandtrick.net/2008/disable-wordpress-25-flash-imagevideomedia-uploader-with-plugin/comment-page-1/#comment-11255</link>
		<dc:creator>betzy</dc:creator>
		<pubDate>Sun, 04 Oct 2009 13:17:49 +0000</pubDate>
		<guid isPermaLink="false">http://www.tipandtrick.net/?p=221#comment-11255</guid>
		<description>do you have any idea how to disable the default flash player for mp3 links ?? i want to show the mp3 link but the wordpress put there a flash player :((</description>
		<content:encoded><![CDATA[<p>do you have any idea how to disable the default flash player for mp3 links ?? i want to show the mp3 link but the wordpress put there a flash player <img src='http://www.tipandtrick.net/wp-includes/images/smilies/icon_sad.gif' alt=':(' class='wp-smiley' /> (</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Denis</title>
		<link>http://www.tipandtrick.net/2008/disable-wordpress-25-flash-imagevideomedia-uploader-with-plugin/comment-page-1/#comment-9410</link>
		<dc:creator>Denis</dc:creator>
		<pubDate>Fri, 19 Jun 2009 19:03:43 +0000</pubDate>
		<guid isPermaLink="false">http://www.tipandtrick.net/?p=221#comment-9410</guid>
		<description>This was really helpfull. Thanks !</description>
		<content:encoded><![CDATA[<p>This was really helpfull. Thanks !</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Michele</title>
		<link>http://www.tipandtrick.net/2008/disable-wordpress-25-flash-imagevideomedia-uploader-with-plugin/comment-page-1/#comment-8097</link>
		<dc:creator>Michele</dc:creator>
		<pubDate>Thu, 02 Apr 2009 01:11:08 +0000</pubDate>
		<guid isPermaLink="false">http://www.tipandtrick.net/?p=221#comment-8097</guid>
		<description>grazie mille, questo post è stato provvidenziale!</description>
		<content:encoded><![CDATA[<p>grazie mille, questo post è stato provvidenziale!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: kookimebux</title>
		<link>http://www.tipandtrick.net/2008/disable-wordpress-25-flash-imagevideomedia-uploader-with-plugin/comment-page-1/#comment-6960</link>
		<dc:creator>kookimebux</dc:creator>
		<pubDate>Sun, 01 Feb 2009 17:44:59 +0000</pubDate>
		<guid isPermaLink="false">http://www.tipandtrick.net/?p=221#comment-6960</guid>
		<description>Hello. And Bye. :)</description>
		<content:encoded><![CDATA[<p>Hello. And Bye. <img src='http://www.tipandtrick.net/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Rene Hasprunar</title>
		<link>http://www.tipandtrick.net/2008/disable-wordpress-25-flash-imagevideomedia-uploader-with-plugin/comment-page-1/#comment-6117</link>
		<dc:creator>Rene Hasprunar</dc:creator>
		<pubDate>Sat, 13 Dec 2008 13:15:22 +0000</pubDate>
		<guid isPermaLink="false">http://www.tipandtrick.net/?p=221#comment-6117</guid>
		<description>Here is the fix that worked for me.

fryewiles
Member
Posted 12 hours ago #

I had the same problem, and I was able to fix it by reuploading:

/wp-includes/js/swfupload/

And then clearing my browser cache.</description>
		<content:encoded><![CDATA[<p>Here is the fix that worked for me.</p>
<p>fryewiles<br />
Member<br />
Posted 12 hours ago #</p>
<p>I had the same problem, and I was able to fix it by reuploading:</p>
<p>/wp-includes/js/swfupload/</p>
<p>And then clearing my browser cache.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tien Do Xuan</title>
		<link>http://www.tipandtrick.net/2008/disable-wordpress-25-flash-imagevideomedia-uploader-with-plugin/comment-page-1/#comment-5701</link>
		<dc:creator>Tien Do Xuan</dc:creator>
		<pubDate>Mon, 17 Nov 2008 12:08:57 +0000</pubDate>
		<guid isPermaLink="false">http://www.tipandtrick.net/?p=221#comment-5701</guid>
		<description>After should be:
$flash_action_url = get_option(&#039;siteurl&#039;) . &quot;/wp-admin/async-upload.php&quot;;

$flash = apply_filters(&#039;flash_uploader&#039;, true);
// If Mac and mod_security, no Flash. :(
if ( $flash &amp;&amp; false !== strpos(strtolower($_SERVER[&#039;HTTP_USER_AGENT&#039;]), ‘mac’) &amp;&amp; apache_mod_loaded(’mod_security’) )
$flash = false;</description>
		<content:encoded><![CDATA[<p>After should be:<br />
$flash_action_url = get_option(&#8217;siteurl&#8217;) . &#8220;/wp-admin/async-upload.php&#8221;;</p>
<p>$flash = apply_filters(&#8217;flash_uploader&#8217;, true);<br />
// If Mac and mod_security, no Flash. <img src='http://www.tipandtrick.net/wp-includes/images/smilies/icon_sad.gif' alt=':(' class='wp-smiley' /><br />
if ( $flash &amp;&amp; false !== strpos(strtolower($_SERVER['HTTP_USER_AGENT']), ‘mac’) &amp;&amp; apache_mod_loaded(’mod_security’) )<br />
$flash = false;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Taras Di</title>
		<link>http://www.tipandtrick.net/2008/disable-wordpress-25-flash-imagevideomedia-uploader-with-plugin/comment-page-1/#comment-4985</link>
		<dc:creator>Taras Di</dc:creator>
		<pubDate>Wed, 01 Oct 2008 15:25:52 +0000</pubDate>
		<guid isPermaLink="false">http://www.tipandtrick.net/?p=221#comment-4985</guid>
		<description>The above instructions do not work for me... the flash uploader still gets called.

I noticed, by debugging the code, that by the time the function that you edit in your instructions gets called, the browser is already displaying the &#039;loading upload form&#039; bar (ie: the screen has turned black).

I&#039;ve tried clearing the cache, and I&#039;m using FF3.. any ideas on what could be going wrong?</description>
		<content:encoded><![CDATA[<p>The above instructions do not work for me&#8230; the flash uploader still gets called.</p>
<p>I noticed, by debugging the code, that by the time the function that you edit in your instructions gets called, the browser is already displaying the &#8216;loading upload form&#8217; bar (ie: the screen has turned black).</p>
<p>I&#8217;ve tried clearing the cache, and I&#8217;m using FF3.. any ideas on what could be going wrong?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: sage</title>
		<link>http://www.tipandtrick.net/2008/disable-wordpress-25-flash-imagevideomedia-uploader-with-plugin/comment-page-1/#comment-3488</link>
		<dc:creator>sage</dc:creator>
		<pubDate>Mon, 09 Jun 2008 13:28:03 +0000</pubDate>
		<guid isPermaLink="false">http://www.tipandtrick.net/?p=221#comment-3488</guid>
		<description>It was much easier to revert to the previous version of wordpress, however, I have another problem.( I still cannot imbed video. . .) I design the photos to be a specific size on the  blog page but have found that the uploader puts an &#039;alt&#039; size into the html that takes precedence in the presentation, unifying all the photo sizes to a smaller format. When I finish writing, I have to go back through the code and remove all the &#039;alt&#039;s from the code so that all is seen as I planned when I publish.</description>
		<content:encoded><![CDATA[<p>It was much easier to revert to the previous version of wordpress, however, I have another problem.( I still cannot imbed video. . .) I design the photos to be a specific size on the  blog page but have found that the uploader puts an &#8216;alt&#8217; size into the html that takes precedence in the presentation, unifying all the photo sizes to a smaller format. When I finish writing, I have to go back through the code and remove all the &#8216;alt&#8217;s from the code so that all is seen as I planned when I publish.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mario</title>
		<link>http://www.tipandtrick.net/2008/disable-wordpress-25-flash-imagevideomedia-uploader-with-plugin/comment-page-1/#comment-3486</link>
		<dc:creator>Mario</dc:creator>
		<pubDate>Mon, 09 Jun 2008 10:51:43 +0000</pubDate>
		<guid isPermaLink="false">http://www.tipandtrick.net/?p=221#comment-3486</guid>
		<description>Is it possible to totally remove the media buttons from the Write Post page?  I don&#039;t want users to use or even see these things.  I also want to remove the text editor buttons too!</description>
		<content:encoded><![CDATA[<p>Is it possible to totally remove the media buttons from the Write Post page?  I don&#8217;t want users to use or even see these things.  I also want to remove the text editor buttons too!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Upload Problems with Wordpress 2.5 &#124; Batang Yagit</title>
		<link>http://www.tipandtrick.net/2008/disable-wordpress-25-flash-imagevideomedia-uploader-with-plugin/comment-page-1/#comment-2346</link>
		<dc:creator>Upload Problems with Wordpress 2.5 &#124; Batang Yagit</dc:creator>
		<pubDate>Sat, 10 May 2008 08:21:11 +0000</pubDate>
		<guid isPermaLink="false">http://www.tipandtrick.net/?p=221#comment-2346</guid>
		<description>[...] to a blog post I found, &#8220;&#8230;the media uploader has numerous bugs and problems, which basically make the [...]</description>
		<content:encoded><![CDATA[<p>[...] to a blog post I found, &#8220;&#8230;the media uploader has numerous bugs and problems, which basically make the [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: admin</title>
		<link>http://www.tipandtrick.net/2008/disable-wordpress-25-flash-imagevideomedia-uploader-with-plugin/comment-page-1/#comment-820</link>
		<dc:creator>admin</dc:creator>
		<pubDate>Mon, 21 Apr 2008 07:11:59 +0000</pubDate>
		<guid isPermaLink="false">http://www.tipandtrick.net/?p=221#comment-820</guid>
		<description>Have you tried to re-upload wordpress files? Probably some files have corrupted.</description>
		<content:encoded><![CDATA[<p>Have you tried to re-upload wordpress files? Probably some files have corrupted.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: sage</title>
		<link>http://www.tipandtrick.net/2008/disable-wordpress-25-flash-imagevideomedia-uploader-with-plugin/comment-page-1/#comment-818</link>
		<dc:creator>sage</dc:creator>
		<pubDate>Mon, 21 Apr 2008 06:04:29 +0000</pubDate>
		<guid isPermaLink="false">http://www.tipandtrick.net/?p=221#comment-818</guid>
		<description>I have just folowed all of your instructions and I am still getting this error: Fatal error: Call to undefined function wp_constrain_dimensions() in /home2/newyorka/public_html/wp-admin/includes/image.php on line 173

I have altered the htaccess to turn of the mod thing and nothing has worked on my Mac (10.5) in safari or FF
 Anything else I can do?
 thanks</description>
		<content:encoded><![CDATA[<p>I have just folowed all of your instructions and I am still getting this error: Fatal error: Call to undefined function wp_constrain_dimensions() in /home2/newyorka/public_html/wp-admin/includes/image.php on line 173</p>
<p>I have altered the htaccess to turn of the mod thing and nothing has worked on my Mac (10.5) in safari or FF<br />
 Anything else I can do?<br />
 thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: admin</title>
		<link>http://www.tipandtrick.net/2008/disable-wordpress-25-flash-imagevideomedia-uploader-with-plugin/comment-page-1/#comment-746</link>
		<dc:creator>admin</dc:creator>
		<pubDate>Sat, 19 Apr 2008 16:52:10 +0000</pubDate>
		<guid isPermaLink="false">http://www.tipandtrick.net/?p=221#comment-746</guid>
		<description>What error message you have?</description>
		<content:encoded><![CDATA[<p>What error message you have?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: warriorfr</title>
		<link>http://www.tipandtrick.net/2008/disable-wordpress-25-flash-imagevideomedia-uploader-with-plugin/comment-page-1/#comment-745</link>
		<dc:creator>warriorfr</dc:creator>
		<pubDate>Sat, 19 Apr 2008 16:49:43 +0000</pubDate>
		<guid isPermaLink="false">http://www.tipandtrick.net/?p=221#comment-745</guid>
		<description>Thank you very much !
Now I can send files, but I still get the same error message I have with IE7.
However even with this error, the upload works.</description>
		<content:encoded><![CDATA[<p>Thank you very much !<br />
Now I can send files, but I still get the same error message I have with IE7.<br />
However even with this error, the upload works.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Disable WordPress 2.5 Flash Image/Video/Media Uploader with Plugin (Excerpt) &#187; My Digital Life</title>
		<link>http://www.tipandtrick.net/2008/disable-wordpress-25-flash-imagevideomedia-uploader-with-plugin/comment-page-1/#comment-632</link>
		<dc:creator>Disable WordPress 2.5 Flash Image/Video/Media Uploader with Plugin (Excerpt) &#187; My Digital Life</dc:creator>
		<pubDate>Thu, 17 Apr 2008 02:55:12 +0000</pubDate>
		<guid isPermaLink="false">http://www.tipandtrick.net/?p=221#comment-632</guid>
		<description>[...] reading Disable WordPress 2.5 Flash Image/Video/Media Uploader with Plugin at Tip and [...]</description>
		<content:encoded><![CDATA[<p>[...] reading Disable WordPress 2.5 Flash Image/Video/Media Uploader with Plugin at Tip and [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tambayan.ph &#187; Fix the media uploader when using IE7 on the latest WordPress 2.5</title>
		<link>http://www.tipandtrick.net/2008/disable-wordpress-25-flash-imagevideomedia-uploader-with-plugin/comment-page-1/#comment-115</link>
		<dc:creator>Tambayan.ph &#187; Fix the media uploader when using IE7 on the latest WordPress 2.5</dc:creator>
		<pubDate>Fri, 04 Apr 2008 04:03:18 +0000</pubDate>
		<guid isPermaLink="false">http://www.tipandtrick.net/?p=221#comment-115</guid>
		<description>[...] an alternative you can just disable the media uploader and revert to the old one via a plugin. Or just use Firefox and wait for WordPress [...]</description>
		<content:encoded><![CDATA[<p>[...] an alternative you can just disable the media uploader and revert to the old one via a plugin. Or just use Firefox and wait for WordPress [...]</p>
]]></content:encoded>
	</item>
</channel>
</rss>
