<?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>HFUG</title>
	<atom:link href="http://hfug.net/feed/" rel="self" type="application/rss+xml" />
	<link>http://hfug.net</link>
	<description>Hawaii Flash User Group</description>
	<lastBuildDate>Tue, 29 Nov 2011 03:56:12 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
		<item>
		<title>this blog as moved</title>
		<link>http://hfug.net/this-blog-as-moved/</link>
		<comments>http://hfug.net/this-blog-as-moved/#comments</comments>
		<pubDate>Tue, 29 Nov 2011 03:56:12 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[blog]]></category>

		<guid isPermaLink="false">http://hfug.net/?p=2144</guid>
		<description><![CDATA[I moved the blog to the hawaii flash user group site, so please go to: http://blog.hawaiiflash.org/ for viewing this blog]]></description>
			<content:encoded><![CDATA[<p>I moved the blog to the hawaii flash user group site, so please go to:</p>
<p><a title="http://blog.hawaiiflash.org/" href="http://blog.hawaiiflash.org/">http://blog.hawaiiflash.org/</a> for viewing this blog</p>
]]></content:encoded>
			<wfw:commentRss>http://hfug.net/this-blog-as-moved/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Adding Flash Player 11 for FDT</title>
		<link>http://hfug.net/adding-flash-player-11-for-fdt/</link>
		<comments>http://hfug.net/adding-flash-player-11-for-fdt/#comments</comments>
		<pubDate>Thu, 03 Nov 2011 03:04:33 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Actionscript 3.0]]></category>
		<category><![CDATA[FDT]]></category>
		<category><![CDATA[Flash]]></category>
		<category><![CDATA[weloveFDT]]></category>

		<guid isPermaLink="false">http://hfug.net/?p=2136</guid>
		<description><![CDATA[Since flash player came out, you will want to upgrade the Flex SDK in FDT to include flash player 11. First you will need Flash Player 11.0 installed download Flash Player 11.0 here The Flash Player 11.0 Player Global .swc download playerglobal.swc here If using the Flex framework, Flex 4.5.1.21328 SDK download Flex 4.5.0.20967 SDK here Now in [...]]]></description>
			<content:encoded><![CDATA[<p>Since flash player came out, you will want to upgrade the Flex SDK in FDT to include flash player 11.</p>
<p>First you will need</p>
<ul>
<li>Flash Player 11.0 installed <a href="http://www.adobe.com/support/flashplayer/downloads.html#fp11" target="_blank">download Flash Player 11.0 here</a></li>
<li>The Flash Player 11.0 Player Global .swc <a href="http://www.adobe.com/support/flashplayer/downloads.html#fp11" target="_blank">download playerglobal.swc here</a></li>
<li>If using the Flex framework, Flex 4.5.1.21328 SDK <a href="http://opensource.adobe.com/wiki/display/flexsdk/Download+Flex+4.5" target="_blank">download Flex 4.5.0.20967 SDK here</a></li>
</ul>
<div>Now in the SDK we have to do a few things.</div>
<div>In the folder frameworks/libs/players you need to add a folder called 11.0, and in this folder you put the playerglobal .swc (you will have to rename it to this)</div>
<div><a href="http://hfug.net/wp-content/uploads/2011/11/Screen-Shot-2011-11-02-at-10.56.42-PM.png" rel="lightbox[2136]"><img class="alignnone size-full wp-image-2137" title="Screen Shot 2011-11-02 at 10.56.42 PM" src="http://hfug.net/wp-content/uploads/2011/11/Screen-Shot-2011-11-02-at-10.56.42-PM.png" alt="" width="325" height="107" /></a></div>
<div>Next you will need to upgrade the flex-config.xml file, you will need to change the first two resources. It should look like this when done</div>
<div><a href="http://hfug.net/wp-content/uploads/2011/11/Screen-Shot-2011-11-02-at-10.58.54-PM.png" rel="lightbox[2136]"><img class="alignnone size-full wp-image-2138" title="Screen Shot 2011-11-02 at 10.58.54 PM" src="http://hfug.net/wp-content/uploads/2011/11/Screen-Shot-2011-11-02-at-10.58.54-PM.png" alt="" width="594" height="114" /></a></div>
<div>Now in FDT you can use either flash player 10.2 or flash player 11.0. By default it is flash player 11.0</div>
<div><a href="http://hfug.net/wp-content/uploads/2011/11/default.png" rel="lightbox[2136]"><img class="alignnone size-full wp-image-2139" title="default" src="http://hfug.net/wp-content/uploads/2011/11/default.png" alt="" width="589" height="90" /></a></div>
<div>You can also change back to flash player 10.2</div>
<div><a href="http://hfug.net/wp-content/uploads/2011/11/change.png" rel="lightbox[2136]"><img class="alignnone size-full wp-image-2140" title="change" src="http://hfug.net/wp-content/uploads/2011/11/change.png" alt="" width="590" height="96" /></a></div>
<div>That is it, nw you can use flash player 11 in FDT 5 <img src='http://hfug.net/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </div>
]]></content:encoded>
			<wfw:commentRss>http://hfug.net/adding-flash-player-11-for-fdt/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Moved to Host Media UK</title>
		<link>http://hfug.net/moved-to-host-media-uk/</link>
		<comments>http://hfug.net/moved-to-host-media-uk/#comments</comments>
		<pubDate>Wed, 02 Nov 2011 04:00:54 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[ColdFusion]]></category>

		<guid isPermaLink="false">http://hfug.net/?p=2128</guid>
		<description><![CDATA[So I just moved all my ColdFusion Hosting to Host Media UK First of all the transition was smooth, and the support staff was very fast, and worked very hard to make sure that I had want I needed. The support team I would give a A+! I ordered the mid level plan that allows [...]]]></description>
			<content:encoded><![CDATA[<p>So I just moved all my ColdFusion Hosting to <a href="http://www.hostmediauk.com/" target="_blank">Host Media UK</a></p>
<p><a href="http://hfug.net/wp-content/uploads/2011/11/Screen-Shot-2011-11-01-at-11.52.11-PM.png" rel="lightbox[2128]"><img class="alignnone size-full wp-image-2129" title="Screen Shot 2011-11-01 at 11.52.11 PM" src="http://hfug.net/wp-content/uploads/2011/11/Screen-Shot-2011-11-01-at-11.52.11-PM.png" alt="" width="1008" height="282" /></a></p>
<p>First of all the transition was smooth, and the support staff was very fast, and worked very hard to make sure that I had want I needed. The support team I would give a A+!</p>
<p>I ordered the mid level plan that allows 15 domains for $40 a year, that is like $3.00 a month! I am very surprised that the hosting is so cheap, but offers quality hosting with a great support staff! I have been very impressed with is company!</p>
<p>Also they offer free ColdFusion hosting for £1 set up free, I also used this version and it was great.</p>
<p>If you are looking for hosting, I would highly recommend Host Media UK</p>
]]></content:encoded>
			<wfw:commentRss>http://hfug.net/moved-to-host-media-uk/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Upgrading the flash player for the IDE</title>
		<link>http://hfug.net/upgrading-flash-player-for-the-ide/</link>
		<comments>http://hfug.net/upgrading-flash-player-for-the-ide/#comments</comments>
		<pubDate>Sat, 22 Oct 2011 01:17:41 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Flash]]></category>

		<guid isPermaLink="false">http://hfug.net/?p=2113</guid>
		<description><![CDATA[I am trying to upgrade the flash player when you &#8220;test movie&#8221; in the flash IDE. I went to flash player downloads page, and used these to replace the versions in the Flash IDE However, when I test movie I still get flash player 10.2, when I use the same test on-line I get flash [...]]]></description>
			<content:encoded><![CDATA[<p>I am trying to upgrade the flash player when you &#8220;test movie&#8221; in the flash IDE.</p>
<p>I went to flash player downloads page, and used these to replace the versions in the Flash IDE</p>
<p><a href="http://hfug.net/wp-content/uploads/2011/10/flash_player1.png" rel="lightbox[2113]"><img class="alignnone size-full wp-image-2123" title="flash_player" src="http://hfug.net/wp-content/uploads/2011/10/flash_player1.png" alt="" width="741" height="145" /></a></p>
<p>However, when I test movie I still get flash player 10.2, when I use the same test on-line I get flash player 11.</p>
<p>this is what I did in the flash IDE</p>
<p><a href="http://hfug.net/wp-content/uploads/2011/10/Screen-Shot-2011-10-21-at-9.20.21-PM.png" rel="lightbox[2113]"><img class="alignnone size-full wp-image-2124" title="Screen Shot 2011-10-21 at 9.20.21 PM" src="http://hfug.net/wp-content/uploads/2011/10/Screen-Shot-2011-10-21-at-9.20.21-PM.png" alt="" width="502" height="233" /></a></p>
<p>You will see the main flash player date has not updated meaning that it will not let you update</p>
<p>Id anybody has a soultion  please leave a comment!</p>
]]></content:encoded>
			<wfw:commentRss>http://hfug.net/upgrading-flash-player-for-the-ide/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Delete Apps from you Atrix 4G</title>
		<link>http://hfug.net/delete-apps-from-you-atrix-4g/</link>
		<comments>http://hfug.net/delete-apps-from-you-atrix-4g/#comments</comments>
		<pubDate>Thu, 20 Oct 2011 16:39:39 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Android]]></category>

		<guid isPermaLink="false">http://hfug.net/?p=2109</guid>
		<description><![CDATA[Select Settings. Tap Applications. Tap Manage applications. Now you can select the application you would like to remove from your Motorola Atrix 4G. Tap Uninstall. Tap OK and tap OK again to remove the app.]]></description>
			<content:encoded><![CDATA[<div>
<ul>
<li>Select Settings.</li>
<li>Tap Applications.</li>
<li>Tap Manage applications.</li>
<li>Now you can select the application you would like to remove from your Motorola Atrix 4G.</li>
<li>Tap Uninstall.</li>
<li>Tap OK and tap OK again to remove the app.</li>
</ul>
</div>
]]></content:encoded>
			<wfw:commentRss>http://hfug.net/delete-apps-from-you-atrix-4g/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Getting the Atrix 4G to run on the Mac</title>
		<link>http://hfug.net/getting-the-atrix-4g-to-run-on-the-mac/</link>
		<comments>http://hfug.net/getting-the-atrix-4g-to-run-on-the-mac/#comments</comments>
		<pubDate>Thu, 20 Oct 2011 16:36:12 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Android]]></category>

		<guid isPermaLink="false">http://hfug.net/?p=2105</guid>
		<description><![CDATA[To get your atria 4g to have the same installer as windows download the Motorola link here: http://www.motorola.com/Consumers/US-EN/Consumer-Product-and-Services/Mobile+Phone+Accessories/Software/Motorola-Media-Link-Mac-Version-US-EN Once you have this installed you will have a application in the applications folder, plug your phone into the usb drive and run the Motorola App This will allow you to sink from your computer to you mac. [...]]]></description>
			<content:encoded><![CDATA[<p>To get your atria 4g to have the same installer as windows download the Motorola link here:</p>
<p><a href="http://www.motorola.com/Consumers/US-EN/Consumer-Product-and-Services/Mobile+Phone+Accessories/Software/Motorola-Media-Link-Mac-Version-US-EN">http://www.motorola.com/Consumers/US-EN/Consumer-Product-and-Services/Mobile+Phone+Accessories/Software/Motorola-Media-Link-Mac-Version-US-EN</a></p>
<p>Once you have this installed you will have a application in the applications folder, plug your phone into the usb drive and run the Motorola App</p>
<p><a href="http://hfug.net/wp-content/uploads/2011/10/Screen-Shot-2011-10-20-at-12.31.40-PM.png" rel="lightbox[2105]"><img class="alignnone size-full wp-image-2106" title="Screen Shot 2011-10-20 at 12.31.40 PM" src="http://hfug.net/wp-content/uploads/2011/10/Screen-Shot-2011-10-20-at-12.31.40-PM.png" alt="" width="909" height="460" /></a></p>
<p>This will allow you to sink from your computer to you mac.</p>
<p>If you click on the MOT drive on your desktop you will get access to the file system. For example you want to add or delete files you would have something like this</p>
<p><a href="http://hfug.net/wp-content/uploads/2011/10/Screen-Shot-2011-10-20-at-12.34.24-PM.png" rel="lightbox[2105]"><img class="alignnone size-full wp-image-2107" title="Screen Shot 2011-10-20 at 12.34.24 PM" src="http://hfug.net/wp-content/uploads/2011/10/Screen-Shot-2011-10-20-at-12.34.24-PM.png" alt="" width="690" height="161" /></a></p>
<p>This would be in Android/Data</p>
<p><strong>Best of all this fixes all the problems with testing AIR for Android appps on the phone!</strong></p>
]]></content:encoded>
			<wfw:commentRss>http://hfug.net/getting-the-atrix-4g-to-run-on-the-mac/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Flash Camp Hawaii is now Free!</title>
		<link>http://hfug.net/flash-camp-hawaii-is-now-free/</link>
		<comments>http://hfug.net/flash-camp-hawaii-is-now-free/#comments</comments>
		<pubDate>Sun, 25 Sep 2011 17:14:28 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Flash]]></category>
		<category><![CDATA[Flex]]></category>
		<category><![CDATA[HFUG]]></category>

		<guid isPermaLink="false">http://hfug.net/?p=2103</guid>
		<description><![CDATA[Flash Camp Hawaii is on  December 4th, and it will be streamed live on http://liveflashcamp.com. I am really looking forward tot he live flash camp!]]></description>
			<content:encoded><![CDATA[<p><a href="http://hfug.net/wp-content/uploads/2011/07/fc_hawaii1.png" rel="lightbox[2103]"><img class="alignnone size-full wp-image-2097" title="fc_hawaii" src="http://hfug.net/wp-content/uploads/2011/07/fc_hawaii1.png" alt="" width="138" height="138" /></a></p>
<p>Flash Camp Hawaii is on  December 4th, and it will be streamed live on <a title="Live Flash Camp" href="http://liveflashcamp.com">http://liveflashcamp.com</a>. I am really looking forward tot he live flash camp!</p>
]]></content:encoded>
			<wfw:commentRss>http://hfug.net/flash-camp-hawaii-is-now-free/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Flassh Camp Hawaii is in Decemeber</title>
		<link>http://hfug.net/flassh-camp-hawaii-is-in-decemeber/</link>
		<comments>http://hfug.net/flassh-camp-hawaii-is-in-decemeber/#comments</comments>
		<pubDate>Sat, 30 Jul 2011 06:31:47 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Flash]]></category>
		<category><![CDATA[HFUG]]></category>
		<category><![CDATA[HFUG Meetings]]></category>

		<guid isPermaLink="false">http://hfug.net/?p=2095</guid>
		<description><![CDATA[I moved the date to the Flash Camp Hawaii to December 4th as I have to move back to the mainland to take care of some medical issues that I am having. I will be coming back the December and I can&#8217;t wait for Flash Camp Hawaii]]></description>
			<content:encoded><![CDATA[<p><a href="http://hfug.net/wp-content/uploads/2011/07/fc_hawaii1.png" rel="lightbox[2095]"><img class="alignnone size-full wp-image-2097" title="fc_hawaii" src="http://hfug.net/wp-content/uploads/2011/07/fc_hawaii1.png" alt="" width="138" height="138" /></a></p>
<p>I moved the date to the Flash Camp Hawaii to December 4th as I have to move back to the mainland to take care of some medical issues that I am having. I will be coming back the December and I can&#8217;t wait for <a href="http://flashcamphawaii.com" target="_blank">Flash Camp Hawaii</a></p>
]]></content:encoded>
			<wfw:commentRss>http://hfug.net/flassh-camp-hawaii-is-in-decemeber/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>flash Camp hawaii price decreases</title>
		<link>http://hfug.net/flash-camp-hawaii-price-decreases/</link>
		<comments>http://hfug.net/flash-camp-hawaii-price-decreases/#comments</comments>
		<pubDate>Thu, 21 Jul 2011 04:24:43 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Hawaii]]></category>
		<category><![CDATA[HFUG]]></category>
		<category><![CDATA[HFUG Meetings]]></category>

		<guid isPermaLink="false">http://hfug.net/?p=2091</guid>
		<description><![CDATA[I just lowered the price to $20.00 for the event, this is a real cheap!]]></description>
			<content:encoded><![CDATA[<p><a href="http://hfug.net/wp-content/uploads/2011/07/fc_hawaii.png" rel="lightbox[2091]"><img class="alignnone size-full wp-image-2092" title="fc_hawaii" src="http://hfug.net/wp-content/uploads/2011/07/fc_hawaii.png" alt="" width="138" height="138" /></a></p>
<p>I just lowered the price to $20.00 for the event, this is a real cheap!</p>
]]></content:encoded>
			<wfw:commentRss>http://hfug.net/flash-camp-hawaii-price-decreases/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Flash Camp Hawaii Mentioned on Adobe</title>
		<link>http://hfug.net/flash-camp-hawaii-mentioned-on-adobe/</link>
		<comments>http://hfug.net/flash-camp-hawaii-mentioned-on-adobe/#comments</comments>
		<pubDate>Mon, 18 Jul 2011 22:44:25 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Flash]]></category>
		<category><![CDATA[Hawaii]]></category>
		<category><![CDATA[HFUG]]></category>
		<category><![CDATA[HFUG Meetings]]></category>

		<guid isPermaLink="false">http://hfug.net/?p=2087</guid>
		<description><![CDATA[&#160; The Flash Camp Hawaii Is now posted on the Adobe&#8217;s Developer events page See the post here &#8211; http://www.adobe.com/devnet/events.html]]></description>
			<content:encoded><![CDATA[<p><a href="http://hfug.net/wp-content/uploads/2011/07/fc_adobe.png" rel="lightbox[2087]"><img class="alignnone size-full wp-image-2088" title="fc_adobe" src="http://hfug.net/wp-content/uploads/2011/07/fc_adobe.png" alt="" width="694" height="153" /></a></p>
<p>&nbsp;</p>
<p>The Flash Camp Hawaii Is now posted on the Adobe&#8217;s Developer events page</p>
<p>See the post here &#8211; <a title="http://www.adobe.com/devnet/events.html" href="http://www.adobe.com/devnet/events.html">http://www.adobe.com/devnet/events.html</a></p>
]]></content:encoded>
			<wfw:commentRss>http://hfug.net/flash-camp-hawaii-mentioned-on-adobe/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

