<?xml version='1.0' encoding='UTF-8'?><rss xmlns:atom='http://www.w3.org/2005/Atom' xmlns:openSearch='http://a9.com/-/spec/opensearchrss/1.0/' version='2.0'><channel><atom:id>tag:blogger.com,1999:blog-7017297504410570290</atom:id><lastBuildDate>Fri, 24 Oct 2008 17:28:12 +0000</lastBuildDate><title>OpenFlash</title><description>Free Flash Source Code.</description><link>http://flash.aliseya.com/index.php</link><managingEditor>noreply@blogger.com (techdiva)</managingEditor><generator>Blogger</generator><openSearch:totalResults>7</openSearch:totalResults><openSearch:startIndex>1</openSearch:startIndex><openSearch:itemsPerPage>25</openSearch:itemsPerPage><item><guid isPermaLink='false'>tag:blogger.com,1999:blog-7017297504410570290.post-7587322355902721528</guid><pubDate>Thu, 23 Oct 2008 01:22:00 +0000</pubDate><atom:updated>2008-10-22T18:33:20.678-07:00</atom:updated><title>MP3 Player - AS3 Version</title><description>Okay, I've updated the MP3 player. it's in AS3 now. &lt;br /&gt;&lt;br /&gt;the functionality is pretty much the same, although I did change how the EQ bars work. &lt;br /&gt;&lt;br /&gt;As before, I haven't included any sample MP3 files, so &lt;span style="font-weight:bold;"&gt;you'll have to put some in a "tracks" directory and update the XML file with the path to your songs&lt;/span&gt;.&lt;br /&gt;&lt;br /&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://flash.aliseya.com/uploaded_images/Picture-9-745080.png"&gt;&lt;img style="display:block; margin:0px auto 10px; text-align:center;cursor:pointer; cursor:hand;width: 320px; height: 78px;" src="http://flash.aliseya.com/uploaded_images/Picture-9-745074.png" border="0" alt="" /&gt;&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://flash.aliseya.com/download.php?id=19827166"&gt;Download&lt;/a&gt;</description><link>http://flash.aliseya.com/2008/10/mp3-player-as3-version.html</link><author>noreply@blogger.com (techdiva)</author><thr:total xmlns:thr='http://purl.org/syndication/thread/1.0'>1</thr:total></item><item><guid isPermaLink='false'>tag:blogger.com,1999:blog-7017297504410570290.post-347828117161647368</guid><pubDate>Wed, 22 Oct 2008 00:36:00 +0000</pubDate><atom:updated>2008-10-22T18:46:25.609-07:00</atom:updated><title>RSS Reader - AS3</title><description>Here's an RSS reader that displays the first item in the feed. &lt;br /&gt;&lt;br /&gt;You can extend it show more items. All of the text is written out in action script, so you can change the size of the textFields as well as the colors used. &lt;br /&gt;&lt;br /&gt;You can see it in action on the homepage of my blog (&lt;a href="http://www.aliseya.com"&gt;www.aliseya.com&lt;/a&gt;). It's on the lefthand side, underneath "Latest Post on OpenFlashForum.com". It gets the RSS feed from &lt;a href="http://www.openflashforum.com"&gt;OpenFlashForum.com&lt;/a&gt;, but you can replace it with any feed you like. &lt;br /&gt;&lt;br /&gt;&lt;A href="http://flash.aliseya.com/download.php?id=19827165"&gt;Download&lt;/A&gt;&lt;br /&gt;&lt;br /&gt;Enjoy!</description><link>http://flash.aliseya.com/2008/10/rss-reader-as3.html</link><author>noreply@blogger.com (techdiva)</author><thr:total xmlns:thr='http://purl.org/syndication/thread/1.0'>0</thr:total></item><item><guid isPermaLink='false'>tag:blogger.com,1999:blog-7017297504410570290.post-7910902117678556909</guid><pubDate>Wed, 15 Oct 2008 00:44:00 +0000</pubDate><atom:updated>2008-10-14T18:16:14.499-07:00</atom:updated><title>Slider Puzzle</title><description>New Source has finally been added. &lt;br /&gt;&lt;br /&gt;Okay, it's been a while since I put up some new code but here's a slider game, that demonstrates how to copy an image at runtime (that's how the individual pieces are made), using Bitmap.draw() and Matrix.translate() &lt;br /&gt;&lt;br /&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://flash.aliseya.com/uploaded_images/Picture-5-747690.png"&gt;&lt;img style="display:block; margin:0px auto 10px; text-align:center;cursor:pointer; cursor:hand;" src="http://flash.aliseya.com/uploaded_images/Picture-5-747373.png" border="0" alt="" /&gt;&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;So while the game is not really that interesting, once you're aware of using Bitmap.draw() to copy sections of the screen, you can use this knowledge to manipulate your images in other ways... &lt;br /&gt;&lt;br /&gt;Also, you can swap out the image with your own, or if you're familiar with file uploads, you can build an application to take user supplied files. &lt;br /&gt;&lt;br /&gt;At some point, I'll put up and AS3 version...but no promises about when &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;A href="http://flash.aliseya.com/download.php?id=198743"&gt;Download&lt;/A&gt;</description><link>http://flash.aliseya.com/2008/10/slider-puzzle.html</link><author>noreply@blogger.com (techdiva)</author><thr:total xmlns:thr='http://purl.org/syndication/thread/1.0'>0</thr:total></item><item><guid isPermaLink='false'>tag:blogger.com,1999:blog-7017297504410570290.post-8524732373240952772</guid><pubDate>Fri, 09 Nov 2007 00:39:00 +0000</pubDate><atom:updated>2007-11-08T22:21:35.430-08:00</atom:updated><title>Tutorial: Loading and Resizing images</title><description>Knowing how to dynamically load, resize and position images in Flash is the key to making a good flash slide show. I'll show you how to do it here. For free even. &lt;br /&gt;&lt;br /&gt;For this tutorial, I'm not going to cover how to get the URL to the image into flash. I'll put it in a variable to keep things simple. If you want to see how to load URLs to multiple images from an XML file, check out the source for my Flash Photo Album &lt;a href="http://flash.aliseya.com/2007/10/photo-album-1.html"&gt;here&lt;/a&gt;.&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="font-weight:bold;"&gt;Step 1 - Load the images &lt;/span&gt; &lt;br /&gt;First let's create a MovieClip to hold the image, and then load the image into it. We're going to use a MovieClipLoader for this so that we can add a listener later. &lt;br /&gt;&lt;br /&gt;&lt;span style="font-style:italic;"&gt;//create the MovieClipLoader &lt;br /&gt;var mcLoader:MovieClipLoader = new MovieClipLoader();&lt;br /&gt;&lt;br /&gt;//create the MovieClip to hold the image&lt;br /&gt;var photoHolder:MovieClip = _root.createEmptyMovieClip("photoHolder", 1); &lt;br /&gt;&lt;br /&gt;//load the image&lt;br /&gt;var nextPhoto:String = "Photos/photo1.jpg";&lt;br /&gt;mcLoader.loadClip(nextPhoto, photoHolder); &lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="font-weight:bold;"&gt;&lt;br /&gt;Step 2 - Add a listener object to the MovieClipLoader&lt;/span&gt;&lt;br /&gt;Next, we're going to add a listener object to the MovieClipLoader, so that we can be notified when the image has loaded. In this case, we are going to listen for the onLoadInit event. &lt;br /&gt;&lt;span style="font-style:italic;"&gt;&lt;br /&gt;//create the listener object&lt;br /&gt;var loadListener:Object = new Object();&lt;br /&gt;&lt;br /&gt;//create a function that will be called when the onLoadInit event is fired &lt;br /&gt;loadListener.onLoadInit = function(mc:MovieClip){&lt;br /&gt;     //resize code will go here&lt;br /&gt;}&lt;br /&gt;&lt;br /&gt;//add the listener to the MovieClipLoader&lt;br /&gt;var mcLoader:MovieClipLoader = new MovieClipLoader();&lt;br /&gt;mcLoader.addListener(loadListener); &lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="font-weight:bold;"&gt;Step 3 - Resize and Center the image &lt;/span&gt;&lt;br /&gt;Now lets add the code to resize and center the image. &lt;br /&gt;&lt;br /&gt;&lt;span style="font-style:italic;"&gt;//make the image half the width of the Stage&lt;br /&gt;mc._width = Stage.width/2; &lt;br /&gt;//keep the proportions the same&lt;br /&gt;mc._yscale = mc._xscale; &lt;br /&gt;&lt;br /&gt;//center the image &lt;br /&gt;mc._x = (Stage.width/2) - (mc._width/2);&lt;br /&gt;mc._y = (Stage.height/2) - (mc._height/2); &lt;/span&gt;&lt;br /&gt; &lt;br /&gt;&lt;span style="font-weight:bold;"&gt;&lt;br /&gt;Step 4 - Putting it all together. &lt;/span&gt;&lt;br /&gt;Now that we've gone through all of the steps, here is what all of the code looks like together. As an extension, you may want to add a Tween so that the image fades in, or resizes slowly, or slides in from the side!&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;----------------------------------------------------------&lt;br /&gt;&lt;br /&gt;&lt;span style="font-style:italic;"&gt;var loadListener:Object = new Object(); &lt;br /&gt;loadListener.onLoadInit = function(mc:MovieClip){&lt;br /&gt; &lt;br /&gt;&lt;br /&gt; mc._width = Stage.width/2; &lt;br /&gt; mc._yscale = mc._xscale; &lt;br /&gt; &lt;br /&gt; mc._x = (Stage.width/2) - (mc._width/2);&lt;br /&gt; mc._y = (Stage.height/2) - (mc._height/2); &lt;br /&gt; &lt;br /&gt;&lt;br /&gt;};&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;var mcLoader:MovieClipLoader = new MovieClipLoader();&lt;br /&gt;mcLoader.addListener(loadListener); &lt;br /&gt;&lt;br /&gt;var nextPhoto:String = "Photos/photo1.jpg";&lt;br /&gt;var photoHolder:MovieClip = _root.createEmptyMovieClip("photoHolder", 1); &lt;br /&gt;mcLoader.loadClip(nextPhoto, photoHolder); &lt;/span&gt;</description><link>http://flash.aliseya.com/2007/11/tutorial-loading-and-resizing-images.html</link><author>noreply@blogger.com (techdiva)</author><thr:total xmlns:thr='http://purl.org/syndication/thread/1.0'>0</thr:total></item><item><guid isPermaLink='false'>tag:blogger.com,1999:blog-7017297504410570290.post-5816811842579043442</guid><pubDate>Thu, 01 Nov 2007 21:09:00 +0000</pubDate><atom:updated>2008-10-19T13:06:22.447-07:00</atom:updated><title>Great Flash Developer Forums</title><description>Here's a short list of flash developer forums that I like. It's by no means a comprehensive list, so if you have others that you like, add a link to it in the comments! &lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.openflashforum.com"&gt;www.OpenFlashForum.com&lt;/a&gt;&lt;br /&gt;&lt;a href="http://www.kirupa.com"&gt;www.kirupa.com&lt;/a&gt;&lt;br /&gt;&lt;a href="http://www.actionscript.org"&gt;www.actionscript.org&lt;/a&gt;&lt;br /&gt;&lt;a href="http://www.flashmove.com"&gt;www.flashmove.com&lt;/a&gt;</description><link>http://flash.aliseya.com/2007/11/great-flash-developer-forums.html</link><author>noreply@blogger.com (techdiva)</author><thr:total xmlns:thr='http://purl.org/syndication/thread/1.0'>1</thr:total></item><item><guid isPermaLink='false'>tag:blogger.com,1999:blog-7017297504410570290.post-9085157695039615382</guid><pubDate>Wed, 31 Oct 2007 23:54:00 +0000</pubDate><atom:updated>2007-11-01T14:13:49.088-07:00</atom:updated><title>Photo Album 1</title><description>&lt;a href="http://flash.aliseya.com/uploaded_images/PhotoAlbum1-712948.jpg"&gt;&lt;img style="display:block; margin:0px auto 10px; text-align:center;cursor:pointer; cursor:hand;" src="http://flash.aliseya.com/uploaded_images/PhotoAlbum1-712942.jpg" border="0" alt="" /&gt;&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;This photo viewer is like a slide show. You can change out the background image to be whatever you want. You can also add a mask so that only part of the photo is displayed. &lt;br /&gt;&lt;br /&gt;If you've got some basic actionscripting skills you can resize the images or change the transition effects. I'll post a variation on this in a few days that will let you select the photo that you want to view in addition to watching the automatic slide show.  &lt;br /&gt;&lt;br /&gt;&lt;em&gt;**note** Photos are not included with the download, so you have to add some of your own to the Photos directory and update the xml file &lt;/em&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.flash.aliseya.com/download.php?id=19827164"&gt;Download&lt;/a&gt;</description><link>http://flash.aliseya.com/2007/10/photo-album-1.html</link><author>noreply@blogger.com (techdiva)</author><thr:total xmlns:thr='http://purl.org/syndication/thread/1.0'>0</thr:total></item><item><guid isPermaLink='false'>tag:blogger.com,1999:blog-7017297504410570290.post-6848364044935821516</guid><pubDate>Tue, 30 Oct 2007 04:02:00 +0000</pubDate><atom:updated>2008-07-02T14:06:00.203-07:00</atom:updated><title>Flash MP3 Player</title><description>&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://flash.aliseya.com/uploaded_images/MP3Player-773707.jpg"&gt;&lt;img style="cursor:pointer; cursor:hand;" src="http://flash.aliseya.com/uploaded_images/MP3Player-773704.jpg" border="0" alt="" /&gt;&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;This component is skinnable, so that you can modify it to match your site. Just edit the existing buttons, or create your own.&lt;br /&gt;&lt;br /&gt;The playlist is XML driven, so you can easily update the songs. Or if you're an advanced user, you can have the playlist created dynamically by a server side script. &lt;br /&gt;&lt;br /&gt;This MP3 player can be used on it's own, or loaded into an existing flash movie. &lt;br /&gt;&lt;br /&gt;&lt;em&gt;**note** MP3 files are not included with the download, so you have to add some of your own to the tracks directory and update the xml file &lt;/em&gt;&lt;br /&gt;&lt;br /&gt;enjoy!&lt;br /&gt;&lt;br /&gt;&lt;A href="http://flash.aliseya.com/download.php?id=12329362"&gt;Download&lt;/A&gt;</description><link>http://flash.aliseya.com/2007/10/flash-mp3-player.html</link><author>noreply@blogger.com (techdiva)</author><thr:total xmlns:thr='http://purl.org/syndication/thread/1.0'>1</thr:total></item></channel></rss>