<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="wordpress/2.3.3" -->
<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/"
	>

<channel>
	<title>SD Flex</title>
	<link>http://sdflex.org/blog</link>
	<description></description>
	<pubDate>Thu, 10 Jul 2008 15:39:38 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.3.3</generator>
	<language>en</language>
			<item>
		<title>AS3 UML Class Mapping Continued&#8230;</title>
		<link>http://sdflex.org/blog/actionscript/as3-uml-class-mapping-continued</link>
		<comments>http://sdflex.org/blog/actionscript/as3-uml-class-mapping-continued#comments</comments>
		<pubDate>Thu, 10 Jul 2008 15:39:21 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[ActionScript]]></category>

		<guid isPermaLink="false">http://sdflex.org/blog/actionscript/as3-uml-class-mapping-continued</guid>
		<description><![CDATA[Just a note&#8230; I spoke to Choudary Kothapalli over at MaintainJ, Inc. and he said they are looking into supporting ActionScript&#8230; If they do (Hint: write to them and ask them to) the round about way described below won&#8217;t be necessary.
]]></description>
		<wfw:commentRss>http://sdflex.org/blog/actionscript/as3-uml-class-mapping-continued/feed</wfw:commentRss>
		</item>
		<item>
		<title>ActionScript Class Mapper Continued&#8230;</title>
		<link>http://sdflex.org/blog/java/actionscript-class-mapper-continued</link>
		<comments>http://sdflex.org/blog/java/actionscript-class-mapper-continued#comments</comments>
		<pubDate>Thu, 03 Jul 2008 21:04:46 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[ActionScript]]></category>

		<category><![CDATA[Java]]></category>

		<guid isPermaLink="false">http://sdflex.org/blog/java/actionscript-class-mapper-continued</guid>
		<description><![CDATA[Well, in the course of time, I&#8217;ve found a round about way of UML Class Mapping of ActionScript 3.0 projects&#8230;
Here&#8217;s how it goes&#8230;

Convert your AS3 files to Java (you can use the J2AS3 app that the guys over at PhysicsDev have made and provide for free I might add&#8230;give them a round of applause please [...]]]></description>
		<wfw:commentRss>http://sdflex.org/blog/java/actionscript-class-mapper-continued/feed</wfw:commentRss>
		</item>
		<item>
		<title>Flash Media Server 3</title>
		<link>http://sdflex.org/blog/air/flash-media-server-3</link>
		<comments>http://sdflex.org/blog/air/flash-media-server-3#comments</comments>
		<pubDate>Tue, 01 Jul 2008 16:31:44 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[AIR]]></category>

		<category><![CDATA[Flash Media Server]]></category>

		<category><![CDATA[Flex]]></category>

		<guid isPermaLink="false">http://sdflex.org/blog/air/flash-media-server-3</guid>
		<description><![CDATA[How would you like to be able to serve streaming video files from your desktop computer? Ok, I agree, probably not the safest thing&#8230; and now with hosts like inflexus offering $9.95/mo Flash Media Server hosting, why would you??
 But if you&#8217;re just that kind of developer and you just have to try it to make sure [...]]]></description>
		<wfw:commentRss>http://sdflex.org/blog/air/flash-media-server-3/feed</wfw:commentRss>
		</item>
		<item>
		<title>Amazon Web Services Continued</title>
		<link>http://sdflex.org/blog/air/amazon-web-services-cont</link>
		<comments>http://sdflex.org/blog/air/amazon-web-services-cont#comments</comments>
		<pubDate>Fri, 27 Jun 2008 19:17:35 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[AIR]]></category>

		<category><![CDATA[Flex]]></category>

		<category><![CDATA[Live Cycle Data Services]]></category>

		<guid isPermaLink="false">http://sdflex.org/blog//amazon-web-services-cont</guid>
		<description><![CDATA[Ok, I am LAME&#8230;. Here is the CORRECT destination configuration ( in the proxy-config.xml ) to make the webservice work from within Flex using the WebService tag plus LiveCyle Data Services ES&#8230;

&#60;destination id="amazon" adapter="soap-proxy"&#62;
&#60;properties&#62;
&#60;url&#62; http://webservices.amazon.com/AWSECommerceService/
AWSECommerceService.wsdl
&#60;/url&#62;
&#60;soap&#62;http://soap.amazon.com/onca/soap?Service=AWSECommerceService
&#60;/soap&#62;
&#60;/properties&#62;
&#60;/destination&#62;
I was calling the &#60;url&#62;&#60;/url&#62; above, &#60;wsdl&#62;&#60;/wsdl&#62;... and I had not inlcuded the &#60;soap&#62;&#60;/soap&#62; at all since I thought Flex Framework did [...]]]></description>
		<wfw:commentRss>http://sdflex.org/blog/air/amazon-web-services-cont/feed</wfw:commentRss>
		</item>
		<item>
		<title>Flex WebService with Amazon Web Services (AWS)</title>
		<link>http://sdflex.org/blog/air/flex-webservice-with-amazon-web-services-aws</link>
		<comments>http://sdflex.org/blog/air/flex-webservice-with-amazon-web-services-aws#comments</comments>
		<pubDate>Tue, 24 Jun 2008 20:24:22 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[AIR]]></category>

		<category><![CDATA[Flex]]></category>

		<category><![CDATA[Live Cycle Data Services]]></category>

		<guid isPermaLink="false">http://sdflex.org/blog/archives/42</guid>
		<description><![CDATA[Here is a letter I posted to a guy who wrote an app almost identical to what I just wrote.. and it is getting the same error I get.
Now before you tell me it&#8217;s a cross domain policy file issue, I checked and it seems amazon has a perfectly fine cross domain policy file in [...]]]></description>
		<wfw:commentRss>http://sdflex.org/blog/air/flex-webservice-with-amazon-web-services-aws/feed</wfw:commentRss>
		</item>
	</channel>
</rss>
