<?xml version="1.0" encoding="UTF-8"?><!-- generator="wordpress/2.1.2" -->
<rss version="0.92">
<channel>
	<title>AjayChhaya</title>
	<link>http://blog.ajaychhaya.com</link>
	<description>about Flash, Flex, RIA, etc...</description>
	<lastBuildDate>Mon, 17 May 2010 15:15:32 +0000</lastBuildDate>
	<docs>http://backend.userland.com/rss092</docs>
	<language>en</language>
	
	<item>
		<title>Sound Spectrum 3</title>
		<description>Another variation of Sound Spectrum 1. Used bitmap data and applied some blur.


<object	type="application/x-shockwave-flash"
			data="http://blog.ajaychhaya.com/wp-content/uploads/2010/05/soundspectrum5.swf"
			width="512"
			height="200">
	<param name="movie" value="http://blog.ajaychhaya.com/wp-content/uploads/2010/05/soundspectrum5.swf" />
</object>

Here is the code

[as]
package  
{
	import flash.display.Bitmap;
	import flash.display.BitmapData;
	import flash.display.Shape;
	import flash.display.Sprite;
	import flash.display.StageAlign;
	import flash.display.StageScaleMode;
	import flash.events.Event;
	import flash.events.IOErrorEvent;
	import flash.events.MouseEvent;
	import flash.filters.BitmapFilterQuality;
	import flash.filters.BlurFilter;
	import flash.geom.ColorTransform;
	import flash.geom.Point;
	import flash.geom.Rectangle;
	import flash.media.Sound;
	import flash.media.SoundChannel;
	import flash.media.SoundLoaderContext;
	import flash.media.SoundMixer;
	import flash.net.URLRequest;
	import flash.text.TextField;
	import flash.text.TextFormat;
	import flash.utils.ByteArray;
	/**
	 * ...
	 * @author Ajay Chhaya
	 ...</description>
		<link>http://blog.ajaychhaya.com/2010/05/17/sound-spectrum-3/</link>
			</item>
	<item>
		<title>Sound Spectrum 2</title>
		<description>Another variation of Sound Spectrum.


<object	type="application/x-shockwave-flash"
			data="http://blog.ajaychhaya.com/wp-content/uploads/2010/04/soundspectrum4.swf"
			width="400"
			height="400">
	<param name="movie" value="http://blog.ajaychhaya.com/wp-content/uploads/2010/04/soundspectrum4.swf" />
</object>

code:
[as]
package  
{
	import flash.display.Shape;
	import flash.display.Sprite;
	import flash.display.StageAlign;
	import flash.display.StageScaleMode;
	import flash.events.Event;
	import flash.events.IOErrorEvent;
	import flash.events.MouseEvent;
	import flash.geom.ColorTransform;
	import flash.media.Sound;
	import flash.media.SoundChannel;
	import flash.media.SoundLoaderContext;
	import flash.media.SoundMixer;
	import flash.net.URLRequest;
	import flash.text.TextField;
	import flash.text.TextFormat;
	import flash.utils.ByteArray;
	/**
	 * ...
	 * @author Ajay Chhaya
	 */
	[SWF(width=400,height=400, backgroundColor="0x0", frameRate="32")]
	public class SpectrumBar4 extends Sprite
	{
		private var txt:TextField = new TextField();
		private var containerArray:Vector. = new Vector.;
		private ...</description>
		<link>http://blog.ajaychhaya.com/2010/04/28/sound-spectrum-2/</link>
			</item>
	<item>
		<title>Sound Spectrum</title>
		<description>After a long time I had some time to experiment. I played with SoundMixer computeSpectrum. following is a very basic sound spectrum. click to play. it may will take some time to load the sound. enjoy!

Sound is downloaded from http://incompetech.com


<object	type="application/x-shockwave-flash"
			data="http://blog.ajaychhaya.com/wp-content/uploads/2010/04/soundSpectrum3.swf"
			width="512"
			height="200">
	<param name="movie" value="http://blog.ajaychhaya.com/wp-content/uploads/2010/04/soundSpectrum3.swf" />
</object>

here is the code.

[as]

package  
{
	import flash.display.Shape;
	import ...</description>
		<link>http://blog.ajaychhaya.com/2010/04/28/sound-spectrum/</link>
			</item>
	<item>
		<title>Flash CS4: Cannot use Interface and internal class both in single AS file</title>
		<description>Today I came across a very unusual problem. While compiling an old Flash CS3 project in Flash CS4, Compiler thew an error saying "1044: Interface method {Methodname} in namespace {InterfaceName} not implemented by class {ClassName}." while in CS3 the same project complied without any problem. Class was implementing an Interface ...</description>
		<link>http://blog.ajaychhaya.com/2009/10/07/cannot-use-interface-and-internal-class-together-in-flash-cs4/</link>
			</item>
	<item>
		<title>File upload and Flash Player 10 issue</title>
		<description>Yesterday when I posted about Flash in Gmail I didn't mentioned what the problem was. Here is my assumption on what the problem was and what could have caused that problem.

On the help page, it was mentioned that attachment functionality required Flash player 8 or greater, and if you have ...</description>
		<link>http://blog.ajaychhaya.com/2009/03/19/file-upload-and-flash-player-10-issue/</link>
			</item>
	<item>
		<title>Gmail uses Flash for better user experience</title>
		<description>Today I was attaching a file in Gmail and it was failing. I was wondering what the problem is when I saw a help button next to the attach button. I clicked it and it lead me to help page which said you need Flash Player to upload and you ...</description>
		<link>http://blog.ajaychhaya.com/2009/03/18/gmail-uses-flash-for-better-user-experience/</link>
			</item>
	<item>
		<title>XML in AS3 video tutorial at FoxHole</title>
		<description>Have you already switched to AS3 ?  Are you still working with XML in AS2?

Look at this tutorial about XML and AS3 and see what you are missing. </description>
		<link>http://blog.ajaychhaya.com/2009/03/18/xml-in-as3-video-tutorial-at-foxhole/</link>
			</item>
	<item>
		<title>Text editor with img support in Flash</title>
		<description>There was a requirement for a text editor in one of our current Flex 2 project. But after too much of efforts we came to conclusion that to develop a decent text editor without any bug is next to impossible. As most of you might be aware of a few ...</description>
		<link>http://blog.ajaychhaya.com/2008/06/06/text-editor-with-img-support-in-flash/</link>
			</item>
	<item>
		<title>Bee - Air application</title>
		<description>Just downloaded Bee, an Air application, and posting this post from Bee. I'm really excited about the Air. Lets see If I can come up within next few days. </description>
		<link>http://blog.ajaychhaya.com/2007/12/13/bee-air-application/</link>
			</item>
	<item>
		<title>Welcome to my blog</title>
		<description>Welcome to my personal blog. I'm Ajay Chhaya, A multimedia developer from Mumbai-India. I'll post my thoughts on Web and Multimedia Development . Most of the blogs will be Flash platform related as  I work on those technologies . </description>
		<link>http://blog.ajaychhaya.com/2007/11/23/welcome-to-my-blog/</link>
			</item>
</channel>
</rss>
