<?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/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
	>

<channel>
	<title>Techy</title>
	<atom:link href="http://jasmeetsingh.wordpress.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://jasmeetsingh.wordpress.com</link>
	<description>sharing all i know about swf</description>
	<lastBuildDate>Fri, 17 Jul 2009 03:29:21 +0000</lastBuildDate>
	<generator>http://wordpress.com/</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<cloud domain='jasmeetsingh.wordpress.com' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>http://www.gravatar.com/blavatar/887b634ae0130199c4b01d96f0bb915e?s=96&#038;d=http://s.wordpress.com/i/buttonw-com.png</url>
		<title>Techy</title>
		<link>http://jasmeetsingh.wordpress.com</link>
	</image>
			<item>
		<title>convert lowercase to uppercase</title>
		<link>http://jasmeetsingh.wordpress.com/2009/07/17/conver-lowercase-to-uppercase/</link>
		<comments>http://jasmeetsingh.wordpress.com/2009/07/17/conver-lowercase-to-uppercase/#comments</comments>
		<pubDate>Fri, 17 Jul 2009 03:29:03 +0000</pubDate>
		<dc:creator>jasmeetsehgal</dc:creator>
				<category><![CDATA[flash]]></category>

		<guid isPermaLink="false">http://jasmeetsingh.wordpress.com/?p=128</guid>
		<description><![CDATA[Hi
most of the photoshop users wanted to have a tool with in flash to convert the textfiled data to uppercase by a click as they can do it in photoshop.
so just developed a jsfl command to do that select your text filed on the stage and run the command it will convert all text data [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=jasmeetsingh.wordpress.com&blog=2667611&post=128&subd=jasmeetsingh&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>Hi<br />
most of the photoshop users wanted to have a tool with in flash to convert the textfiled data to uppercase by a click as they can do it in photoshop.<br />
so just developed a jsfl command to do that select your text filed on the stage and run the command it will convert all text data to uppercase.</p>
<p>let me know if any additions required.<br />
save the following code using notepad with filename &#8220;uppercase.jsfl&#8221;</p>
<p>open the file from with in flash by selecting commands &gt;&gt; run command and file.</p>
<p>uppercase = function(selIndex)<br />
{<br />
var textLength = fl.getDocumentDOM().selection[selIndex].length;<br />
if(textLength == undefined){<br />
return;<br />
}<br />
var lower_string = fl.getDocumentDOM().selection[selIndex].getTextString(0,textLength);<br />
}<br />
var theSelectionArray = fl.getDocumentDOM().selection;<br />
for(var j=0;j&lt;theSelectionArray.length;j++){<br />
uppercase(j)<br />
}</p>
  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/jasmeetsingh.wordpress.com/128/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/jasmeetsingh.wordpress.com/128/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/jasmeetsingh.wordpress.com/128/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/jasmeetsingh.wordpress.com/128/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/jasmeetsingh.wordpress.com/128/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/jasmeetsingh.wordpress.com/128/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/jasmeetsingh.wordpress.com/128/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/jasmeetsingh.wordpress.com/128/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/jasmeetsingh.wordpress.com/128/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/jasmeetsingh.wordpress.com/128/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=jasmeetsingh.wordpress.com&blog=2667611&post=128&subd=jasmeetsingh&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://jasmeetsingh.wordpress.com/2009/07/17/conver-lowercase-to-uppercase/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/37da20ba39bd58b0948c723e8e919809?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">JasmeetSingh</media:title>
		</media:content>
	</item>
		<item>
		<title>My first attempt to learn stratus (RTMFP)</title>
		<link>http://jasmeetsingh.wordpress.com/2009/01/29/my-first-attempt-to-learn-stratus-rtmfp/</link>
		<comments>http://jasmeetsingh.wordpress.com/2009/01/29/my-first-attempt-to-learn-stratus-rtmfp/#comments</comments>
		<pubDate>Thu, 29 Jan 2009 07:55:08 +0000</pubDate>
		<dc:creator>jasmeetsehgal</dc:creator>
				<category><![CDATA[Flex]]></category>
		<category><![CDATA[Flsah 10]]></category>
		<category><![CDATA[peer2peer]]></category>
		<category><![CDATA[RTMFP]]></category>
		<category><![CDATA[stratus]]></category>
		<category><![CDATA[video chat]]></category>

		<guid isPermaLink="false">http://jasmeetsingh.wordpress.com/?p=125</guid>
		<description><![CDATA[Please find below A peer2peer video chat application using a new protocol introduced in flash player 10 Real-Time Media Flow Protocol (RTMFP). The most important features of RTMFP include low latency, end-to-end peering capability, security and scalability. These properties make RTMFP especially well suited for developing real-time collaboration applications by not only providing superior user [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=jasmeetsingh.wordpress.com&blog=2667611&post=125&subd=jasmeetsingh&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>Please find below <a href="http://jasmeetsehgal.googlepages.com/test.html">A peer2peer video chat application</a> using a new protocol introduced in flash player 10 <strong>Real-Time Media Flow Protocol</strong> (RTMFP). The most important features of <strong>RTMFP </strong>include low latency, end-to-end peering capability, security and scalability. These properties make RTMFP especially well suited for developing real-time collaboration applications by not only providing superior user experience but also reducing cost for operators.<br />
In order to use RTMFP, Flash Player endpoints must connect to an RTMFP-capable server, such as the Adobe Stratus service. Stratus is a beta, hosted rendezvous service that aids establishing communications between Flash Player endpoints. Unlike Flash Media Server, Stratus does not support media relay, shared objects, scripting, etc. So by using Stratus, you can only develop applications where Flash Player endpoints are directly communicating with each other.</p>
<p>Some important tips:<br />
<span id="more-125"></span><br />
The older RTMP operates over TCP port 1935 and falls back to tunneling over 443 and/or 80.</p>
<p>The newer RTMFP uses UDP and requires the ability to make outbound connections to 1935 and also higher port numbers in order to establish a server connection.</p>
<p>Running over port 443 and 80 UDP wouldn&#8217;t help, the firewall is likely configured to open up TCP 443 (HTTPS) and TCP 80 (HTTP) while still blocking UDP (<em><strong>Outbound UDP to be enabled</strong></em>).</p>
<p>The Flash Player can also be configured manually to use a TURN proxy, if you&#8217;re able to have the customer&#8217;s IT department install one to get past the firewall. In Flash Player 10.0, draft-ietf-behave-turn-08 is supported.</p>
<p>http://jasmeetsehgal.googlepages.com/test.html</p>
  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/jasmeetsingh.wordpress.com/125/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/jasmeetsingh.wordpress.com/125/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/jasmeetsingh.wordpress.com/125/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/jasmeetsingh.wordpress.com/125/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/jasmeetsingh.wordpress.com/125/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/jasmeetsingh.wordpress.com/125/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/jasmeetsingh.wordpress.com/125/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/jasmeetsingh.wordpress.com/125/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/jasmeetsingh.wordpress.com/125/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/jasmeetsingh.wordpress.com/125/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=jasmeetsingh.wordpress.com&blog=2667611&post=125&subd=jasmeetsingh&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://jasmeetsingh.wordpress.com/2009/01/29/my-first-attempt-to-learn-stratus-rtmfp/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/37da20ba39bd58b0948c723e8e919809?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">JasmeetSingh</media:title>
		</media:content>
	</item>
		<item>
		<title>how to change the rowheight in dataGrid ?</title>
		<link>http://jasmeetsingh.wordpress.com/2009/01/21/how-to-change-the-rowheight-in-datagrid/</link>
		<comments>http://jasmeetsingh.wordpress.com/2009/01/21/how-to-change-the-rowheight-in-datagrid/#comments</comments>
		<pubDate>Wed, 21 Jan 2009 10:42:55 +0000</pubDate>
		<dc:creator>jasmeetsehgal</dc:creator>
				<category><![CDATA[Flex]]></category>
		<category><![CDATA[General]]></category>
		<category><![CDATA[datagrid]]></category>
		<category><![CDATA[font embeding]]></category>
		<category><![CDATA[rowheight]]></category>

		<guid isPermaLink="false">http://jasmeetsingh.wordpress.com/?p=111</guid>
		<description><![CDATA[hi
This is how you can change the height of a row in datagrid, but to an extent only you will loose all your text if it reduced to a leavel less then font size to be visible.
so you will respectivelly have to change the font size also and dont forget to embed the font  [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=jasmeetsingh.wordpress.com&blog=2667611&post=111&subd=jasmeetsingh&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>hi<br />
This is how you can change the height of a row in datagrid, but to an extent only you will loose all your text if it reduced to a leavel less then font size to be visible.<br />
so you will respectivelly have to change the font size also and dont forget to embed the font <img src='http://s.wordpress.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p> <code>datagrid.rowHeight = 10;</code><br />
below is the CSS sample</p>
<p><span id="more-111"></span></p>
<p><code><br />
DataGrid<br />
{<br />
header-style-name : headerGrid;<br />
fontFamily: Arial;<br />
fontSize:10;<br />
fontStyle:normal;<br />
fontWeight: normal;<br />
fontAntiAliasType: advanced;<br />
fontSharpness: 100;<br />
fontgridFitType: subpixel;<br />
advancedAntiAliasing : true;<br />
letterSpacing: 3;<br />
}</p>
<p>@font-face {<br />
    src: local("Arial");<br />
    fontFamily: Arial;<br />
    advancedAntiAliasing: true;<br />
}</code></p>
  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/jasmeetsingh.wordpress.com/111/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/jasmeetsingh.wordpress.com/111/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/jasmeetsingh.wordpress.com/111/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/jasmeetsingh.wordpress.com/111/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/jasmeetsingh.wordpress.com/111/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/jasmeetsingh.wordpress.com/111/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/jasmeetsingh.wordpress.com/111/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/jasmeetsingh.wordpress.com/111/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/jasmeetsingh.wordpress.com/111/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/jasmeetsingh.wordpress.com/111/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=jasmeetsingh.wordpress.com&blog=2667611&post=111&subd=jasmeetsingh&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://jasmeetsingh.wordpress.com/2009/01/21/how-to-change-the-rowheight-in-datagrid/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/37da20ba39bd58b0948c723e8e919809?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">JasmeetSingh</media:title>
		</media:content>
	</item>
		<item>
		<title>some cool AS3 samples to share</title>
		<link>http://jasmeetsingh.wordpress.com/2009/01/15/some-cool-as3-samples-to-share/</link>
		<comments>http://jasmeetsingh.wordpress.com/2009/01/15/some-cool-as3-samples-to-share/#comments</comments>
		<pubDate>Thu, 15 Jan 2009 07:46:35 +0000</pubDate>
		<dc:creator>jasmeetsehgal</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[bone tool]]></category>
		<category><![CDATA[IK]]></category>
		<category><![CDATA[pixel Blender]]></category>

		<guid isPermaLink="false">http://jasmeetsingh.wordpress.com/?p=109</guid>
		<description><![CDATA[Inverse Kinematics with the Bone tool view    source
Pixel Bender view    source
       <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=jasmeetsingh.wordpress.com&blog=2667611&post=109&subd=jasmeetsingh&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>Inverse Kinematics with the Bone tool <a href="http://www.flexnflash.com/assets/IK_Sync_to_SpinningWheel/IK_Sync_to_SpinningWheel.html">view  </a>  <a href="http://www.flexnflash.com/assets/IK_Sync_to_SpinningWheel/IK_Sync_to_SpinningWheel.fla">source</a></p>
<p>Pixel Bender <a href="http://www.flexnflash.com/assets/pixelbender_filter/PixelBenderExample.html">view  </a>  <a href="http://www.flexnflash.com/assets/pixelbender_filter/PixelBenderExample.fla">source</a></p>
  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/jasmeetsingh.wordpress.com/109/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/jasmeetsingh.wordpress.com/109/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/jasmeetsingh.wordpress.com/109/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/jasmeetsingh.wordpress.com/109/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/jasmeetsingh.wordpress.com/109/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/jasmeetsingh.wordpress.com/109/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/jasmeetsingh.wordpress.com/109/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/jasmeetsingh.wordpress.com/109/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/jasmeetsingh.wordpress.com/109/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/jasmeetsingh.wordpress.com/109/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=jasmeetsingh.wordpress.com&blog=2667611&post=109&subd=jasmeetsingh&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://jasmeetsingh.wordpress.com/2009/01/15/some-cool-as3-samples-to-share/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/37da20ba39bd58b0948c723e8e919809?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">JasmeetSingh</media:title>
		</media:content>
	</item>
		<item>
		<title>Designers friendly CS4: some new IDE features</title>
		<link>http://jasmeetsingh.wordpress.com/2009/01/15/designers-friendly-cs4-some-new-ide-features/</link>
		<comments>http://jasmeetsingh.wordpress.com/2009/01/15/designers-friendly-cs4-some-new-ide-features/#comments</comments>
		<pubDate>Thu, 15 Jan 2009 07:32:00 +0000</pubDate>
		<dc:creator>jasmeetsehgal</dc:creator>
				<category><![CDATA[Flsah 10]]></category>
		<category><![CDATA[CS4]]></category>
		<category><![CDATA[new features]]></category>

		<guid isPermaLink="false">http://jasmeetsingh.wordpress.com/?p=104</guid>
		<description><![CDATA[Some of them outlined below
Most liked by me are in Green BOLD color   Hats off to Adobe Team.
Object-based animation
Motion Editor panel
Motion Tween Presets
Inverse Kinematics with the Bone tool
3D Transformation
Decorative drawing with the Deco tool
Adobe Kuler panel
Sample Sounds library
Vertical Property inspector
New Project Panel
Adobe Media Encoder with H.264 support
Adobe ConnectNow integration
Edit in Soundbooth
Enhanced metadata support
Collaborate [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=jasmeetsingh.wordpress.com&blog=2667611&post=104&subd=jasmeetsingh&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>Some of them outlined below<br />
Most liked by me are in Green BOLD color <img src='http://s.wordpress.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />  Hats off to Adobe Team.</p>
<p>Object-based animation<br />
Motion Editor panel<br />
Motion Tween Presets<br />
Inverse Kinematics with the Bone tool<br />
3D Transformation<br />
Decorative drawing with the Deco tool<br />
Adobe Kuler panel<br />
Sample Sounds library<br />
Vertical Property inspector<br />
New Project Panel<br />
<span style="color:#339966;"><strong>Adobe Media Encoder with H.264 support</strong></span><br />
Adobe ConnectNow integration<br />
Edit in Soundbooth<br />
Enhanced metadata support<br />
Collaborate with Flex developers<br />
<span style="color:#339966;"><strong>XFL import</strong></span><br />
Support for Adobe Pixel Bender<br />
<span style="color:#339966;"><strong>JPEG deblocking</strong></span><br />
Improved Library panel<br />
New Creative Suite user interface<br />
New Font menus<br />
<span style="color:#339966;"><strong>Hardware Acceleration</strong></span><br />
Community Help</p>
<p><a href="http://www.flexnflash.com/assets/CS4 Presentation.html">Read More</a></p>
  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/jasmeetsingh.wordpress.com/104/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/jasmeetsingh.wordpress.com/104/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/jasmeetsingh.wordpress.com/104/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/jasmeetsingh.wordpress.com/104/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/jasmeetsingh.wordpress.com/104/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/jasmeetsingh.wordpress.com/104/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/jasmeetsingh.wordpress.com/104/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/jasmeetsingh.wordpress.com/104/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/jasmeetsingh.wordpress.com/104/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/jasmeetsingh.wordpress.com/104/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=jasmeetsingh.wordpress.com&blog=2667611&post=104&subd=jasmeetsingh&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://jasmeetsingh.wordpress.com/2009/01/15/designers-friendly-cs4-some-new-ide-features/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/37da20ba39bd58b0948c723e8e919809?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">JasmeetSingh</media:title>
		</media:content>
	</item>
		<item>
		<title>Adobe and Intel announce partnership to get Flash on TVs :)</title>
		<link>http://jasmeetsingh.wordpress.com/2009/01/06/adobe-and-intel-announce-partnership-to-get-flash-on-tvs/</link>
		<comments>http://jasmeetsingh.wordpress.com/2009/01/06/adobe-and-intel-announce-partnership-to-get-flash-on-tvs/#comments</comments>
		<pubDate>Tue, 06 Jan 2009 06:32:17 +0000</pubDate>
		<dc:creator>jasmeetsehgal</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[Flash on TV]]></category>
		<category><![CDATA[intel&adobe]]></category>

		<guid isPermaLink="false">http://jasmeetsingh.wordpress.com/?p=98</guid>
		<description><![CDATA[Extending the Flash to TV&#8217;s gr8
read more

source
http://www.intel.com/pressroom/archive/releases/20090105corp.htm
       <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=jasmeetsingh.wordpress.com&blog=2667611&post=98&subd=jasmeetsingh&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>Extending the Flash to TV&#8217;s gr8</p>
<p><a class="alignleft" title="Extend Flash to TV" href="http://www.intel.com/pressroom/archive/releases/20090105corp.htm" target="_self">read more</a><br />
<ins datetime="00"></ins><br />
source</p>
<p>http://www.intel.com/pressroom/archive/releases/20090105corp.htm</p>
  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/jasmeetsingh.wordpress.com/98/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/jasmeetsingh.wordpress.com/98/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/jasmeetsingh.wordpress.com/98/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/jasmeetsingh.wordpress.com/98/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/jasmeetsingh.wordpress.com/98/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/jasmeetsingh.wordpress.com/98/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/jasmeetsingh.wordpress.com/98/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/jasmeetsingh.wordpress.com/98/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/jasmeetsingh.wordpress.com/98/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/jasmeetsingh.wordpress.com/98/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=jasmeetsingh.wordpress.com&blog=2667611&post=98&subd=jasmeetsingh&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://jasmeetsingh.wordpress.com/2009/01/06/adobe-and-intel-announce-partnership-to-get-flash-on-tvs/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/37da20ba39bd58b0948c723e8e919809?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">JasmeetSingh</media:title>
		</media:content>
	</item>
		<item>
		<title>FLIP text :) with Action Script</title>
		<link>http://jasmeetsingh.wordpress.com/2008/12/30/flip-text-with-action-script/</link>
		<comments>http://jasmeetsingh.wordpress.com/2008/12/30/flip-text-with-action-script/#comments</comments>
		<pubDate>Tue, 30 Dec 2008 05:55:31 +0000</pubDate>
		<dc:creator>jasmeetsehgal</dc:creator>
				<category><![CDATA[Air]]></category>
		<category><![CDATA[Flalsh Lite]]></category>
		<category><![CDATA[Flex]]></category>
		<category><![CDATA[General]]></category>
		<category><![CDATA[flash]]></category>
		<category><![CDATA[code snipet]]></category>
		<category><![CDATA[flip text code]]></category>

		<guid isPermaLink="false">http://jasmeetsingh.wordpress.com/?p=94</guid>
		<description><![CDATA[hi All
just a small code snipet  
source

http://www.flexnflash.com/assets/flip.swf
http://www.flexnflash.com/assets/flip.fla
       <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=jasmeetsingh.wordpress.com&blog=2667611&post=94&subd=jasmeetsingh&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>hi All</p>
<p>just a small <a class="aligncenter" title="flip" href="http://www.flexnflash.com/assets/flip.swf" target="_blank">code snipet</a> <img src='http://s.wordpress.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p><a class="wpGallery" title="flip" href="http://www.flexnflash.com/assets/flip.fla" target="_self">source</a><br />
<span id="more-94"></span><br />
http://www.flexnflash.com/assets/flip.swf</p>
<p>http://www.flexnflash.com/assets/flip.fla</p>
  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/jasmeetsingh.wordpress.com/94/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/jasmeetsingh.wordpress.com/94/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/jasmeetsingh.wordpress.com/94/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/jasmeetsingh.wordpress.com/94/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/jasmeetsingh.wordpress.com/94/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/jasmeetsingh.wordpress.com/94/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/jasmeetsingh.wordpress.com/94/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/jasmeetsingh.wordpress.com/94/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/jasmeetsingh.wordpress.com/94/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/jasmeetsingh.wordpress.com/94/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=jasmeetsingh.wordpress.com&blog=2667611&post=94&subd=jasmeetsingh&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://jasmeetsingh.wordpress.com/2008/12/30/flip-text-with-action-script/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/37da20ba39bd58b0948c723e8e919809?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">JasmeetSingh</media:title>
		</media:content>
	</item>
		<item>
		<title>Air Error 3122 and 3125, embarrassed me :(</title>
		<link>http://jasmeetsingh.wordpress.com/2008/12/16/air-error-3122-and-3125-embarrassed-me/</link>
		<comments>http://jasmeetsingh.wordpress.com/2008/12/16/air-error-3122-and-3125-embarrassed-me/#comments</comments>
		<pubDate>Tue, 16 Dec 2008 07:01:55 +0000</pubDate>
		<dc:creator>jasmeetsehgal</dc:creator>
				<category><![CDATA[Air]]></category>
		<category><![CDATA[Air Error 3122]]></category>
		<category><![CDATA[error 3125]]></category>
		<category><![CDATA[vista securities and AIR]]></category>

		<guid isPermaLink="false">http://jasmeetsingh.wordpress.com/?p=87</guid>
		<description><![CDATA[One day my COO of company called me and showed an error of Application I developed diabetesdairy on AIR 1.1. The error 3122. it is very embarrassing getting such an error figured out by your boss’s boss. It was my 1st External project on AIR.

Apart every thing I was not getting the same error trying [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=jasmeetsingh.wordpress.com&blog=2667611&post=87&subd=jasmeetsingh&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>One day my COO of company called me and showed an error of Application I developed diabetesdairy on AIR 1.1. The error 3122. it is very embarrassing getting such an error figured out by your boss’s boss. It was my 1st External project on AIR.<br />
<span id="more-87"></span><br />
Apart every thing I was not getting the same error trying lot of times on my laptop and neither on my colleague’s system. Some how it came to mind and I started thinking the difference between my system and my COO’s System suddenly realized it was vista.<br />
Then I tried it on vista and realized the database is read only. So got a solution will have to keep the database in my documents to overcome this or will have to allow the Application folder to edit database by removing the readonly and also by giving the full rights to user in using securities from properties of app folder so  finally got the answer.</p>
<p>So Please use My Documents to store your data base for air app as vista dosent allow you to make modifications in program files folder or provide necessary info to change security settings <img src='http://s.wordpress.com/wp-includes/images/smilies/icon_sad.gif' alt=':(' class='wp-smiley' /><br />
<a href="http://livedocs.adobe.com/flex/3/langref/runtimeErrors.html">check here for details on errors</a></p>
  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/jasmeetsingh.wordpress.com/87/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/jasmeetsingh.wordpress.com/87/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/jasmeetsingh.wordpress.com/87/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/jasmeetsingh.wordpress.com/87/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/jasmeetsingh.wordpress.com/87/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/jasmeetsingh.wordpress.com/87/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/jasmeetsingh.wordpress.com/87/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/jasmeetsingh.wordpress.com/87/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/jasmeetsingh.wordpress.com/87/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/jasmeetsingh.wordpress.com/87/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=jasmeetsingh.wordpress.com&blog=2667611&post=87&subd=jasmeetsingh&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://jasmeetsingh.wordpress.com/2008/12/16/air-error-3122-and-3125-embarrassed-me/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/37da20ba39bd58b0948c723e8e919809?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">JasmeetSingh</media:title>
		</media:content>
	</item>
		<item>
		<title>Find the Code You need on below links</title>
		<link>http://jasmeetsingh.wordpress.com/2008/11/14/find-the-code-you-need-on-below-links/</link>
		<comments>http://jasmeetsingh.wordpress.com/2008/11/14/find-the-code-you-need-on-below-links/#comments</comments>
		<pubDate>Fri, 14 Nov 2008 09:56:39 +0000</pubDate>
		<dc:creator>jasmeetsehgal</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[search code]]></category>
		<category><![CDATA[snippt]]></category>

		<guid isPermaLink="false">http://jasmeetsingh.wordpress.com/?p=81</guid>
		<description><![CDATA[Just sharing couple of links i use when i look around for some code samples for prototyping when i feel lazy to write all my self  
http://www.google.com/codesearch
http://snippets.dzone.com/

http://www.codase.com/
http://github.com/codesearch
http://www.krugle.org/kse/files
http://www.koders.com/
http://labs.oreilly.com/code/
       <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=jasmeetsingh.wordpress.com&blog=2667611&post=81&subd=jasmeetsingh&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>Just sharing couple of links i use when i look around for some code samples for prototyping when i feel lazy to write all my self <img src='http://s.wordpress.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>http://www.google.com/codesearch<br />
http://snippets.dzone.com/</p>
<p><span id="more-81"></span><br />
http://www.codase.com/<br />
http://github.com/codesearch<br />
http://www.krugle.org/kse/files</p>
<p>http://www.koders.com/<br />
http://labs.oreilly.com/code/</p>
  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/jasmeetsingh.wordpress.com/81/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/jasmeetsingh.wordpress.com/81/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/jasmeetsingh.wordpress.com/81/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/jasmeetsingh.wordpress.com/81/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/jasmeetsingh.wordpress.com/81/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/jasmeetsingh.wordpress.com/81/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/jasmeetsingh.wordpress.com/81/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/jasmeetsingh.wordpress.com/81/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/jasmeetsingh.wordpress.com/81/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/jasmeetsingh.wordpress.com/81/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=jasmeetsingh.wordpress.com&blog=2667611&post=81&subd=jasmeetsingh&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://jasmeetsingh.wordpress.com/2008/11/14/find-the-code-you-need-on-below-links/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/37da20ba39bd58b0948c723e8e919809?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">JasmeetSingh</media:title>
		</media:content>
	</item>
		<item>
		<title>Is AS3 is better?</title>
		<link>http://jasmeetsingh.wordpress.com/2008/10/30/is-as3-is-better/</link>
		<comments>http://jasmeetsingh.wordpress.com/2008/10/30/is-as3-is-better/#comments</comments>
		<pubDate>Thu, 30 Oct 2008 07:28:54 +0000</pubDate>
		<dc:creator>jasmeetsehgal</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[AS3]]></category>
		<category><![CDATA[links]]></category>

		<guid isPermaLink="false">http://jasmeetsingh.wordpress.com/?p=70</guid>
		<description><![CDATA[Hi all well I am not very sure about this for now as I have a year experience with AS3, however would like sketch some points over it pros and cons as per my observation.

Number of lines code is much more then the existing coding for some basic features
i.e. ealier to load a external swf/image [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=jasmeetsingh.wordpress.com&blog=2667611&post=70&subd=jasmeetsingh&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>Hi all well I am not very sure about this for now as I have a year experience with AS3, however would like sketch some points over it pros and cons as per my observation.<br />
<span id="more-70"></span><br />
Number of lines code is much more then the existing coding for some basic features<br />
i.e. ealier to load a external swf/image we just used 1 line and we need to know only the loadmovie/loadmovienum syntax where as now we have to use a loader,urlrequest and different other classes for listeners.<br />
<code>someClip.loadMovie("foo.swf");</code></p>
<p>In ActionScript 3.0, you use this code:</p>
<p>var loader:Loader = new Loader();<br />
loader.load(new URLRequest(&#8220;foo.swf&#8221;));<br />
someClip.addChild(loader);</p>
<p>I find as2 and as1 comparatively easy to code for any kind of prototyping this may be solely due to reason that I have much more experience in AS2 on the other side AS3 I have to look in to new features every time I need some thing new.</p>
<p>The ActionScript 3.0 code is much shorter, and much more intuitive in some cases.<br />
E4x the best thing in AS3 the fatest way to traverse xml data. The easy way to play with xml. The flexibility of traversing xml with E4x is far much better with xml handling in AS2.</p>
<p><code>i.e. </code></p>
<p><!--[if gte mso 9]&gt;  Normal 0   false false false        MicrosoftInternetExplorer4  &lt;![endif]--><!--[if gte mso 9]&gt;   &lt;![endif]--> &lt;!&#8211;  /* Style Definitions */  p.MsoNormal, li.MsoNormal, div.MsoNormal 	{mso-style-parent:&#8221;"; 	margin:0cm; 	margin-bottom:.0001pt; 	mso-pagination:widow-orphan; 	font-size:12.0pt; 	font-family:&#8221;Times New Roman&#8221;; 	mso-fareast-font-family:&#8221;Times New Roman&#8221;;} @page Section1 	{size:612.0pt 792.0pt; 	margin:72.0pt 90.0pt 72.0pt 90.0pt; 	mso-header-margin:36.0pt; 	mso-footer-margin:36.0pt; 	mso-paper-source:0;} div.Section1 	{page:Section1;} &#8211;&gt; <!--[if gte mso 10]&gt;--> <!--[endif]--></p>
<p class="MsoNormal">&lt;STAFF&gt;</p>
<p class="MsoNormal">&lt;EMPLOYEE&gt;&lt;NAME&gt;jasmeet&lt;/NAME&gt;&lt;MANAGER&gt;Singh&lt;/MANAGER&gt;</p>
<p class="MsoNormal"><span> </span>&lt;/EMPLOYEE&gt;&lt;EMPLOYEE&gt;&lt;NAME&gt;Marco&lt;/NAME&gt;&lt;MANAGER&gt;James&lt;/MANAGER&gt;</p>
<p class="MsoNormal"><span> </span>&lt;/EMPLOYEE&gt;&lt;EMPLOYEE&gt;&lt;NAME&gt;Graham&lt;/NAME&gt;&lt;MANAGER&gt;James&lt;/MANAGER&gt;</p>
<p class="MsoNormal"><span> </span>&lt;EMPLOYEE&gt;&lt;EMPLOYEE&gt;&lt;NAME&gt;James&lt;/NAME&gt;&lt;MANAGER&gt;Dorian&lt;/MANAGER&gt;</p>
<p><span> </span>&lt;/EMPLOYEE&gt;</p>
<p>&lt;/STAFF&gt;</p>
<p>Suppose you want to retrieve information from an XML document such as this:</p>
<p>If you want to retrieve the second employee’s name in ActionScript 2.0 or ActionScript 1.0, you do this:</p>
<p>staff.firstChild.childNodes[1].firstChild.firstChild</p>
<p>In ActionScript 3.0 you do this:</p>
<p>staff.EMPLOYEE[1].NAME</p>
<p>The ActionScript 3.0 code is shorter, and more intuitive. Now suppose you want to get a list of all employees managed by James. In ActionScript 2.0 or ActionScript 1.0, you do this:</p>
<p>var managedByJames = new Array();<br />
for (var i = 0; i &lt; staff.firstChild.childNodes.length; i++) {<br />
if (staff.firstChild.childNodes[i].childNodes[1].firstChild.nodeValue<br />
==  &#8220;James Porter&#8221;) {<br />
managedByJames.push(staff.firstChild.childNodes[i]);<br />
}<br />
}</p>
<p>In ActionScript 3.0 you do this:</p>
<p>staff.*.(MANAGER == &#8220;James Porter&#8221;)</p>
<p>Apart all the change whole framework changes have made the Flash player 9 more faster and managed in respect to memory leaks/speed.</p>
<p>I am still to add more in this and observe and still not in position to  deside which is better as my approach and liking for coding changes with the nature of project.<br />
Some times AS2 seems better and easy as compared to AS3 and vise a versa,<br />
<strong>Things I like in AS3:</strong><br />
* much &#8211; much faster speed than ActionScript 2.0<br />
* Binary sockets and binary data access<br />
* A lot better text metrics with lot of flexibilty in test manipulations(i.e. imposible things with AS2 are made posible here)<br />
* Programmatic access to sound spectrums (something i always wanted after my music mesher development in AS2)<br />
* Good integration with assets authored in Flash CS3 (see <a href="http://moock.org/lectures/ActionScriptAndFlashCS3/">http://moock.org/lectures/ActionScriptAndFlashCS3/</a>)<br />
* Free compiler and development framework<br />
* And here are 50 more: Reasons ActionScript 3.0 Kicks Ass, enumerated by Grant Skinner.</p>
<p><em><strong>*********<br />
How ever the is no match between both in respect to speed/robustness/ flexibility and new feature I get with AS3 <img src='http://s.wordpress.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </strong></em></p>
<p><a href="http://www.adobe.com/devnet/actionscript/articles/six_reasons_as3.html">Six reasons to use ActionScript 3.0</a></p>
  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/jasmeetsingh.wordpress.com/70/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/jasmeetsingh.wordpress.com/70/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/jasmeetsingh.wordpress.com/70/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/jasmeetsingh.wordpress.com/70/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/jasmeetsingh.wordpress.com/70/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/jasmeetsingh.wordpress.com/70/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/jasmeetsingh.wordpress.com/70/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/jasmeetsingh.wordpress.com/70/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/jasmeetsingh.wordpress.com/70/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/jasmeetsingh.wordpress.com/70/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=jasmeetsingh.wordpress.com&blog=2667611&post=70&subd=jasmeetsingh&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://jasmeetsingh.wordpress.com/2008/10/30/is-as3-is-better/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/37da20ba39bd58b0948c723e8e919809?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">JasmeetSingh</media:title>
		</media:content>
	</item>
	</channel>
</rss>