<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>BlueScripts &#187; tiny mce</title>
	<atom:link href="http://bluescripts.net/tag/tiny-mce/feed/" rel="self" type="application/rss+xml" />
	<link>http://bluescripts.net</link>
	<description>Just another WordPress weblog</description>
	<lastBuildDate>Wed, 07 Jul 2010 16:42:05 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<item>
		<title>TinyMCE and Flash</title>
		<link>http://bluescripts.net/2009/01/tinymce-and-flash/</link>
		<comments>http://bluescripts.net/2009/01/tinymce-and-flash/#comments</comments>
		<pubDate>Fri, 23 Jan 2009 23:30:28 +0000</pubDate>
		<dc:creator>Josh</dc:creator>
				<category><![CDATA[javascript]]></category>
		<category><![CDATA[flash]]></category>
		<category><![CDATA[tiny mce]]></category>

		<guid isPermaLink="false">http://bluescripts.net/?p=130</guid>
		<description><![CDATA[Kept trying to enable flash in a TinyMCE editor I was using and finally the following worked for extended_valid_elements: object&#91;classid&#124;codebase&#124;width&#124;height&#124;data&#124;type&#93;,param&#91;name&#124;value&#93;,embed&#91;src&#124;quality&#124;width&#124;height&#124;type&#124;pluginspage&#124;bgcolor&#93;,a&#91;name&#124;href&#124;target&#124;title&#124;onclick&#93; I also added flash and media to my plugins init as well. Hope this helps someone else with that annoying tag stripping issue!]]></description>
			<content:encoded><![CDATA[<p>Kept trying to enable flash in a TinyMCE editor I was using and finally the following worked for extended_valid_elements:</p>

<div class="wp_syntax"><div class="code"><pre class="php" style="font-family:monospace;">object<span style="color: #009900;">&#91;</span>classid<span style="color: #339933;">|</span>codebase<span style="color: #339933;">|</span>width<span style="color: #339933;">|</span>height<span style="color: #339933;">|</span>data<span style="color: #339933;">|</span>type<span style="color: #009900;">&#93;</span><span style="color: #339933;">,</span>param<span style="color: #009900;">&#91;</span>name<span style="color: #339933;">|</span>value<span style="color: #009900;">&#93;</span><span style="color: #339933;">,</span>embed<span style="color: #009900;">&#91;</span>src<span style="color: #339933;">|</span>quality<span style="color: #339933;">|</span>width<span style="color: #339933;">|</span>height<span style="color: #339933;">|</span>type<span style="color: #339933;">|</span>pluginspage<span style="color: #339933;">|</span>bgcolor<span style="color: #009900;">&#93;</span><span style="color: #339933;">,</span>a<span style="color: #009900;">&#91;</span>name<span style="color: #339933;">|</span>href<span style="color: #339933;">|</span>target<span style="color: #339933;">|</span>title<span style="color: #339933;">|</span>onclick<span style="color: #009900;">&#93;</span></pre></div></div>

<p>I also added flash and media to my plugins init as well.</p>
<p>Hope this helps someone else with that annoying tag stripping issue!</p>
]]></content:encoded>
			<wfw:commentRss>http://bluescripts.net/2009/01/tinymce-and-flash/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
