<?xml version="1.0" encoding="UTF-8"?>
<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/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Daniel Tome's blog &#187; Flash</title>
	<atom:link href="http://www.danieltome.com/blog/category/flash/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.danieltome.com/blog</link>
	<description>Flash, PHP, Open Source, Actionscript, Australia and Argentina stuff.</description>
	<lastBuildDate>Tue, 18 Nov 2008 00:48:06 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Colin Moock &#8211; ActionScript 3.0 from the Ground Up</title>
		<link>http://www.danieltome.com/blog/2008/05/05/colin-moock-actionscript-30-from-the-ground-up/</link>
		<comments>http://www.danieltome.com/blog/2008/05/05/colin-moock-actionscript-30-from-the-ground-up/#comments</comments>
		<pubDate>Mon, 05 May 2008 13:43:16 +0000</pubDate>
		<dc:creator>Danno</dc:creator>
				<category><![CDATA[Actionscript 3]]></category>
		<category><![CDATA[Adobe]]></category>
		<category><![CDATA[Events]]></category>
		<category><![CDATA[Flash]]></category>
		<category><![CDATA[Sydney]]></category>
		<category><![CDATA[Training]]></category>

		<guid isPermaLink="false">http://www.danieltome.com/blog/?p=98</guid>
		<description><![CDATA[Today I went to Colin Moock&#8217;s ActionScript 3.0 tour here in Sydney. The venue was the SMC Conference and function centre at 66 Goulburn St. It’s just around the corner from the office. 

Colin was a great presenter and quite amusing. Even after letting us know that he couldn’t go to sleep after 3am in [...]]]></description>
			<content:encoded><![CDATA[<p>Today I went to <a href="http://www.adobeas3tour.com/">Colin Moock&#8217;s ActionScript 3.0 tour</a> here in Sydney. The venue was the <a href="http://www.smc.au.com/">SMC Conference and function centre</a> at 66 Goulburn St. It’s just around the corner from the office. </p>
<p><a href="http://www.danieltome.com/blog/wp-content/uploads/2008/05/colinmoock-danieltome.jpg"><img style="border-right: 0px; border-top: 0px; border-left: 0px; border-bottom: 0px" height="374" alt="colinmoock_danieltome" src="http://www.danieltome.com/blog/wp-content/uploads/2008/05/colinmoock-danieltome-thumb.jpg" width="454" border="0"></a></p>
<p>Colin was a great presenter and quite amusing. Even after letting us know that he couldn’t go to sleep after 3am in the morning, he still stayed a bit more after the event to answer more questions.
<p>He gave away some free books and I was lucky enough to get one by debugging some of the code. Some people got free books for answering some Star Trek and infocom related questions, and others for travelling a long distance to the event. There was a girl who came all the way from New Zealand just for the event. I reckon around 200 people attended the event.</p>
<table cellspacing="0" cellpadding="2" width="400" border="0">
<tbody>
<tr>
<td valign="top" width="200"><a href="http://www.danieltome.com/blog/wp-content/uploads/2008/05/img-4944.jpg"><img style="border-right: 0px; border-top: 0px; border-left: 0px; border-bottom: 0px" height="169" alt="IMG_4944" src="http://www.danieltome.com/blog/wp-content/uploads/2008/05/img-4944-thumb.jpg" width="224" border="0"></a> </td>
<td valign="top" width="200"><a href="http://www.danieltome.com/blog/wp-content/uploads/2008/05/img-4934.jpg"><img style="border-right: 0px; border-top: 0px; border-left: 0px; border-bottom: 0px" height="169" alt="IMG_4934" src="http://www.danieltome.com/blog/wp-content/uploads/2008/05/img-4934-thumb.jpg" width="224" border="0"></a> </td>
</tr>
</tbody>
</table>
<p>Colin has sworn never to use powerpoint, so he built his own presentation software. Here is a link to the same system he uses during the presentation: <a href="http://moock.org/lectures/presentationviewer/">http://moock.org/lectures/presentationviewer/</a><br />Select AS3.0 from the ground up and then click on open presentation. Then use j,k,l to navigate through the items.
<p>Here is a full html page with all the lecture notes: <a href="http://moock.org/lectures/groundUpAS3/">http://moock.org/lectures/groundUpAS3/</a></p>
<p>And a 2mb pdf with the code used: <a href="http://www.adobe.com/devnet/actionscript/articles/as3_tour/colin_moock_f6.pdf">http://www.adobe.com/devnet/actionscript/articles/as3_tour/colin_moock_f6.pdf</a></p>
<p>The colour on the projector screen was more yellowish instead of olive, but it still felt much better than a cheesy powerpoint.
<p>The presentation was a bit too basic for someone who already had read his AS20 Cookbook but I new that beforehand. When registering you receive a confirmation email and here is a quote:<br />
<blockquote>
<p>“Remember, this course is for beginner-to-intermediate level programmers and runs for a grueling 9 hours, so get a good night sleep and be ready for a heavy onslaught of ActionScript 3.0 info!” </p>
</blockquote>
<p>Though I do a lot of advance work with AS2.0,&nbsp; I decided to go because I had never done anything with AS3 yet. I got to see some details on AS3 like: how the display list works and also a bit on how the ASVM2 does garbage collection.
<p>The application that Colin builds, while explaining key concepts of OOP with AS3 is a Virtual Pet game. Like the Tamagochi game. He uses the MVC design pattern and explains the concept very well.
<p>At the end of the presentation he asks if it’s worth going down that path of OOP for just a simple game like the Virtual Zoo. The answer: It depends.
<p>This app could have been built on the Flash IDE timeline in less than an hour. But when you think about extending it, or implementing any changes, that’s when the timeline will probably fail. In a real life example when a client starts asking you to do updates you would have wanted to opt for the OOP design instead of the procedural way.
<p>Overall: It was a great event and I thank Adobe, O’Reilly and Colin for making this happen. I’m looking forward for more to come.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.danieltome.com/blog/2008/05/05/colin-moock-actionscript-30-from-the-ground-up/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Flash FileReference. Uploading behind a proxy error</title>
		<link>http://www.danieltome.com/blog/2008/05/01/flash-filereference-uploading-behind-a-proxy-error/</link>
		<comments>http://www.danieltome.com/blog/2008/05/01/flash-filereference-uploading-behind-a-proxy-error/#comments</comments>
		<pubDate>Thu, 01 May 2008 05:54:06 +0000</pubDate>
		<dc:creator>Danno</dc:creator>
				<category><![CDATA[Adobe]]></category>
		<category><![CDATA[Annoyances]]></category>
		<category><![CDATA[FileReference]]></category>
		<category><![CDATA[Flash]]></category>

		<guid isPermaLink="false">http://www.danieltome.com/blog/?p=92</guid>
		<description><![CDATA[When your browser connects to the internet through a proxy and you try to upload using FileRefence you might get an IOError or a 406 http not acceptable error. I say &#8216;might&#8217; because not all OS browser combinations trigger this error. On Windows/Firefox you will probably get an authentication popup to enter the proxy username [...]]]></description>
			<content:encoded><![CDATA[<p>When your browser connects to the internet through a proxy and you try to upload using FileRefence you might get an IOError or a 406 http not acceptable error. I say &#8216;might&#8217; because not all OS browser combinations trigger this error. On Windows/Firefox you will probably get an authentication popup to enter the proxy username and password, but on Mac/Firefox you will get the 406 error.</p>
<p>Anyways if you try searching the net, there are several threads that ask about this proxy error but no answers. I finally found a blog post that had a solution in one of the comments. From <a href="http://weblog.cahlan.com/2006/12/flex-upload-component.html" target="_blank">Coding Cowboys</a>.</p>
<p>Add to your .htaccess file:</p>
<p>SecFilterEngine Off<br />SecFilterScanPOST Off</p>
<p>or:</p>
<p>&lt;IfModule mod_php4.c&gt;<br />SecFilterEngine Off<br />SecFilterScanPOST Off<br />&lt;/IfModule&gt;
<p>Beware that this will disable the Apache ModSecurity module for that folder.
<p>I just saw that the <a href="http://livedocs.adobe.com/flash/8/main/wwhelp/wwhimpl/common/html/wwhelp.htm?context=LiveDocs_Parts&amp;file=00002225.html" target="_blank">Adobe livedocs upload reference</a> also has a comment by: log2e, regarding the 403 and 406 errors. </p>
]]></content:encoded>
			<wfw:commentRss>http://www.danieltome.com/blog/2008/05/01/flash-filereference-uploading-behind-a-proxy-error/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Getting weird characters with AMFPHP</title>
		<link>http://www.danieltome.com/blog/2008/01/31/getting-weird-characters-with-amfphp/</link>
		<comments>http://www.danieltome.com/blog/2008/01/31/getting-weird-characters-with-amfphp/#comments</comments>
		<pubDate>Thu, 31 Jan 2008 00:01:27 +0000</pubDate>
		<dc:creator>Danno</dc:creator>
				<category><![CDATA[Flash]]></category>
		<category><![CDATA[MySQL]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[utf8]]></category>
		<category><![CDATA[amfphp]]></category>
		<category><![CDATA[euro symbol]]></category>
		<category><![CDATA[microsoft characters]]></category>
		<category><![CDATA[strange characters]]></category>

		<guid isPermaLink="false">http://www.danieltome.com/blog/2008/01/31/getting-weird-characters-with-amfphp/</guid>
		<description><![CDATA[Just a small reminder that might help anyone getting some weird characters with AMFPHP. It can happen when you copy a full text from Microsoft Word. And the quotes get inserted in your DB.
You might find some funny results like an Euro symbol appearing throughout your text. Uncomment this line in your amfphp gateway:
$gateway-&#62;setCharsetHandler("utf8_decode", "ISO-8859-1", [...]]]></description>
			<content:encoded><![CDATA[<p>Just a small reminder that might help anyone getting some weird characters with AMFPHP. It can happen when you copy a full text from Microsoft Word. And the quotes get inserted in your DB.</p>
<p>You might find some funny results like an Euro symbol appearing throughout your text. Uncomment this line in your amfphp gateway:</p>
<pre>$gateway-&gt;setCharsetHandler("utf8_decode", "ISO-8859-1", "ISO-8859-1");</pre>
<p>Here are some examples of text you might find:<br />
â€˜  = This is the open double quote<br />
â€™  = This is the close double quote</p>
<p>Here is a good resource if you&#8217;re having issues with strange characters and PHP / MySQL: <a href="http://www.byteflex.co.uk/fun_with_utf8_php_and_mysql.html" title="Fun with utf8, php and mysql" target="_blank">ByteFlex &#8211; Fun with utf8, PHP and mysql</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.danieltome.com/blog/2008/01/31/getting-weird-characters-with-amfphp/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Sydney Flex and AIR Pre-Release Tour With Danny Dura</title>
		<link>http://www.danieltome.com/blog/2008/01/16/sydney-flex-and-air-pre-release-tour-with-danny-dura/</link>
		<comments>http://www.danieltome.com/blog/2008/01/16/sydney-flex-and-air-pre-release-tour-with-danny-dura/#comments</comments>
		<pubDate>Wed, 16 Jan 2008 00:18:00 +0000</pubDate>
		<dc:creator>Danno</dc:creator>
				<category><![CDATA[Adobe]]></category>
		<category><![CDATA[Events]]></category>
		<category><![CDATA[Flash]]></category>
		<category><![CDATA[Flash User Group]]></category>
		<category><![CDATA[Flex]]></category>
		<category><![CDATA[Speakers]]></category>
		<category><![CDATA[Sydney]]></category>

		<guid isPermaLink="false">http://www.danieltome.com/blog/2008/01/16/sydney-flex-and-air-pre-release-tour-with-danny-dura/</guid>
		<description><![CDATA[Chris just sent this event information to the flash developers mailing lists:
Thursday, 24th January. 6pm
Flex 3 and AIR are getting close to launch and in preparation, Danny Dura from the Platform Evangelism Team will be specifically in Sydney to show off the great new features for this exciting launch.
Check the listings below to hook up [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.flashdev.org.au/" title="Chris Velvetich - FlashDev Sydney, AU" target="_blank">Chris</a> just sent this event information to the flash developers mailing lists:</p>
<p><em>Thursday, 24th January. 6pm</p>
<p>Flex 3 and AIR are getting close to launch and in preparation, Danny Dura from the Platform Evangelism Team will be specifically in Sydney to show off the great new features for this exciting launch.</p>
<p>Check the listings below to hook up with the local user group in the city closest to you and join us for an evening of Flex and AIR.</p>
<p>Don&#8217;t miss out on the opportunity to see and hear about this highly anticipated release of Flex 3 and AIR during this special pre-release tour. Plus, in addition to giving away some one of a kind Flex/AIR branded schwag, each event will also be raffling off a copy of Flex Builder 3 Professional (pending availability) and a full commercial copy of CS3 Web Premium!<br />
</em><br />
Details and RSVP on <a href="http://sydneyflashdev2008prelaunchtour.eventbrite.com" title="Sydney Flash Dev 2008 Pre-Launch" target="_blank">http://sydneyflashdev2008prelaunchtour.eventbrite.com</a></p>
<p>You can also joing the <a href="http://groups.google.com/group/flashaussie" title="Google Groups, FlashAussie" target="_blank">Google Group: FlashAussie</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.danieltome.com/blog/2008/01/16/sydney-flex-and-air-pre-release-tour-with-danny-dura/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Colin Moock is coming to Sydney</title>
		<link>http://www.danieltome.com/blog/2008/01/11/colin-moock-is-coming-to-sydney/</link>
		<comments>http://www.danieltome.com/blog/2008/01/11/colin-moock-is-coming-to-sydney/#comments</comments>
		<pubDate>Fri, 11 Jan 2008 05:58:28 +0000</pubDate>
		<dc:creator>Danno</dc:creator>
				<category><![CDATA[Events]]></category>
		<category><![CDATA[Flash]]></category>
		<category><![CDATA[Speakers]]></category>
		<category><![CDATA[Sydney]]></category>

		<guid isPermaLink="false">http://www.danieltome.com/blog/2008/01/11/colin-moock-is-coming-to-sydney/</guid>
		<description><![CDATA[If you haven&#8217;t already heard, the date is set for 5th May, the same week as WebDU.
Update: WebDU dates are: 12-13 June 2008. (Thanks Geoff)
Register here: http://www.adobeas3tour.com/
Advanced programmers please note:
This course does not cover expert-level topics. You are unlikely to encounter new concepts in this course, but are welcome to attend for a refresher on [...]]]></description>
			<content:encoded><![CDATA[<p>If you haven&#8217;t already heard, the date is set for 5th May, <span style="text-decoration: line-through;">the same week as WebDU</span>.</p>
<p><strong>Update:</strong> WebDU dates are: 12-13 June 2008. (Thanks Geoff)</p>
<p>Register here: <a title="Adobe Presents Colin Moock's ActionScript 3.0: From The Ground Up Tour" href="http://www.adobeas3tour.com/" target="_blank">http://www.adobeas3tour.com/</a></p>
<p><em><strong>Advanced programmers please note:</strong><br />
This course does not cover expert-level topics. You are unlikely to encounter new concepts in this course, but are welcome to attend for a refresher on ActionScript programming fundamentals. </em></p>
<p>For a complete list of topics covered, see the Course Outline below and the course lecture notes, available at: <a href="http://moock.org/lectures/groundUpAS3/" target="_new">http://moock.org/lectures/groundUpAS3/</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.danieltome.com/blog/2008/01/11/colin-moock-is-coming-to-sydney/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Sydney Flash User Group &#8211; Last meeting of 2007</title>
		<link>http://www.danieltome.com/blog/2007/12/03/sydney-flash-user-group-last-meeting-of-2007/</link>
		<comments>http://www.danieltome.com/blog/2007/12/03/sydney-flash-user-group-last-meeting-of-2007/#comments</comments>
		<pubDate>Mon, 03 Dec 2007 12:41:22 +0000</pubDate>
		<dc:creator>Danno</dc:creator>
				<category><![CDATA[Flash]]></category>
		<category><![CDATA[Flash User Group]]></category>
		<category><![CDATA[Flex]]></category>
		<category><![CDATA[Sydney]]></category>

		<guid isPermaLink="false">http://www.danieltome.com/blog/2007/12/03/sydney-flash-user-group-last-meeting-of-2007/</guid>
		<description><![CDATA[I just got back from the Sydney Flash User Group that was held at the Rocketboots office at Kent street.
According to the program we were going to view: Cairngorm 2.2 framework with Flex 3 and AIR (Adobe Integrated Runtime &#8211; formerly known as Apollo). We&#8217;ll be building a small/simple application to demonstrate the use of [...]]]></description>
			<content:encoded><![CDATA[<p>I just got back from the <a href="http://flashdev.org.au/" title="Sydney Flash Platform Developers Group" target="_blank">Sydney Flash User Group</a> that was held at the <a href="http://www.rocketboots.com.au/" title="Rocketboots" target="_blank">Rocketboots</a> office at Kent street.</p>
<p>According to the program we were going to view: Cairngorm 2.2 framework with Flex 3 and AIR (Adobe Integrated Runtime &#8211; formerly known as Apollo). We&#8217;ll be building a small/simple application to demonstrate the use of the Cairngorm 2.2 framework with Flex 3 beta and AIR Beta.</p>
<p>Due to time constraints, we didn&#8217;t finish the AIR integration and we all managed to debug Chris&#8217; cairngorm timer.<br />
We also talked a little about Singletons. Here is the link I mentioned about <a href="http://www.gskinner.com/blog/archives/2006/07/as3_singletons.html" title="Grant Skinner - AS3 Singleton" target="_blank">Grant Skinners AS3 implementation</a>.</p>
<p>After that we had a &#8220;conference/presentation&#8221; by <a href="http://www.shadocms.com/" title="Grant Straker - ShadoCMS" target="_blank">Grant Straker</a>, that showed how to build quick applications using <a href="http://www.shadocms.com/shadozoom/zoom-flex" title="Zoom Flex" target="_blank">Zoom Flex</a><br />
It was interesting to see the admin interface actually be targeted to developers, and how you generate your objects and classes by using regular forms. It also spits out all the source code of the flex app. I will definitely <a href="http://www.shadocms.com/shadozoom/documentation/en/shadocms-trial.cfm" title="ShadoCMS - Trial Account" target="_blank">give it a try</a>.</p>
<p>Then the lucky winner of the <a href="http://www.adobe.com/au/" title="Adobe" target="_blank">Adobe Software package</a> was Robert. Congratulations mate!</p>
<p>Looking forward to having more meetings. Looks like then next one will be in February and the guys from <a href="http://infomedia.com.au/" title="Info Media" target="_blank">infomedia</a> might be showing us some of their flex stuff.</p>
<p>Here is a 16 second video that I took while Grant was presenting ShadoCMS:</p>
<div class="flvPlayer">				<object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,0,0" width="320" height="260"><param name="movie" value="https://media.dreamhost.com/mediaplayer.swf?file=http://www.glu.com.au/conversion/encoded/hpim0171.flv&amp;autoStart=false;" /><param name="quality" value="high" /><param name="wmode" value="transparent" /><embed src="https://media.dreamhost.com/mediaplayer.swf?file=http://www.glu.com.au/conversion/encoded/hpim0171.flv&amp;autoStart=false;" quality="high" wmode="transparent" width="320" height="260" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer" /><br />
				</object></div>
]]></content:encoded>
			<wfw:commentRss>http://www.danieltome.com/blog/2007/12/03/sydney-flash-user-group-last-meeting-of-2007/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>New DDX Website</title>
		<link>http://www.danieltome.com/blog/2007/12/03/new-ddx-website/</link>
		<comments>http://www.danieltome.com/blog/2007/12/03/new-ddx-website/#comments</comments>
		<pubDate>Sun, 02 Dec 2007 23:34:10 +0000</pubDate>
		<dc:creator>Danno</dc:creator>
				<category><![CDATA[DDX]]></category>
		<category><![CDATA[Flash]]></category>
		<category><![CDATA[Flash Sites]]></category>
		<category><![CDATA[Freebies]]></category>
		<category><![CDATA[Mobile]]></category>

		<guid isPermaLink="false">http://www.danieltome.com/blog/2007/12/03/new-ddx-website/</guid>
		<description><![CDATA[We have recently launched our company&#8217;s spanking new Flash website.
You can also create your own Mobile Video Blogging widget!

I&#8217;ve created my mobile video blog here (you can see the link at the top of my blog), using the free widget from the DDX Website.
What is a Mobile Video Blog Widget?
It&#8217;s a Flash Component that you [...]]]></description>
			<content:encoded><![CDATA[<p>We have recently launched our company&#8217;s spanking <a href="http://www.ddx.com.au" title="DDX Group, Website" target="_blank">new Flash website</a>.<br />
You can also create your own <a href="http://www.ddx.com.au/#/widgets/mobile-video-blog/" title="Mobile Video Blogging widget" target="_blank">Mobile Video Blogging widget</a>!</p>
<p><a href="http://www.ddx.com.au" title="DDX Group, Website" target="_blank"><img src="http://www.danieltome.com/blog/wp-content/uploads/2007/12/ddx_home_445.jpg" alt="DDX Website (homepage)" /></a></p>
<p>I&#8217;ve created my <a href="http://www.danieltome.com/blog/?page_id=63" title="Danno's Mobile Video Blog">mobile video blog here</a> (you can see the link at the top of my blog), using the free widget from the DDX Website.</p>
<p><strong>What is a Mobile Video Blog Widget?</strong><br />
It&#8217;s a Flash Component that you can put on any web page.When you create the widget a unique email is generated for you and you can send videos with your mobile phone to that email. The server will automatically convert the videos to FLV and publish them on your server. It&#8217;s pretty cool! Give it a try here: <a href="http://www.ddx.com.au/#/widgets/mobile-video-blog/" title="Mobile Video Blogging - Free widget" target="_blank">http://www.ddx.com.au/#/widgets/mobile-video-blog/</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.danieltome.com/blog/2007/12/03/new-ddx-website/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>What&#8217;s your Flash/PHP Development Environment like?</title>
		<link>http://www.danieltome.com/blog/2007/08/29/whats-your-flashphp-development-environment-like/</link>
		<comments>http://www.danieltome.com/blog/2007/08/29/whats-your-flashphp-development-environment-like/#comments</comments>
		<pubDate>Tue, 28 Aug 2007 21:23:56 +0000</pubDate>
		<dc:creator>Danno</dc:creator>
				<category><![CDATA[Development Environment]]></category>
		<category><![CDATA[FDT]]></category>
		<category><![CDATA[Flash]]></category>
		<category><![CDATA[FlashDevelop]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[Productivity]]></category>
		<category><![CDATA[Software]]></category>

		<guid isPermaLink="false">http://www.danieltome.com/blog/2007/08/29/whats-your-flashphp-development-environment-like/</guid>
		<description><![CDATA[I started using Flash at version 4, when I was working at W3.com.ar  and I remember also having to fiddle with some Flash 3 banners. When Flash 5 came out and you could do some proper coding, it was all done inside the IDE. Then we discovered the include directive and were using Textpad [...]]]></description>
			<content:encoded><![CDATA[<p>I started using Flash at version 4, when I was working at <a href="http://w3.com.ar/eng_index.html" title="W3 Argentina" target="_blank">W3.com.ar</a>  and I remember also having to fiddle with some Flash 3 banners. When Flash 5 came out and you could do some proper coding, it was all done inside the IDE. Then we discovered the include directive and were using <a href="http://www.textpad.com" title="Textpad. Windows text editor" target="_blank">Textpad</a> with most of our code.</p>
<p>Then came <a href="http://www.sephiroth.it/python/sepy.php" title="Sepy - Actionscript editor" target="_blank">SEPY</a> and I got hooked straight-away. Just last year I transitioned to <a href="http://www.flashdevelop.org" title="Flash Develop." target="_blank">FlashDevelop</a> and have been using that since. I convinced my fellow workmates and now we are all using it.</p>
<p>I knew there were other tools put there, but one that I really wanted to try was <a href="http://fdt.powerflasher.com/flashsite/flash.htm" title="FDT Flash for Eclipse" target="_blank">FDT</a>. Check out there cool site and view the demos they have.<br />
A couple of months back I won a license at <a href="http://flashdev.org.au/" title="Sydney Flash User Group" target="_blank">Sydney&#8217;s Flash User Group</a> (thanks Chris!) and I have started using it for tests. I currently haven&#8217;t fully switched yet, because I find FlashDevelop quite fast and very easy to use compared to FDT. Though FDT has on the fly syntax checking. It means I don&#8217;t have to press F7 each time before compiling.</p>
<p>Then talking about my PHP development environment. It was trusty old Textpad through-out all these years. Adding different syntax libraries, macros and all kind of clip extensions. But it was never an IDE. It was missing syntax checking and the famous &#8220;<a href="http://en.wikipedia.org/wiki/IntelliSense" title="Auto Completion" target="_blank">intellisense</a>&#8221;</p>
<p>Now I have started to move towards Eclipse, and I&#8217;ve tried <a href="http://http://sourceforge.net/projects/phpeclipse" title="PHP Eclipse" target="_blank">PHPEclipse</a> and <a href="http://www.eclipse.org/pdt/" title="Eclipse PHP Development" target="_blank">PDT</a>. I had troubles with PDT but I didn&#8217;t have much time on my hands to see why it wasn&#8217;t working as expected. I will try to consolidate my both main languages (Flash and PHP) under one IDE.</p>
<p>My next step is to use them both on a production project. Then I will be able to assess if it&#8217;s worth switching from FlashDevelop.</p>
<p>It would be great to here what others are using for their own PHP and Flash development.<br />
Please add a comment below.</p>
<p>Some extra resources:<br />
<a href="http://www.blog.lessrain.com/?p=381" title="Flash Eclipse and FDT" target="_blank"> http://www.blog.lessrain.com/?p=381</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.danieltome.com/blog/2007/08/29/whats-your-flashphp-development-environment-like/feed/</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
		<item>
		<title>Textformat for input boxes</title>
		<link>http://www.danieltome.com/blog/2007/07/31/textformat-for-input-boxes/</link>
		<comments>http://www.danieltome.com/blog/2007/07/31/textformat-for-input-boxes/#comments</comments>
		<pubDate>Mon, 30 Jul 2007 23:29:48 +0000</pubDate>
		<dc:creator>Danno</dc:creator>
				<category><![CDATA[Annoyances]]></category>
		<category><![CDATA[Flash]]></category>

		<guid isPermaLink="false">http://www.danieltome.com/blog/2007/07/31/textformat-for-input-boxes/</guid>
		<description><![CDATA[I was having the following issue and I spent a lot of time figuring it out.
I had an Input Text and applied some formatting to it, using target.setTextFormat(format). But the format would only work if the textfield had some text in it.
I tried to &#8220;hack&#8221; around it and leave some text in it, then apply [...]]]></description>
			<content:encoded><![CDATA[<p>I was having the following issue and I spent a lot of time figuring it out.</p>
<p>I had an Input Text and applied some formatting to it, using target.setTextFormat(format). But the format would only work if the textfield had some text in it.</p>
<p>I tried to &#8220;hack&#8221; around it and leave some text in it, then apply the textformat then remove the text. But when doing: target.text = &#8220;&#8221;; The formatting was also removed.</p>
<p>I&#8217;ve noticed that for &#8220;new text&#8221; that the user might input, you need to use: <strong>target.setNewTextFormat(format)</strong></p>
<p>That worked like a charm, and all my input texts look like they&#8217;re supposed to.<br />
I hope someone finds this useful.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.danieltome.com/blog/2007/07/31/textformat-for-input-boxes/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Flash IDE crashing several times a day</title>
		<link>http://www.danieltome.com/blog/2007/06/06/flash-ide-crashing-several-times-a-day/</link>
		<comments>http://www.danieltome.com/blog/2007/06/06/flash-ide-crashing-several-times-a-day/#comments</comments>
		<pubDate>Wed, 06 Jun 2007 09:28:42 +0000</pubDate>
		<dc:creator>Danno</dc:creator>
				<category><![CDATA[Flash]]></category>

		<guid isPermaLink="false">http://danieltome.com/blog/2007/06/06/flash-ide-crashing-several-times-a-day/</guid>
		<description><![CDATA[The project I am currently working on has a lot of design elements, and it has to be developed inside the Flash IDE.  The crashes I used to get were usually when compiling. So everyone knows the drill, before CTRL + Enter, you HAVE to do CTRL + S.
But this time, I got a crash [...]]]></description>
			<content:encoded><![CDATA[<p>The project I am currently working on has a lot of design elements, and it has to be developed inside the Flash IDE.  The crashes I used to get were usually when compiling. So everyone knows the drill, before CTRL + Enter, you HAVE to do CTRL + S.</p>
<p align="left"><a href="http://danieltome.com/blog/wp-content/uploads/2007/06/flash_lock.gif" title="Lock Icon"><img src="http://danieltome.com/blog/wp-content/uploads/2007/06/flash_lock.gif" alt="Lock Icon" align="left" /></a>But this time, I got a <strong>crash when pressing on the little lock icon</strong> (in the properties pane) used when resizing the selected asset.</p>
<p align="left">&nbsp;</p>
<p align="left">Don&#8217;t you hate when this happens:</p>
<p align="left"> <a href="http://danieltome.com/blog/wp-content/uploads/2007/06/flash_error.gif" title="Flash Crashed"><img src="http://danieltome.com/blog/wp-content/uploads/2007/06/flash_error.gif" alt="Flash Crashed" /></a></p>
<p>My system is Windows XP. Does this happen also on the Mac version?</p>
<p>I&#8217;m about to buy a new laptop and I would possibly convert to Mac (not just because of this issue). I would like to hear about anyone experiencing several crashes on Mac OSX.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.danieltome.com/blog/2007/06/06/flash-ide-crashing-several-times-a-day/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>Viewing Cache in Firefox, and downloading Flash Files.</title>
		<link>http://www.danieltome.com/blog/2007/05/25/viewing-cache-in-firefox-and-downloading-flash-files/</link>
		<comments>http://www.danieltome.com/blog/2007/05/25/viewing-cache-in-firefox-and-downloading-flash-files/#comments</comments>
		<pubDate>Fri, 25 May 2007 03:51:58 +0000</pubDate>
		<dc:creator>Danno</dc:creator>
				<category><![CDATA[Firefox]]></category>
		<category><![CDATA[Flash]]></category>

		<guid isPermaLink="false">http://danieltome.com/blog/index.php/2007/05/25/viewing-cache-in-firefox-and-downloading-flash-files/</guid>
		<description><![CDATA[Coming from using IE, where you have the &#8220;temporary internet files&#8221; folder. You get used to getting your swf files from there. But with Firefox if you go to the cache folder:
C:\Documents and Settings\user name\Application Data\Mozilla\Firefox\Profiles\********.default\Cache
You just don&#8217;t get the files.
But if you type this in your firefox address bar:
about:cache?device=memory
&#8230;you get a list of files, [...]]]></description>
			<content:encoded><![CDATA[<p>Coming from using IE, where you have the &#8220;temporary internet files&#8221; folder. You get used to getting your swf files from there. But with Firefox if you go to the cache folder:<br />
<span class="post">C:\Documents and Settings\user name\Application Data\Mozilla\Firefox\Profiles\********.default\Cache<br />
You just</span> don&#8217;t get the files.</p>
<p>But if you type this in your firefox address bar:</p>
<p>about:cache?device=memory</p>
<p>&#8230;you get a list of files, and can right-click them and download them</p>
<p>Another better way to manage this is with this add-on is: <a title="Cache Viewer" href="https://addons.mozilla.org/en-US/firefox/addon/2489" target="_blank">Firefox Cache viewer</a></p>
<p>Updated: Here&#8217;s an image of the add-on:<br />
You don&#8217;t get a preview of the SWF files, but you do get a preview of images.</p>
<p><img id="image28" src="http://danieltome.com/blog/wp-content/uploads/2007/05/cacheviewer.gif" alt="CacheViewer" /></p>
<p>You can also search and you get a bit more info of each file.</p>
<p><script type="text/javascript"><!--
 google_ad_client = "pub-0792462035008507"; google_ad_width = 468; google_ad_height = 60; google_ad_format = "468x60_as_rimg"; google_cpa_choice = "CAAQsfqWhAIaCAGcv_KBn4GSKNvD93MwAA";
// --></script><br />
<script src="http://pagead2.googlesyndication.com/pagead/show_ads.js" type="text/javascript"><!--</p>
<p>// --></script></p>
]]></content:encoded>
			<wfw:commentRss>http://www.danieltome.com/blog/2007/05/25/viewing-cache-in-firefox-and-downloading-flash-files/feed/</wfw:commentRss>
		<slash:comments>11</slash:comments>
		</item>
		<item>
		<title>GetURL and javascript</title>
		<link>http://www.danieltome.com/blog/2007/01/30/geturl-and-javascript/</link>
		<comments>http://www.danieltome.com/blog/2007/01/30/geturl-and-javascript/#comments</comments>
		<pubDate>Tue, 30 Jan 2007 01:13:41 +0000</pubDate>
		<dc:creator>Danno</dc:creator>
				<category><![CDATA[Flash]]></category>

		<guid isPermaLink="false">http://danieltome.com/index.php/2007/01/30/geturl-and-javascript/</guid>
		<description><![CDATA[This is kind of an old problem, but just in case anyone runs into it. If you are trying to call getURL and javascript commands from an html on your local computer, then it won&#8217;t work unless you add the parameter=allowscriptaccess and value=always.
Testing in the browser gives you no feedback at all, and it just [...]]]></description>
			<content:encoded><![CDATA[<p>This is kind of an old problem, but just in case anyone runs into it. If you are trying to call getURL and javascript commands from an html on your local computer, then it won&#8217;t work unless you add the parameter=allowscriptaccess and value=always.</p>
<p>Testing in the browser gives you no feedback at all, and it just doesn&#8217;t work. But if you use the Firefox extension: <a href="https://addons.mozilla.org/firefox/3469/" title="Flash Tracer Firefox plugin" target="_blank">Flash Tracer</a>, then you get this message:</p>
<p>*** Security Sandbox Violation ***</p>
<p><img src="http://danieltome.com/wp-content/uploads/2007/01/security_sandbox_violation.gif" id="image16" alt="Security Sandbox Violation" /></p>
<p>Here are the <a href="http://livedocs.macromedia.com/flash/mx2004/main_7_2/wwhelp/wwhimpl/common/html/wwhelp.htm?context=Flash_MX_2004&amp;file=00000529.html" title="Livedocs embed parameters" target="_blank">livedocs</a> with all the parameters you can use.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.danieltome.com/blog/2007/01/30/geturl-and-javascript/feed/</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
	</channel>
</rss>
