<?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: XML Mp3 Player</title>
	<atom:link href="http://www.theswishdock.com/xml/xml-mp3-player.html/feed" rel="self" type="application/rss+xml" />
	<link>http://www.theswishdock.com/xml/xml-mp3-player.html</link>
	<description>Swishmax files from $1!</description>
	<lastBuildDate>Mon, 16 Jan 2012 06:19:32 +0100</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: supreme101</title>
		<link>http://www.theswishdock.com/xml/xml-mp3-player.html/comment-page-1#comment-118</link>
		<dc:creator>supreme101</dc:creator>
		<pubDate>Wed, 06 Apr 2011 23:09:18 +0000</pubDate>
		<guid isPermaLink="false">http://www.theswishdock.com/?p=364#comment-118</guid>
		<description>Hey
How do i get this player from not playin but instead of having the user press play and it playing, what would i need to change?</description>
		<content:encoded><![CDATA[<p>Hey<br />
How do i get this player from not playin but instead of having the user press play and it playing, what would i need to change?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: pEdRomAU</title>
		<link>http://www.theswishdock.com/xml/xml-mp3-player.html/comment-page-1#comment-77</link>
		<dc:creator>pEdRomAU</dc:creator>
		<pubDate>Sat, 14 Aug 2010 13:47:36 +0000</pubDate>
		<guid isPermaLink="false">http://www.theswishdock.com/?p=364#comment-77</guid>
		<description>Ohhh... I see now!
It seems it does not support code in the comment form...
I&#039;ll send to your email!</description>
		<content:encoded><![CDATA[<p>Ohhh&#8230; I see now!<br />
It seems it does not support code in the comment form&#8230;<br />
I&#8217;ll send to your email!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: pEdRomAU</title>
		<link>http://www.theswishdock.com/xml/xml-mp3-player.html/comment-page-1#comment-76</link>
		<dc:creator>pEdRomAU</dc:creator>
		<pubDate>Sat, 14 Aug 2010 13:39:53 +0000</pubDate>
		<guid isPermaLink="false">http://www.theswishdock.com/?p=364#comment-76</guid>
		<description>Do you mind explaining yourself clearly? Not sure of what you mean!</description>
		<content:encoded><![CDATA[<p>Do you mind explaining yourself clearly? Not sure of what you mean!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: jpaulodesigns</title>
		<link>http://www.theswishdock.com/xml/xml-mp3-player.html/comment-page-1#comment-75</link>
		<dc:creator>jpaulodesigns</dc:creator>
		<pubDate>Fri, 13 Aug 2010 23:22:54 +0000</pubDate>
		<guid isPermaLink="false">http://www.theswishdock.com/?p=364#comment-75</guid>
		<description>What do I make the xml file with? All I see is what to put in the .swi....

Obrigado!</description>
		<content:encoded><![CDATA[<p>What do I make the xml file with? All I see is what to put in the .swi&#8230;.</p>
<p>Obrigado!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: pEdRomAU</title>
		<link>http://www.theswishdock.com/xml/xml-mp3-player.html/comment-page-1#comment-74</link>
		<dc:creator>pEdRomAU</dc:creator>
		<pubDate>Thu, 05 Aug 2010 09:35:30 +0000</pubDate>
		<guid isPermaLink="false">http://www.theswishdock.com/?p=364#comment-74</guid>
		<description>Try this...
Make an XML file with this:
&lt;cross-domain-policy&gt;
&lt;allow-access-from domain = &quot;*&quot;/&gt;
&lt;/cross-domain-policy&gt;

--- Save it as crossdomain.xml and upload it to your server.
Then, place this in the SWI (onLoad)

System.security.allowDomain(&quot;http://www.yoursite.com&quot;);
System.security.allowInsecureDomain(&quot;*&quot;);
System.security.loadPolicyFile(&quot;http://www.yoursite.com/crossdomain.xml&quot;);

---

I haven&#039;t tested it... so make your tests and see if it works.</description>
		<content:encoded><![CDATA[<p>Try this&#8230;<br />
Make an XML file with this:<br />
<cross -domain-policy><br />
<allow -access-from domain = "*"/><br />
</cross></p>
<p>&#8212; Save it as crossdomain.xml and upload it to your server.<br />
Then, place this in the SWI (onLoad)</p>
<p>System.security.allowDomain(&#8221;http://www.yoursite.com&#8221;);<br />
System.security.allowInsecureDomain(&#8221;*&#8221;);<br />
System.security.loadPolicyFile(&#8221;http://www.yoursite.com/crossdomain.xml&#8221;);</p>
<p>&#8212;</p>
<p>I haven&#8217;t tested it&#8230; so make your tests and see if it works.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: pEdRomAU</title>
		<link>http://www.theswishdock.com/xml/xml-mp3-player.html/comment-page-1#comment-73</link>
		<dc:creator>pEdRomAU</dc:creator>
		<pubDate>Thu, 05 Aug 2010 09:24:49 +0000</pubDate>
		<guid isPermaLink="false">http://www.theswishdock.com/?p=364#comment-73</guid>
		<description>I haven&#039;t read much about that, but try to google &quot;System.security.allowDomain(&quot;*&quot;)&quot; and see where it takes you.</description>
		<content:encoded><![CDATA[<p>I haven&#8217;t read much about that, but try to google &#8220;System.security.allowDomain(&#8221;*&#8221;)&#8221; and see where it takes you.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: jpaulodesigns</title>
		<link>http://www.theswishdock.com/xml/xml-mp3-player.html/comment-page-1#comment-72</link>
		<dc:creator>jpaulodesigns</dc:creator>
		<pubDate>Thu, 05 Aug 2010 01:56:35 +0000</pubDate>
		<guid isPermaLink="false">http://www.theswishdock.com/?p=364#comment-72</guid>
		<description>Is there a way to make this where the .swf file can be embedded on another site (i.e. myspace, facebook, or another site) but where it could load the xml file and load the mp3&#039;s on another server?</description>
		<content:encoded><![CDATA[<p>Is there a way to make this where the .swf file can be embedded on another site (i.e. myspace, facebook, or another site) but where it could load the xml file and load the mp3&#8217;s on another server?</p>
]]></content:encoded>
	</item>
</channel>
</rss>

