<?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>GFX Complex &#124; St. Louis Web Design &#38; Development &#187; Flex</title>
	<atom:link href="http://gfxcomplex.com/tag/flex/feed/" rel="self" type="application/rss+xml" />
	<link>http://gfxcomplex.com</link>
	<description>looking for the beauty of complexity</description>
	<lastBuildDate>Mon, 06 Sep 2010 22:35:10 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>Free AS3 Image and Video Full Screen Library.</title>
		<link>http://gfxcomplex.com/actionscript3/free-as3-image-and-video-full-screen-library/</link>
		<comments>http://gfxcomplex.com/actionscript3/free-as3-image-and-video-full-screen-library/#comments</comments>
		<pubDate>Tue, 24 Feb 2009 03:21:43 +0000</pubDate>
		<dc:creator>Josh</dc:creator>
				<category><![CDATA[Featured]]></category>
		<category><![CDATA[actionscript3]]></category>
		<category><![CDATA[Air]]></category>
		<category><![CDATA[AS3]]></category>
		<category><![CDATA[flash]]></category>
		<category><![CDATA[Flex]]></category>
		<category><![CDATA[Image]]></category>
		<category><![CDATA[video]]></category>

		<guid isPermaLink="false">http://gfxcomplex.com/?p=300</guid>
		<description><![CDATA[::EDIT:: There has been an update. I have created a better example that will show how to use this lib as a slide show so for any of you who have asked how to change the image there you go. I have also cleaned. the code just a little. I have put all three of [...]]]></description>
			<content:encoded><![CDATA[<p>::EDIT:: There has been an update. I have created a better example that will show how to use this lib as a slide show so for any of you who have asked how to change the image there you go. I have also cleaned. the code just a little.</p>
<p>I have put all three of my full screen classes together. I am also now hosting it on googles code site. There will be some documents coming out soon, though there is still some examples in the zip.</p>
<p>The newest class is a FullScreenVideo class that takes and URL of a FLV, FL4 or H.264 supported video add scales the video to fit the browser. You can apply smoothing and or buffering. You can also set the number of times to loop the video or set it to 0 to loop forever.<br />
The second class is a class that will scale an image the same way you can with a video.<br />
The third class is a Image panning class that will pan the areas cropped by scaling the image.</p>
<p>This achieved such a common set of tasks that I was amazed that there was not much out there already. I hope it helps, enjoy.</p>
<p>Here is a link to the Zip:: <a href="http://as3-fullscreen-lib.googlecode.com/files/FullScreenLib.zip">http://as3-fullscreen-lib.googlecode.com/files/FullScreenLib.zip</a><br />
Here is the link to the project on code.google.com:: <a href="http://code.google.com/p/as3-fullscreen-lib/">http://code.google.com/p/as3-fullscreen-lib</a></p>
<p>I have also created a starter package for people looking to learn how to put this to use as a slide show : <a href="../forsale/full-screen-slide-show-starter-files/">http://gfxcomplex.com/forsale/full-screen-slide-show-starter-files/</a></p>
<p>::EDIT:: Good news&#8230; I just tried to load a swf in the FullScreenImage Class and it works so long as you don&#8217;t use bitmapsmoothing. So now for the record you can load anything a Loader class can in the FullScreenImage class.</p>
]]></content:encoded>
			<wfw:commentRss>http://gfxcomplex.com/actionscript3/free-as3-image-and-video-full-screen-library/feed/</wfw:commentRss>
		<slash:comments>57</slash:comments>
		</item>
		<item>
		<title>New Beta AS3 FullScreenVideo Class. Need your input &#8211; comment.</title>
		<link>http://gfxcomplex.com/video/new-beta-as3-fullscreenvideo-class-need-your-input-comment/</link>
		<comments>http://gfxcomplex.com/video/new-beta-as3-fullscreenvideo-class-need-your-input-comment/#comments</comments>
		<pubDate>Sun, 22 Feb 2009 19:02:47 +0000</pubDate>
		<dc:creator>Josh</dc:creator>
				<category><![CDATA[actionscript3]]></category>
		<category><![CDATA[flash]]></category>
		<category><![CDATA[video]]></category>
		<category><![CDATA[AS3]]></category>
		<category><![CDATA[Flex]]></category>
		<category><![CDATA[fullscreen]]></category>

		<guid isPermaLink="false">http://gfxcomplex.com/?p=298</guid>
		<description><![CDATA[::: UPDATE:::: This is out of data. Please go here to get the new version of the full screen class. I have just made a new version of my FullscreenImage class for videos. Just like the image version you can set it to any align point like top, center, bottom, left, right, ect, while still [...]]]></description>
			<content:encoded><![CDATA[<p>::: UPDATE::::</p>
<p>This is out of data. Please go <a href="http://gfxcomplex.com/actionscript3/free-as3-image-and-video-full-screen-library/">here </a>to get the new version of the full screen class.</p>
<p>I have just  made a new version of my FullscreenImage class for videos. Just like the image version you can set it to any align point like top, center, bottom, left, right, ect, while still scaling the video to fit  the whole screen proportionally on the fly.</p>
<p>Yet there are a few things that you normally want to do with video that are not the same with images. Such as loop, pause, play, ect&#8230;  Since I want make this class lite I want to know what you want to see in it. Please post a reply with what you think would be good for this class in the way of functionality and command use.</p>
<p>I will try to add as much as requested, though please keep in mind this class is meant to be a backdrop to a site and not a video player.</p>
<p>Here is a link to the beta version if you would like to see it working now.<br />
Link: <a href="http://gfxcomplex.com/labs/fullscreen-video-beta-1.zip">http://gfxcomplex.com/labs/fullscreen-video-beta-1.zip</a></p>
]]></content:encoded>
			<wfw:commentRss>http://gfxcomplex.com/video/new-beta-as3-fullscreenvideo-class-need-your-input-comment/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>K-Lib AS3 Kuler API Beta v2</title>
		<link>http://gfxcomplex.com/actionscript3/k-lib-as3-kuler-api-beta-v2/</link>
		<comments>http://gfxcomplex.com/actionscript3/k-lib-as3-kuler-api-beta-v2/#comments</comments>
		<pubDate>Sun, 15 Feb 2009 23:21:23 +0000</pubDate>
		<dc:creator>Josh</dc:creator>
				<category><![CDATA[actionscript3]]></category>
		<category><![CDATA[API]]></category>
		<category><![CDATA[AS3]]></category>
		<category><![CDATA[flash]]></category>
		<category><![CDATA[Flex]]></category>
		<category><![CDATA[Kuler]]></category>

		<guid isPermaLink="false">http://gfxcomplex.com/?p=273</guid>
		<description><![CDATA[I had just updated a new version of K-Lib. This current version now has search methods used to get swatches by themeID, userID, email, tag, hex and title. I have also added test examples for all the supported methods. Have a look at http://code.google.com/p/k-lib/]]></description>
			<content:encoded><![CDATA[<p><img style="float:left; padding:0 15px 5px 5px;" title="klib" src="http://gfxcomplex.com/images/k_lib_logo.jpg" alt="" width="163" height="133" /></p>
<p>I had just updated a new version of K-Lib. This current version now has search methods used to get swatches by themeID, userID, email, tag, hex and title.  I have also added test examples for all the supported methods.</p>
<p>Have a look at <a href="http://code.google.com/p/k-lib/">http://code.google.com/p/k-lib/</a></p>
]]></content:encoded>
			<wfw:commentRss>http://gfxcomplex.com/actionscript3/k-lib-as3-kuler-api-beta-v2/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Pure AS3 MJPEG streaming class</title>
		<link>http://gfxcomplex.com/air/pure-as3-mjpeg-streaming-class/</link>
		<comments>http://gfxcomplex.com/air/pure-as3-mjpeg-streaming-class/#comments</comments>
		<pubDate>Wed, 11 Feb 2009 01:04:39 +0000</pubDate>
		<dc:creator>Josh</dc:creator>
				<category><![CDATA[Air]]></category>
		<category><![CDATA[AS3]]></category>
		<category><![CDATA[flash]]></category>
		<category><![CDATA[Flex]]></category>
		<category><![CDATA[MJPEG]]></category>

		<guid isPermaLink="false">http://gfxcomplex.com/?p=237</guid>
		<description><![CDATA[Any of you who own a IP webcam can now stream your MJPEG video right into your AIR application. I only say AIR because there is sandbox problem if you try to use this in your flash or flex application. I made this class from a flex component I found at http://www.alagad.com/go/blog-entry/viewing-mjpeg-streams-in-flex. The class I [...]]]></description>
			<content:encoded><![CDATA[<p>Any of you who own a IP webcam can now stream your MJPEG video right into your AIR application.  I only say AIR because there is sandbox problem if you try to use this in your flash or flex application. </p>
<p>I made this class  from a flex component I found at <a href="http://www.alagad.com/go/blog-entry/viewing-mjpeg-streams-in-flex">http://www.alagad.com/go/blog-entry/viewing-mjpeg-streams-in-flex</a>. The class I made now uses pure AS3 so that you can use flash or flex to make your AIR apt. This Class also has a dependency from a 3rd party class, but only if you need to login to see your stream. I have also changed a few things for proficiency and optimization from the older class. </p>
<p>I have added an example fla with the dependency class if needed. <a href='http://gfxcomplex.com/wp-content/uploads/2009/02/mjpg.zip'>AS3 mjpg &#8211; Zip Link</a></p>
<p>If you found this helpful then please donate. Thanks.</p>
]]></content:encoded>
			<wfw:commentRss>http://gfxcomplex.com/air/pure-as3-mjpeg-streaming-class/feed/</wfw:commentRss>
		<slash:comments>8</slash:comments>
		</item>
		<item>
		<title>K-Lib Actionscript 3.0 API for Adobe Kuler</title>
		<link>http://gfxcomplex.com/actionscript3/k-lib-actionscript-30-api-for-adobe-kuler/</link>
		<comments>http://gfxcomplex.com/actionscript3/k-lib-actionscript-30-api-for-adobe-kuler/#comments</comments>
		<pubDate>Sat, 24 Jan 2009 05:12:56 +0000</pubDate>
		<dc:creator>Josh</dc:creator>
				<category><![CDATA[actionscript3]]></category>
		<category><![CDATA[AS3]]></category>
		<category><![CDATA[Colors]]></category>
		<category><![CDATA[Design]]></category>
		<category><![CDATA[flash]]></category>
		<category><![CDATA[Flex]]></category>
		<category><![CDATA[Kuler]]></category>

		<guid isPermaLink="false">http://gfxcomplex.com/?p=157</guid>
		<description><![CDATA[After Kuler updated their API it broke my screen saver and a few other things I have made over the last 2 years. Today I felt the need to rehash some of my old work. So starting from the ground up I decided to make a AS3 API for kuler. I think this is a [...]]]></description>
			<content:encoded><![CDATA[<p><img style="float:left; padding:0 15px 5px 5px;" title="klib" src="http://gfxcomplex.com/images/k_lib_logo.jpg" alt="" width="207" height="174" />After Kuler updated their API it broke my screen saver and a few other things I have made over the last 2 years. Today I felt the need to rehash some of my old work. So starting from the ground up I decided to make a AS3 API for kuler. I think this is a good start for my self if I want to remake a few of the thing I had done befor using the Kuler API. K-lib&#8217;s goal is to make the loading, parsing and organizing of the Kuler swatch data  as simple as posible.  With a simple call of a method and a single event listener you can get all of your kuler data on the fly. This is still very much a work in progress but there is some progress starting to show. have a look for your self at <a href="http://code.google.com/p/k-lib/">http://code.google.com/p/k-lib/</a>.</p>
<p>I&#8217;m also taking go measures  to make plenty of documents for the community.</p>
<p>- enjoy.</p>
]]></content:encoded>
			<wfw:commentRss>http://gfxcomplex.com/actionscript3/k-lib-actionscript-30-api-for-adobe-kuler/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>AS3 Full Screen Image Class with alignment scaling and smoothing.</title>
		<link>http://gfxcomplex.com/uncategorized/as3-full-screen-image-class-with-alignment-scaling-and-smoothing/</link>
		<comments>http://gfxcomplex.com/uncategorized/as3-full-screen-image-class-with-alignment-scaling-and-smoothing/#comments</comments>
		<pubDate>Wed, 14 Jan 2009 17:27:25 +0000</pubDate>
		<dc:creator>Josh</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[actionscript3]]></category>
		<category><![CDATA[Air]]></category>
		<category><![CDATA[AS3]]></category>
		<category><![CDATA[flash]]></category>
		<category><![CDATA[Flex]]></category>

		<guid isPermaLink="false">http://gfxcomplex.com/?p=115</guid>
		<description><![CDATA[Every time that I go to http://thefwa.com the first thing I think about is how all the sites listed there are using a image as the background that spans the full browser. That is the norm now for high end sites. So I decided to make a class that loads an image and will do [...]]]></description>
			<content:encoded><![CDATA[<p><img class="alignright size-full wp-image-116" title="fullscreenimage" src="http://gfxcomplex.com/wp-content/uploads/2009/01/fullscreenimage.jpg" alt="fullscreenimage" width="339" height="365" /><br />
Every time that I go to <a href="http://thefwa.com">http://thefwa.com</a> the first thing I think about is how all the sites listed there are using a image as the background that spans the full browser. That is the norm now for high end sites. So I decided to make a class that loads an image and will do the same thing as all the highend sites out there.</p>
<p>FullScreenImage lets you take a jpg, png or gif and scale it to fit the full size of the stage. This is used to create a site with an image that spans the full browser screen, as well scaling or cropping depending on the scale of the browser window.<br />
Features:</p>
<ul>
<li>Bitmap Smoothing for up scaling images   *NOTE* may need crossdomain permissions via crossdomain.xml</li>
<li>Stage alignment and scaling</li>
</ul>
<p>To make this work all you need to do is create an instance of the FullScreenImage Class and pass the constructor the URL of the image, the alignment constance which can been found by the FullScreenAlign Class and chosing on of the constance. The image to the left will show you how your image will be placed and scaled from. The FullScreenImage also relays all the Loader events that are triggurd when the image is loading so that you can listen to progress, completion and error.<br />
<del datetime="2009-04-06T15:58:44+00:00"></del></p>
<h2><strong>::: Update :::</strong></h2>
<p>This has been updated by a full screen Libray class that can do video, images and swf files.<br />
Please be sure to read there for more info.<br />
<a href="http://gfxcomplex.com/actionscript3/free-as3-image-and-video-full-screen-library/">http://gfxcomplex.com/actionscript3/free-as3-image-and-video-full-screen-library/</a></p>
<p>I have also created a starter package for people looking to learn how to put this to use as a slide show : <a href="../forsale/full-screen-slide-show-starter-files/">http://gfxcomplex.com/forsale/full-screen-slide-show-starter-files/</a></p>
]]></content:encoded>
			<wfw:commentRss>http://gfxcomplex.com/uncategorized/as3-full-screen-image-class-with-alignment-scaling-and-smoothing/feed/</wfw:commentRss>
		<slash:comments>34</slash:comments>
		</item>
	</channel>
</rss>
