<?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"
	>
<channel>
	<title>Comments for :maohao:</title>
	<atom:link href="http://maohao.wordpress.com/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://maohao.wordpress.com</link>
	<description>by maohao.com</description>
	<pubDate>Wed, 09 Jul 2008 08:23:44 +0000</pubDate>
	<generator>http://wordpress.org/?v=MU</generator>
		<item>
		<title>Comment on responseXML not working in IE by Jeff</title>
		<link>http://maohao.wordpress.com/2007/01/27/responsexml-not-working-in-ie/#comment-3799</link>
		<dc:creator>Jeff</dc:creator>
		<pubDate>Sat, 21 Jun 2008 05:47:07 +0000</pubDate>
		<guid isPermaLink="false">http://maohao.wordpress.com/2007/01/27/responsexml-not-working-in-ie/#comment-3799</guid>
		<description>Well all the tags disapeared, here is the code with [] instead of 
[?php
header("Content-type: application/xml");
echo '[?xml version="1.0" encoding="utf-8"?]';
?]
[donors]
[donor]Steven Spielberg[/donor]
[donor/]
[donor/]
[/donors]</description>
		<content:encoded><![CDATA[<p>Well all the tags disapeared, here is the code with [] instead of<br />
[?php<br />
header("Content-type: application/xml");<br />
echo '[?xml version="1.0" encoding="utf-8"?]&#8216;;<br />
?]<br />
[donors]<br />
[donor]Steven Spielberg[/donor]<br />
[donor/]<br />
[donor/]<br />
[/donors]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on responseXML not working in IE by Jeff</title>
		<link>http://maohao.wordpress.com/2007/01/27/responsexml-not-working-in-ie/#comment-3798</link>
		<dc:creator>Jeff</dc:creator>
		<pubDate>Sat, 21 Jun 2008 05:35:35 +0000</pubDate>
		<guid isPermaLink="false">http://maohao.wordpress.com/2007/01/27/responsexml-not-working-in-ie/#comment-3798</guid>
		<description>You can also do the following to use PHP to serve a static XML file:

&#60;?php
header(”Content-type: application/xml”);
echo '';
?&#62;

Steven Spielberg




That is much easier on the PHP parser, it is more efficient, and it is a lot easier to edit the XML file as it is almost a real XML file with just the  tag at the top. Sadly, it is likely to not validate as XML as it is, although little modification is necessary to make it validate.</description>
		<content:encoded><![CDATA[<p>You can also do the following to use PHP to serve a static XML file:</p>
<p>&lt;?php<br />
header(”Content-type: application/xml”);<br />
echo &#8221;;<br />
?&gt;</p>
<p>Steven Spielberg</p>
<p>That is much easier on the PHP parser, it is more efficient, and it is a lot easier to edit the XML file as it is almost a real XML file with just the  tag at the top. Sadly, it is likely to not validate as XML as it is, although little modification is necessary to make it validate.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on AS 3 to FMS 2.0 101: objectEncoding by Danilo Soares Aliberti</title>
		<link>http://maohao.wordpress.com/2007/04/20/as-3-to-fms-20/#comment-3796</link>
		<dc:creator>Danilo Soares Aliberti</dc:creator>
		<pubDate>Thu, 19 Jun 2008 21:03:08 +0000</pubDate>
		<guid isPermaLink="false">http://maohao.wordpress.com/2007/04/20/as-3-to-fms-20/#comment-3796</guid>
		<description>Thanx too much!!! This tip is simple e util. Thanx again. 

Streaming good vibes! dsa ;)</description>
		<content:encoded><![CDATA[<p>Thanx too much!!! This tip is simple e util. Thanx again. </p>
<p>Streaming good vibes! dsa <img src='http://s.wordpress.com/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /></p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on responseXML not working in IE by bÐ</title>
		<link>http://maohao.wordpress.com/2007/01/27/responsexml-not-working-in-ie/#comment-3791</link>
		<dc:creator>bÐ</dc:creator>
		<pubDate>Tue, 17 Jun 2008 07:12:08 +0000</pubDate>
		<guid isPermaLink="false">http://maohao.wordpress.com/2007/01/27/responsexml-not-working-in-ie/#comment-3791</guid>
		<description>hrm, ignore that comment... only works in FF.

Well, still worth-while for people that don't know how to change mime type on the client side for FF.</description>
		<content:encoded><![CDATA[<p>hrm, ignore that comment&#8230; only works in FF.</p>
<p>Well, still worth-while for people that don&#8217;t know how to change mime type on the client side for FF.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on responseXML not working in IE by bÐ</title>
		<link>http://maohao.wordpress.com/2007/01/27/responsexml-not-working-in-ie/#comment-3790</link>
		<dc:creator>bÐ</dc:creator>
		<pubDate>Tue, 17 Jun 2008 07:05:38 +0000</pubDate>
		<guid isPermaLink="false">http://maohao.wordpress.com/2007/01/27/responsexml-not-working-in-ie/#comment-3790</guid>
		<description>Also worth noting that you can override the mime type manually on the client side of your ajax application using;

req.overrideMimeType('text/html');</description>
		<content:encoded><![CDATA[<p>Also worth noting that you can override the mime type manually on the client side of your ajax application using;</p>
<p>req.overrideMimeType(&#8217;text/html&#8217;);</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Use swc in flex by abhishek</title>
		<link>http://maohao.wordpress.com/2008/05/05/swc-flex/#comment-3788</link>
		<dc:creator>abhishek</dc:creator>
		<pubDate>Mon, 09 Jun 2008 12:42:15 +0000</pubDate>
		<guid isPermaLink="false">http://maohao.wordpress.com/?p=111#comment-3788</guid>
		<description>could u mailed me more examples to use swc and library projects in flex 3 ?
abhishekchess1@gmail.com</description>
		<content:encoded><![CDATA[<p>could u mailed me more examples to use swc and library projects in flex 3 ?<br />
<a href="mailto:abhishekchess1@gmail.com">abhishekchess1@gmail.com</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Embedding fonts in Flash CS3/AS3 by Ricardo</title>
		<link>http://maohao.wordpress.com/2007/07/29/embedding-fonts-in-flash-cs3as3/#comment-3781</link>
		<dc:creator>Ricardo</dc:creator>
		<pubDate>Mon, 28 Apr 2008 22:02:13 +0000</pubDate>
		<guid isPermaLink="false">http://maohao.wordpress.com/2007/07/29/embedding-fonts-in-flash-cs3as3/#comment-3781</guid>
		<description>Man, embedding fonts via AS3 is too dificult ... I´ve been trying for months with thousands of examples ... I´m using Vista ... help please</description>
		<content:encoded><![CDATA[<p>Man, embedding fonts via AS3 is too dificult &#8230; I´ve been trying for months with thousands of examples &#8230; I´m using Vista &#8230; help please</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Embedding fonts in Flash CS3/AS3 by Ricardo</title>
		<link>http://maohao.wordpress.com/2007/07/29/embedding-fonts-in-flash-cs3as3/#comment-3780</link>
		<dc:creator>Ricardo</dc:creator>
		<pubDate>Mon, 28 Apr 2008 22:00:23 +0000</pubDate>
		<guid isPermaLink="false">http://maohao.wordpress.com/2007/07/29/embedding-fonts-in-flash-cs3as3/#comment-3780</guid>
		<description>It didnt work :(</description>
		<content:encoded><![CDATA[<p>It didnt work <img src='http://s.wordpress.com/wp-includes/images/smilies/icon_sad.gif' alt=':(' class='wp-smiley' /></p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Getting mouse coordinates on stage by Gaurav Gupta</title>
		<link>http://maohao.wordpress.com/2007/07/14/getting-mouse-coordinates-on-stage/#comment-3761</link>
		<dc:creator>Gaurav Gupta</dc:creator>
		<pubDate>Thu, 27 Mar 2008 07:54:00 +0000</pubDate>
		<guid isPermaLink="false">http://maohao.wordpress.com/2007/07/14/getting-mouse-coordinates-on-stage/#comment-3761</guid>
		<description>stage.addEventListener(MouseEvent.CLICK,func);

function func(e:MouseEvent):void
{
	trace(e.target.mouseX);
	trace(e.target.mouseY);
}</description>
		<content:encoded><![CDATA[<p>stage.addEventListener(MouseEvent.CLICK,func);</p>
<p>function func(e:MouseEvent):void<br />
{<br />
	trace(e.target.mouseX);<br />
	trace(e.target.mouseY);<br />
}</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Embedding fonts in Flash CS3/AS3 by Gugusse</title>
		<link>http://maohao.wordpress.com/2007/07/29/embedding-fonts-in-flash-cs3as3/#comment-3752</link>
		<dc:creator>Gugusse</dc:creator>
		<pubDate>Thu, 20 Mar 2008 08:08:38 +0000</pubDate>
		<guid isPermaLink="false">http://maohao.wordpress.com/2007/07/29/embedding-fonts-in-flash-cs3as3/#comment-3752</guid>
		<description>Excuse me, but I think you forgot to use 
tf.embedFont = true;</description>
		<content:encoded><![CDATA[<p>Excuse me, but I think you forgot to use<br />
tf.embedFont = true;</p>
]]></content:encoded>
	</item>
</channel>
</rss>
