<?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: inline-js 0.4 —— wordpress plugin</title>
	<atom:link href="http://www.ooso.net/archives/379/feed" rel="self" type="application/rss+xml" />
	<link>http://www.ooso.net/archives/379</link>
	<description>Linux + Apache + Mysql + Php + Flash</description>
	<lastBuildDate>Wed, 11 Jan 2012 15:01:06 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: volcano</title>
		<link>http://www.ooso.net/archives/379/comment-page-1#comment-23323</link>
		<dc:creator>volcano</dc:creator>
		<pubDate>Sun, 18 May 2008 03:15:32 +0000</pubDate>
		<guid isPermaLink="false">http://www.ooso.net/index.php/archives/379#comment-23323</guid>
		<description>我想可能是你的wordpress帐号的“unfiltered_html”权限没有打开，你需要做如下设置：
&lt;ul&gt;
&lt;li&gt;在设置 / 撰写中关闭这个选项&quot;WordPress 应当自动修正无效的 XHTML 嵌套&quot;(‘WordPress should correct invalidly nested XHTML automatically)&lt;/li&gt;
&lt;li&gt;在用户 / 您的个人资料中关闭Use the visual editor when writing&lt;/li&gt;
&lt;li&gt;给你的帐号添加 ‘unfiltered_html’ 权限. 可以通过&lt;a href=&quot;http://im-web-gefunden.de/wordpress-plugins/role-manager/&quot; rel=&quot;nofollow&quot;&gt;安装role-manager插件&lt;/a&gt;来搞定。&lt;/li&gt;
&lt;/ul&gt;

详细说明见http://www.ooso.net/index.php/inline-js</description>
		<content:encoded><![CDATA[<p>我想可能是你的wordpress帐号的“unfiltered_html”权限没有打开，你需要做如下设置：</p>
<ul>
<li>在设置 / 撰写中关闭这个选项&#8221;WordPress 应当自动修正无效的 XHTML 嵌套&#8221;(‘WordPress should correct invalidly nested XHTML automatically)</li>
<li>在用户 / 您的个人资料中关闭Use the visual editor when writing</li>
<li>给你的帐号添加 ‘unfiltered_html’ 权限. 可以通过<a href="http://im-web-gefunden.de/wordpress-plugins/role-manager/" rel="nofollow">安装role-manager插件</a>来搞定。</li>
</ul>
<p>详细说明见http://www.ooso.net/index.php/inline-js</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: 枫秋叶</title>
		<link>http://www.ooso.net/archives/379/comment-page-1#comment-23314</link>
		<dc:creator>枫秋叶</dc:creator>
		<pubDate>Sat, 17 May 2008 18:48:27 +0000</pubDate>
		<guid isPermaLink="false">http://www.ooso.net/index.php/archives/379#comment-23314</guid>
		<description>请教大哥一下，我用的这个插件，但是，却不管用，我知道是怎么回事，所就来问问你。希望你能在百忙之中抽出一点时间来帮我看看。。我要实现的就是一个广告切换的功能，所用的代码在Ｈｔｍｌ里都是对的，在ＷＰ里就算用上你的这个插件仍然不管用，显示不出来。我把代码放在一个ＤＩＶ中，代码如下：

　[inline]
　
　document.write(&quot;hello world!&quot;);
　imgUrl1=&quot;images/01.jpg&quot;;
　imgtext1=&quot;蔬菜广告创意01&quot;
　imgLink1=escape(&quot;http://www.makewing.com&quot;);
　imgUrl2=&quot;images/02.jpg&quot;;
　imgtext2=&quot;蔬菜广告创意02&quot;
　imgLink2=escape(&quot;http://www.makewing.com&quot;);
　imgUrl3=&quot;images/03.jpg&quot;;
　imgtext3=&quot;蔬菜广告创意03&quot;
　imgLink3=escape(&quot;http://www.makewing.com&quot;);
　imgUrl4=&quot;images/04.jpg&quot;;
　imgtext4=&quot;蔬菜广告创意04&quot;
　imgLink4=escape(&quot;http://www.makewing.com&quot;);
　imgUrl5=&quot;images/05.jpg&quot;;
　imgtext5=&quot;蔬菜广告创意05&quot;
　imgLink5=escape(&quot;http://www.makewing.com&quot;);

　 var focus_width=200
　 var focus_height=110
　 var text_height=18
　 var swf_height = focus_height+text_height
			 
　 var pics=imgUrl1+&quot;&#124;&quot;+imgUrl2+&quot;&#124;&quot;+imgUrl3+&quot;&#124;&quot;+imgUrl4+&quot;&#124;&quot;+imgUrl5
　 var links=imgLink1+&quot;&#124;&quot;+imgLink2+&quot;&#124;&quot;+imgLink3+&quot;&#124;&quot;+imgLink4+&quot;&#124;&quot;+imgLink5
　 var texts=imgtext1+&quot;&#124;&quot;+imgtext2+&quot;&#124;&quot;+imgtext3+&quot;&#124;&quot;+imgtext4+&quot;&#124;&quot;+imgtext5
			 
　 document.write(&#039;&#039;);
　
　 document.write(&#039;&#039;);
　
　 document.write(&#039;&#039;);

　 document.write(&#039;&#039;);
　
　 document.write(&#039;&#039;);  document.write(&#039;&#039;);

 [/inline]

图片就在本目录下，Ｆｌａｓｈ也在本目录下，可运行出来的效果就是没有显示，一片灰白色。。。。。但是如果在里面写一句测试的Ａｌｅｒｔ的话，却可以弹出来。我弄了很久了，本人实在有点笨，没有弄出来。。也不知道为什么？请你帮帮忙看看是什么地方出问题了。。谢谢！！！</description>
		<content:encoded><![CDATA[<p>请教大哥一下，我用的这个插件，但是，却不管用，我知道是怎么回事，所就来问问你。希望你能在百忙之中抽出一点时间来帮我看看。。我要实现的就是一个广告切换的功能，所用的代码在Ｈｔｍｌ里都是对的，在ＷＰ里就算用上你的这个插件仍然不管用，显示不出来。我把代码放在一个ＤＩＶ中，代码如下：</p>
<p>　[inline]<br />
　<br />
　document.write(&#8220;hello world!&#8221;);<br />
　imgUrl1=&#8221;images/01.jpg&#8221;;<br />
　imgtext1=&#8221;蔬菜广告创意01&#8243;<br />
　imgLink1=escape(&#8220;http://www.makewing.com&#8221;);<br />
　imgUrl2=&#8221;images/02.jpg&#8221;;<br />
　imgtext2=&#8221;蔬菜广告创意02&#8243;<br />
　imgLink2=escape(&#8220;http://www.makewing.com&#8221;);<br />
　imgUrl3=&#8221;images/03.jpg&#8221;;<br />
　imgtext3=&#8221;蔬菜广告创意03&#8243;<br />
　imgLink3=escape(&#8220;http://www.makewing.com&#8221;);<br />
　imgUrl4=&#8221;images/04.jpg&#8221;;<br />
　imgtext4=&#8221;蔬菜广告创意04&#8243;<br />
　imgLink4=escape(&#8220;http://www.makewing.com&#8221;);<br />
　imgUrl5=&#8221;images/05.jpg&#8221;;<br />
　imgtext5=&#8221;蔬菜广告创意05&#8243;<br />
　imgLink5=escape(&#8220;http://www.makewing.com&#8221;);</p>
<p>　 var focus_width=200<br />
　 var focus_height=110<br />
　 var text_height=18<br />
　 var swf_height = focus_height+text_height</p>
<p>　 var pics=imgUrl1+&#8221;|&#8221;+imgUrl2+&#8221;|&#8221;+imgUrl3+&#8221;|&#8221;+imgUrl4+&#8221;|&#8221;+imgUrl5<br />
　 var links=imgLink1+&#8221;|&#8221;+imgLink2+&#8221;|&#8221;+imgLink3+&#8221;|&#8221;+imgLink4+&#8221;|&#8221;+imgLink5<br />
　 var texts=imgtext1+&#8221;|&#8221;+imgtext2+&#8221;|&#8221;+imgtext3+&#8221;|&#8221;+imgtext4+&#8221;|&#8221;+imgtext5</p>
<p>　 document.write(&#8221;);<br />
　<br />
　 document.write(&#8221;);<br />
　<br />
　 document.write(&#8221;);</p>
<p>　 document.write(&#8221;);<br />
　<br />
　 document.write(&#8221;);  document.write(&#8221;);</p>
<p> [/inline]</p>
<p>图片就在本目录下，Ｆｌａｓｈ也在本目录下，可运行出来的效果就是没有显示，一片灰白色。。。。。但是如果在里面写一句测试的Ａｌｅｒｔ的话，却可以弹出来。我弄了很久了，本人实在有点笨，没有弄出来。。也不知道为什么？请你帮帮忙看看是什么地方出问题了。。谢谢！！！</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: volcano</title>
		<link>http://www.ooso.net/archives/379/comment-page-1#comment-22921</link>
		<dc:creator>volcano</dc:creator>
		<pubDate>Fri, 02 May 2008 05:29:18 +0000</pubDate>
		<guid isPermaLink="false">http://www.ooso.net/index.php/archives/379#comment-22921</guid>
		<description>这个plugin非常简单，欢迎反馈使用情况</description>
		<content:encoded><![CDATA[<p>这个plugin非常简单，欢迎反馈使用情况</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: springcity</title>
		<link>http://www.ooso.net/archives/379/comment-page-1#comment-22710</link>
		<dc:creator>springcity</dc:creator>
		<pubDate>Sat, 26 Apr 2008 15:42:42 +0000</pubDate>
		<guid isPermaLink="false">http://www.ooso.net/index.php/archives/379#comment-22710</guid>
		<description>原来这里是最新的，哈哈。差点下了你06年的版本。</description>
		<content:encoded><![CDATA[<p>原来这里是最新的，哈哈。差点下了你06年的版本。</p>
]]></content:encoded>
	</item>
</channel>
</rss>

