<?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 on: Screencasts</title>
	<atom:link href="http://swxformat.org/screencasts/feed" rel="self" type="application/rss+xml" />
	<link>http://swxformat.org</link>
	<description>SWX is the native data format for Adobe Flash. This blog is about all things SWX, SWX RPC, SWX PHP and the SWX APIs (Flickr, Twitter, etc.)</description>
	<pubDate>Sat, 11 Oct 2008 14:32:05 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.5.1</generator>
		<item>
		<title>By: xi9601</title>
		<link>http://swxformat.org/screencasts#comment-6869</link>
		<dc:creator>xi9601</dc:creator>
		<pubDate>Fri, 22 Feb 2008 17:41:37 +0000</pubDate>
		<guid isPermaLink="false">http://swxformat.org/screencasts/#comment-6869</guid>
		<description>I'm new to this dynamic between Flash and PHP, but I found this is the best starting point to me. Here is a simple Twitter   Flash app I'd like to try. Please let me know if my plan of making it is wrong..

Goal:
My Flash will display messages sent to my twitter account, not the public comments.


1. I can use either SWX Service Explorer or my own on server. However, installing SWX on on my server is better.

2. on Twitter side:
I need one account to follow updates. Another account to read the messages.

3. on Flash side (ActionScript 2)
I need to place Flash file in the right class path (like shown in video)
I need a method that does "followFriend" or "getFriendUpdate" action.

As long as, the code structure are correct this works.

Are these steps and concept correct?

Thanks!

SWX ROCKS!!!</description>
		<content:encoded><![CDATA[<p>I&#8217;m new to this dynamic between Flash and PHP, but I found this is the best starting point to me. Here is a simple Twitter   Flash app I&#8217;d like to try. Please let me know if my plan of making it is wrong..</p>
<p>Goal:<br />
My Flash will display messages sent to my twitter account, not the public comments.</p>
<p>1. I can use either SWX Service Explorer or my own on server. However, installing SWX on on my server is better.</p>
<p>2. on Twitter side:<br />
I need one account to follow updates. Another account to read the messages.</p>
<p>3. on Flash side (ActionScript 2)<br />
I need to place Flash file in the right class path (like shown in video)<br />
I need a method that does &#8220;followFriend&#8221; or &#8220;getFriendUpdate&#8221; action.</p>
<p>As long as, the code structure are correct this works.</p>
<p>Are these steps and concept correct?</p>
<p>Thanks!</p>
<p>SWX ROCKS!!!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: aral</title>
		<link>http://swxformat.org/screencasts#comment-4739</link>
		<dc:creator>aral</dc:creator>
		<pubDate>Fri, 25 Jan 2008 10:14:42 +0000</pubDate>
		<guid isPermaLink="false">http://swxformat.org/screencasts/#comment-4739</guid>
		<description>Hi Shaun,

Thanks! I haven't looked into the codeigniter framework but SWX has been integrated into CakePHP. Maybe a look there would give you some ideas?

Have fun!</description>
		<content:encoded><![CDATA[<p>Hi Shaun,</p>
<p>Thanks! I haven&#8217;t looked into the codeigniter framework but SWX has been integrated into CakePHP. Maybe a look there would give you some ideas?</p>
<p>Have fun!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Shaun</title>
		<link>http://swxformat.org/screencasts#comment-4346</link>
		<dc:creator>Shaun</dc:creator>
		<pubDate>Mon, 21 Jan 2008 12:17:10 +0000</pubDate>
		<guid isPermaLink="false">http://swxformat.org/screencasts/#comment-4346</guid>
		<description>Hi Aral -  Really sweet work!

How would one incorporate swx into codeigniter?
would it b e complex.

Thanks in advance man&#124;!</description>
		<content:encoded><![CDATA[<p>Hi Aral -  Really sweet work!</p>
<p>How would one incorporate swx into codeigniter?<br />
would it b e complex.</p>
<p>Thanks in advance man|!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: aral</title>
		<link>http://swxformat.org/screencasts#comment-2766</link>
		<dc:creator>aral</dc:creator>
		<pubDate>Thu, 03 Jan 2008 13:48:28 +0000</pubDate>
		<guid isPermaLink="false">http://swxformat.org/screencasts/#comment-2766</guid>
		<description>Hi Tom,

1) SWX PHP contains AMFPHP as a library. You can hit your back-end classes either through SWX (by hitting swx.php) or through AMF (by hitting the AMF gateway at amf.php). 

2) I'm using Snapz Pro X. It's the best one I've found so far on OS X :) 

Good luck with SWX! Have fun! :)</description>
		<content:encoded><![CDATA[<p>Hi Tom,</p>
<p>1) SWX PHP contains AMFPHP as a library. You can hit your back-end classes either through SWX (by hitting swx.php) or through AMF (by hitting the AMF gateway at amf.php). </p>
<p>2) I&#8217;m using Snapz Pro X. It&#8217;s the best one I&#8217;ve found so far on OS X <img src='http://swxformat.org/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>Good luck with SWX! Have fun! <img src='http://swxformat.org/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: MajorTom</title>
		<link>http://swxformat.org/screencasts#comment-2763</link>
		<dc:creator>MajorTom</dc:creator>
		<pubDate>Thu, 03 Jan 2008 08:13:35 +0000</pubDate>
		<guid isPermaLink="false">http://swxformat.org/screencasts/#comment-2763</guid>
		<description>Aral,
I'm just getting into the backend of Flash having never used it before. I was looking into AMFPHP and came across SWX. One question on topic and one off topic. I will install SWX first and then maybe AMFPHP to see how they rate. I'm doing it now, so your answer would be for others' benefit.
1) Should or could I install AMFPHP as well as SWX PHP and have them available at the same time?
2) WHat are you using to record your screencasts? I always wonder what people use and how they like those tools. I envision me having to do one at some time in my life.
Thanks for your hard work. KUDOS.</description>
		<content:encoded><![CDATA[<p>Aral,<br />
I&#8217;m just getting into the backend of Flash having never used it before. I was looking into AMFPHP and came across SWX. One question on topic and one off topic. I will install SWX first and then maybe AMFPHP to see how they rate. I&#8217;m doing it now, so your answer would be for others&#8217; benefit.<br />
1) Should or could I install AMFPHP as well as SWX PHP and have them available at the same time?<br />
2) WHat are you using to record your screencasts? I always wonder what people use and how they like those tools. I envision me having to do one at some time in my life.<br />
Thanks for your hard work. KUDOS.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: zee</title>
		<link>http://swxformat.org/screencasts#comment-2554</link>
		<dc:creator>zee</dc:creator>
		<pubDate>Fri, 21 Dec 2007 21:40:44 +0000</pubDate>
		<guid isPermaLink="false">http://swxformat.org/screencasts/#comment-2554</guid>
		<description>Hi Aral,

Don't rerecord it. Do another tutorial working with getting info from mysql to flash using swx and working with datatypes in php.


-Zee</description>
		<content:encoded><![CDATA[<p>Hi Aral,</p>
<p>Don&#8217;t rerecord it. Do another tutorial working with getting info from mysql to flash using swx and working with datatypes in php.</p>
<p>-Zee</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Aral Balkan</title>
		<link>http://swxformat.org/screencasts#comment-2547</link>
		<dc:creator>Aral Balkan</dc:creator>
		<pubDate>Fri, 21 Dec 2007 08:57:46 +0000</pubDate>
		<guid isPermaLink="false">http://swxformat.org/screencasts/#comment-2547</guid>
		<description>Hi Zee,

Thanks for your feedback. I'll see how I can make it clearer when I re-record it for the latest version.</description>
		<content:encoded><![CDATA[<p>Hi Zee,</p>
<p>Thanks for your feedback. I&#8217;ll see how I can make it clearer when I re-record it for the latest version.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: zee</title>
		<link>http://swxformat.org/screencasts#comment-2544</link>
		<dc:creator>zee</dc:creator>
		<pubDate>Fri, 21 Dec 2007 01:02:39 +0000</pubDate>
		<guid isPermaLink="false">http://swxformat.org/screencasts/#comment-2544</guid>
		<description>The tutorial is nice until it gets to 0:15:15 to 0:15:27 where he uses a some terminology which wasn't clear.

Here is what he could have said:

Before making call to the server to get info from php and database you need a variable which holds the class name and method described in your php file under services folder on the server. When you make the call by calling the variable using "swx.call(variableNameGoesHere);" swx returns the results which is why you need "result:[this, resultHandler]". "resultHandler" can be any name, it is a function you make up and in it you put your actionscript code and what you want to do with the info returned from the server. If you don't know what info is being received from the server you can look at the swx explorer or run a trace inside result handler.

I not being rude here just trying to helpout. Maybe someone completely new to this such as my self and they just started learning actionscript.

Also Note: look at the datatype test which comes with swx in services folder to see what kind of datatypes are supported in swx and what swx is expecting from your php code.</description>
		<content:encoded><![CDATA[<p>The tutorial is nice until it gets to 0:15:15 to 0:15:27 where he uses a some terminology which wasn&#8217;t clear.</p>
<p>Here is what he could have said:</p>
<p>Before making call to the server to get info from php and database you need a variable which holds the class name and method described in your php file under services folder on the server. When you make the call by calling the variable using &#8220;swx.call(variableNameGoesHere);&#8221; swx returns the results which is why you need &#8220;result:[this, resultHandler]&#8220;. &#8220;resultHandler&#8221; can be any name, it is a function you make up and in it you put your actionscript code and what you want to do with the info returned from the server. If you don&#8217;t know what info is being received from the server you can look at the swx explorer or run a trace inside result handler.</p>
<p>I not being rude here just trying to helpout. Maybe someone completely new to this such as my self and they just started learning actionscript.</p>
<p>Also Note: look at the datatype test which comes with swx in services folder to see what kind of datatypes are supported in swx and what swx is expecting from your php code.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: john cooper</title>
		<link>http://swxformat.org/screencasts#comment-2280</link>
		<dc:creator>john cooper</dc:creator>
		<pubDate>Tue, 04 Dec 2007 18:30:28 +0000</pubDate>
		<guid isPermaLink="false">http://swxformat.org/screencasts/#comment-2280</guid>
		<description>how about including all screencasts into an xml/rss file for miro?</description>
		<content:encoded><![CDATA[<p>how about including all screencasts into an xml/rss file for miro?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Aral Balkan</title>
		<link>http://swxformat.org/screencasts#comment-2164</link>
		<dc:creator>Aral Balkan</dc:creator>
		<pubDate>Sun, 18 Nov 2007 13:23:38 +0000</pubDate>
		<guid isPermaLink="false">http://swxformat.org/screencasts/#comment-2164</guid>
		<description>Hi Greg,

Can you give me the URL you're using to connect to the gateway and the URL that your start page is on.

Thanks!</description>
		<content:encoded><![CDATA[<p>Hi Greg,</p>
<p>Can you give me the URL you&#8217;re using to connect to the gateway and the URL that your start page is on.</p>
<p>Thanks!</p>
]]></content:encoded>
	</item>
</channel>
</rss>
