<?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:media="http://search.yahoo.com/mrss/"
	>

<channel>
	<title>MANDAR</title>
	<atom:link href="http://mfolio.wordpress.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://mfolio.wordpress.com</link>
	<description></description>
	<lastBuildDate>Tue, 15 Sep 2009 04:03:31 +0000</lastBuildDate>
	<generator>http://wordpress.com/</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<cloud domain='mfolio.wordpress.com' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>http://www.gravatar.com/blavatar/4cf84b92a79032fd0a4f14413d6a96dc?s=96&#038;d=http://s.wordpress.com/i/buttonw-com.png</url>
		<title>MANDAR</title>
		<link>http://mfolio.wordpress.com</link>
	</image>
			<item>
		<title>Flex and Flash User Group Meeting in Ahemdabad</title>
		<link>http://mfolio.wordpress.com/2009/09/15/flex-and-flash-user-group-meeting-in-ahemdabad/</link>
		<comments>http://mfolio.wordpress.com/2009/09/15/flex-and-flash-user-group-meeting-in-ahemdabad/#comments</comments>
		<pubDate>Tue, 15 Sep 2009 03:58:29 +0000</pubDate>
		<dc:creator>Mandar</dc:creator>
				<category><![CDATA[Flash Designer]]></category>

		<guid isPermaLink="false">http://mfolio.wordpress.com/?p=265</guid>
		<description><![CDATA[First Flash and Flex user group meeting was organized in Ahmadabad last Sunday in Gateway Technolabs Pvt. Ltd. Group meeting got great success. This kind of events create strong community for the current as well upcoming technology. In the meeting group members can share their experience and difficulties. I hope next time It will be [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=mfolio.wordpress.com&blog=1303074&post=265&subd=mfolio&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>First Flash and Flex user group meeting was organized in Ahmadabad last Sunday in Gateway Technolabs Pvt. Ltd. Group meeting got great success. This kind of events create strong community for the current as well upcoming technology. In the meeting group members can share their experience and difficulties. I hope next time It will be more successful and more informative.</p>
<p>Mandar<br />
<span style="color:#999999;"><a href="http://groups.adobe.com/groups/97c5658af7">Ahmedabad Flash Platform User Group</a></span></p>
<p><img class="aligncenter size-medium wp-image-266" title="DSC01059" src="http://mfolio.files.wordpress.com/2009/09/dsc01059.jpg?w=300&#038;h=225" alt="DSC01059" width="300" height="225" /><br />
                          13-Sep-2009</p>
  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/mfolio.wordpress.com/265/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/mfolio.wordpress.com/265/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/mfolio.wordpress.com/265/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/mfolio.wordpress.com/265/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/mfolio.wordpress.com/265/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/mfolio.wordpress.com/265/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/mfolio.wordpress.com/265/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/mfolio.wordpress.com/265/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/mfolio.wordpress.com/265/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/mfolio.wordpress.com/265/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=mfolio.wordpress.com&blog=1303074&post=265&subd=mfolio&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://mfolio.wordpress.com/2009/09/15/flex-and-flash-user-group-meeting-in-ahemdabad/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/c1198bb31b968d4c40bdb4176d38cf98?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">mandar folio</media:title>
		</media:content>

		<media:content url="http://mfolio.files.wordpress.com/2009/09/dsc01059.jpg?w=300" medium="image">
			<media:title type="html">DSC01059</media:title>
		</media:content>
	</item>
		<item>
		<title>Flash: Smooth animation using updateAfterEvent</title>
		<link>http://mfolio.wordpress.com/2009/08/20/smoth-drag/</link>
		<comments>http://mfolio.wordpress.com/2009/08/20/smoth-drag/#comments</comments>
		<pubDate>Thu, 20 Aug 2009 11:22:32 +0000</pubDate>
		<dc:creator>Mandar</dc:creator>
				<category><![CDATA[Flash Designer]]></category>

		<guid isPermaLink="false">http://mfolio.wordpress.com/2009/08/20/smoth-drag/</guid>
		<description><![CDATA[Smoth animation when  drag the objects
onMouseMove = function(){
updateAfterEvent();
}
greenSphere.onPress = function(){
this.startDrag();
}
greenSphere.onRelease = function(){
this.stopDrag();
}
redSphere.onPress = function(){
this.startDrag();
}
redSphere.onRelease = function(){
this.stopDrag();
}


       <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=mfolio.wordpress.com&blog=1303074&post=258&subd=mfolio&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p><span style="color:#333399;"><strong>Smoth animation when  drag the objects</strong></span></p>
<p>onMouseMove = function(){<br />
updateAfterEvent();<br />
}</p>
<p>greenSphere.onPress = function(){<br />
this.startDrag();<br />
}<br />
greenSphere.onRelease = function(){<br />
this.stopDrag();<br />
}</p>
<p>redSphere.onPress = function(){<br />
this.startDrag();<br />
}<br />
redSphere.onRelease = function(){<br />
this.stopDrag();<br />
}</p>
<hr /></hr>
<p></p>
  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/mfolio.wordpress.com/258/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/mfolio.wordpress.com/258/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/mfolio.wordpress.com/258/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/mfolio.wordpress.com/258/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/mfolio.wordpress.com/258/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/mfolio.wordpress.com/258/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/mfolio.wordpress.com/258/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/mfolio.wordpress.com/258/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/mfolio.wordpress.com/258/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/mfolio.wordpress.com/258/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=mfolio.wordpress.com&blog=1303074&post=258&subd=mfolio&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://mfolio.wordpress.com/2009/08/20/smoth-drag/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/c1198bb31b968d4c40bdb4176d38cf98?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">mandar folio</media:title>
		</media:content>
	</item>
		<item>
		<title> Web design Process &amp; Methodology</title>
		<link>http://mfolio.wordpress.com/2009/08/17/%c2%a0web-design-process-methodology/</link>
		<comments>http://mfolio.wordpress.com/2009/08/17/%c2%a0web-design-process-methodology/#comments</comments>
		<pubDate>Mon, 17 Aug 2009 05:59:07 +0000</pubDate>
		<dc:creator>Mandar</dc:creator>
				<category><![CDATA[Flash Designer]]></category>

		<guid isPermaLink="false">http://mfolio.wordpress.com/?p=246</guid>
		<description><![CDATA[
Design Process Methodology
Over many years of industry experience, we&#8217;ve developed a methodology that applies to all projects regardless of size, length, and type of service. This continuous process, namely our development lifecycle, begins with learning your goals and ends with far exceeding them resulting in the success of your new web site project.
Define
The first step [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=mfolio.wordpress.com&blog=1303074&post=246&subd=mfolio&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p><img class="aligncenter size-full wp-image-250" title="4ds" src="http://mfolio.files.wordpress.com/2009/08/4ds1.jpg?w=550&#038;h=431" alt="4ds" width="550" height="431" /></p>
<h1>Design Process Methodology</h1>
<p>Over many years of industry experience, we&#8217;ve developed a methodology that applies to all projects regardless of size, length, and type of service. This continuous process, namely our development lifecycle, begins with learning your goals and ends with far exceeding them resulting in the success of your new web site project.</p>
<h1><strong><span style="color:#0000ff;">Define</span></strong></h1>
<p>The first step is to define the exact needs and goals of your business. Your job is to teach us your vision, and ours is to bring it to life. A few examples of questions which will be addressed during this phase:</p>
<p>Is the site a tool for existing clients or a way of generating new business? Do you sell products and/or services directly through the web or would you prefer to generate leads that you can follow-up for further dialog? Do you require some kind of content management system? What technologies will be necessary to use for your web site?</p>
<p>Most importantly, how do you intend to receive your visitors? You may have the best site in the world but without visitors it is useless. The best method is through Internet search engines such as Google, Yahoo, and MSN. Therefore your site must be designed with <a href="http://www.bostoncomputing.net/seo/">search engine optimization</a> and good coding style in mind right from the beginning.</p>
<p>The discovery phase clearly states the problem, and contains all of the information needed to design a solution to the problem.</p>
<h1><strong><span style="color:#fe005c;">Design</span></strong></h1>
<table border="0" cellspacing="0" cellpadding="0">
<tbody>
<tr valign="top">
<td>After we&#8217;ve completed the discovery phase and received the client&#8217;s approval, we come to the design phase. Keeping in mind all your goals and priorities we will begin to design graphic and layout samples.The site&#8217;s navigation structure is one of the main focuses here as well for it must be highly optimized and quick and easy for your visitors to browse. Often an alpha site will be created without graphics to see if the site&#8217;s navigation and ability to deliver content works.</p>
<p>When both our design team and you, the client, are completely satisfied with the proposed &#8220;look and feel,&#8221; we then move forward with development.</td>
</tr>
</tbody>
</table>
<h1><strong><span style="color:#31d826;">Develop</span></strong></h1>
<p>In the development phase, the web pages drawn up in the design phase will be created and optimized. Import and conversion of all database information is done at this time. Great attention to detail is given and we and utilize standard conventions for good programming style &#8211; site-wide CSS stylesheets, web-based content management systems, highly optimized graphics, etc.</p>
<p>Functional beta versions of the site are created and every aspect of it is tested thoroughly before site launch. Clients can watch the progress of their development and participate in testing on our development servers. The final site optimization is always done by hand using a text editor for every site we publish, no matter what application was used to create your site!</p>
<h1><strong><span style="color:#ff6600;">Deploy</span></strong></h1>
<table border="0" cellspacing="0" cellpadding="0">
<tbody>
<tr valign="top">
<td>The final stage of the site&#8217;s creation is deployment. Once it is demonstrated that the web site functions as desired and outlined in our agreed upon proposal, it is published on your public Web server for all to see. Launches are pre-planned to ensure minimal interruption to business functions.Only now after successful deployment should your site be submitted to search engines and directories. Off-page search engine optimization can now be performed along with all other web site marketing strategies.</p>
<p>Two additional steps Monitor and Maintain.</p>
<h1><strong><span style="color:#333333;">Monitor</span></strong></h1>
<table border="0" cellspacing="0" cellpadding="0">
<tbody>
<tr valign="top">
<td>As a full service I.T. solutions provider, we go beyond the standard 4-Ds development process. Since we frequently provide <a href="http://www.bostoncomputing.net/webhosting/">web hosting</a> and <a href="http://www.bostoncomputing.net/seo/">SEO services</a> for our web development projects, we are committed to the ongoing success of your web site, and thus our relationship does not end. Monitoring your site for errors, performance, and visitors statistics play an important role for long-term success.</p>
<h1><strong>Maintain</strong></h1>
<table border="0" cellspacing="0" cellpadding="0">
<tbody>
<tr valign="top">
<td>As your business requirements change, so too will the needs of your site. Successful web sites that generate visitors day after day, year after year must be kept up-to-date with fresh new content. This is why we offer <a href="http://www.bostoncomputing.net/webdesign/maintenance/">web site maintenance services</a> to all clients, whether or not BCN initially created your site. In time, your site may become outdated and need a fresh look, and so the process begins anew, and we will be here to help.</td>
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
<hr />
  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/mfolio.wordpress.com/246/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/mfolio.wordpress.com/246/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/mfolio.wordpress.com/246/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/mfolio.wordpress.com/246/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/mfolio.wordpress.com/246/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/mfolio.wordpress.com/246/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/mfolio.wordpress.com/246/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/mfolio.wordpress.com/246/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/mfolio.wordpress.com/246/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/mfolio.wordpress.com/246/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=mfolio.wordpress.com&blog=1303074&post=246&subd=mfolio&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://mfolio.wordpress.com/2009/08/17/%c2%a0web-design-process-methodology/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/c1198bb31b968d4c40bdb4176d38cf98?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">mandar folio</media:title>
		</media:content>

		<media:content url="http://mfolio.files.wordpress.com/2009/08/4ds1.jpg" medium="image">
			<media:title type="html">4ds</media:title>
		</media:content>
	</item>
		<item>
		<title>Flex easing classes used by effects</title>
		<link>http://mfolio.wordpress.com/2009/06/30/flex-easing-classes-used-by-effects/</link>
		<comments>http://mfolio.wordpress.com/2009/06/30/flex-easing-classes-used-by-effects/#comments</comments>
		<pubDate>Tue, 30 Jun 2009 13:28:24 +0000</pubDate>
		<dc:creator>Mandar</dc:creator>
				<category><![CDATA[Flash Designer]]></category>

		<guid isPermaLink="false">http://mfolio.wordpress.com/?p=230</guid>
		<description><![CDATA[The mx.effects.easing package contains the easing classes used by effects.
Classes
Back
Bounce
Circular
Cubic
Elastic
Exponential
Linear
Linear
Quartic
Quintic
Sine
Method
easeIn
easeInOut
easeNone
easeOut
Example
&#60;mx:Move yFrom=&#8221;-10&#8243; easingFunction=&#8221;Linear.easeOut&#8221; duration=&#8221;1000&#8243; /&#62;
       <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=mfolio.wordpress.com&blog=1303074&post=230&subd=mfolio&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>The mx.effects.easing package contains the easing classes used by effects.</p>
<h2><strong>Classes</strong></h2>
<p>Back<br />
Bounce<br />
Circular<br />
Cubic<br />
Elastic<br />
Exponential<br />
Linear<br />
Linear<br />
Quartic<br />
Quintic<br />
Sine</p>
<h2>Method</h2>
<p>easeIn<br />
easeInOut<br />
easeNone<br />
easeOut</p>
<h3><strong>Example</strong></h3>
<p><span style="color:#000080;">&lt;mx:Move yFrom=&#8221;-10&#8243; easingFunction=&#8221;Linear.easeOut&#8221; duration=&#8221;1000&#8243; /&gt;</span></p>
  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/mfolio.wordpress.com/230/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/mfolio.wordpress.com/230/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/mfolio.wordpress.com/230/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/mfolio.wordpress.com/230/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/mfolio.wordpress.com/230/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/mfolio.wordpress.com/230/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/mfolio.wordpress.com/230/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/mfolio.wordpress.com/230/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/mfolio.wordpress.com/230/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/mfolio.wordpress.com/230/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=mfolio.wordpress.com&blog=1303074&post=230&subd=mfolio&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://mfolio.wordpress.com/2009/06/30/flex-easing-classes-used-by-effects/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/c1198bb31b968d4c40bdb4176d38cf98?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">mandar folio</media:title>
		</media:content>
	</item>
		<item>
		<title>AS 3.0 Loader</title>
		<link>http://mfolio.wordpress.com/2009/05/29/as-3-0-loader/</link>
		<comments>http://mfolio.wordpress.com/2009/05/29/as-3-0-loader/#comments</comments>
		<pubDate>Fri, 29 May 2009 13:03:50 +0000</pubDate>
		<dc:creator>Mandar</dc:creator>
				<category><![CDATA[Flash Designer]]></category>

		<guid isPermaLink="false">http://mfolio.wordpress.com/?p=219</guid>
		<description><![CDATA[var request:URLRequest = new URLRequest(&#8220;mandar.swf&#8221;);
var loader:Loader = new Loader();
loader.contentLoaderInfo.addEventListener(ProgressEvent.PROGRESS, loadProgress);
loader.contentLoaderInfo.addEventListener(Event.COMPLETE, loadComplete);
function loadProgress(event:ProgressEvent):void {
var percentLoaded:Number = event.bytesLoaded/event.bytesTotal;
percentLoaded = Math.round(percentLoaded * 100);
trace(&#8220;Loading: &#8220;+percentLoaded+&#8221;%&#8221;);
}
function loadComplete(event:Event):void {
trace(&#8220;Complete&#8221;);
}
loader.load(request);
addChild(loader);

       <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=mfolio.wordpress.com&blog=1303074&post=219&subd=mfolio&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>var request:URLRequest = new URLRequest(&#8220;mandar.swf&#8221;);<br />
var loader:Loader = new Loader();</p>
<p>loader.contentLoaderInfo.addEventListener(ProgressEvent.PROGRESS, loadProgress);<br />
loader.contentLoaderInfo.addEventListener(Event.COMPLETE, loadComplete);</p>
<p>function loadProgress(event:ProgressEvent):void {<br />
var percentLoaded:Number = event.bytesLoaded/event.bytesTotal;<br />
percentLoaded = Math.round(percentLoaded * 100);<br />
trace(&#8220;Loading: &#8220;+percentLoaded+&#8221;%&#8221;);<br />
}<br />
function loadComplete(event:Event):void {<br />
trace(&#8220;Complete&#8221;);<br />
}</p>
<p>loader.load(request);<br />
addChild(loader);</p>
<hr /></hr>
  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/mfolio.wordpress.com/219/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/mfolio.wordpress.com/219/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/mfolio.wordpress.com/219/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/mfolio.wordpress.com/219/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/mfolio.wordpress.com/219/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/mfolio.wordpress.com/219/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/mfolio.wordpress.com/219/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/mfolio.wordpress.com/219/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/mfolio.wordpress.com/219/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/mfolio.wordpress.com/219/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=mfolio.wordpress.com&blog=1303074&post=219&subd=mfolio&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://mfolio.wordpress.com/2009/05/29/as-3-0-loader/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/c1198bb31b968d4c40bdb4176d38cf98?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">mandar folio</media:title>
		</media:content>
	</item>
		<item>
		<title>AS3.: can stop net connection</title>
		<link>http://mfolio.wordpress.com/2009/05/29/as3-can-stop-net-connection/</link>
		<comments>http://mfolio.wordpress.com/2009/05/29/as3-can-stop-net-connection/#comments</comments>
		<pubDate>Fri, 29 May 2009 06:59:52 +0000</pubDate>
		<dc:creator>Mandar</dc:creator>
				<category><![CDATA[Flash Designer]]></category>

		<guid isPermaLink="false">http://mfolio.wordpress.com/?p=216</guid>
		<description><![CDATA[Previous versions of the Flash player could not close connections to the internet once a download into the player has started. For example if you start loading 30mb and sudenely you need to stop and handle differnt request. previous version couldn&#8217;t do it.
In Flash Player 9, using ActionScript 3, you can now stop connections and [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=mfolio.wordpress.com&blog=1303074&post=216&subd=mfolio&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>Previous versions of the Flash player could not close connections to the internet once a download into the player has started. For example if you start loading 30mb and sudenely you need to stop and handle differnt request. previous version couldn&#8217;t do it.</p>
<p>In Flash Player 9, using ActionScript 3, you can now stop connections and abort loading requests made by the player. see the following code</p>
<pre style="border:1px inset;overflow:auto;width:500px;height:340px;margin:0;padding:6px;">
<div style="text-align:left;" dir="ltr">
<div><span style="color:#000000;font-weight:bold;">var</span> loader:Loader = <span style="color:#000000;font-weight:bold;">new</span> Loader<span style="color:#000000;">(</span><span style="color:#000000;">)</span>;
<span style="color:#000000;font-weight:bold;">var</span> request:URLRequest = <span style="color:#000000;font-weight:bold;">new</span> URLRequest<span style="color:#000000;">(</span><span style="color:#ff0000;">"image.jpg"</span><span style="color:#000000;">)</span>;
loader.<span style="color:#0000ff;">load</span><span style="color:#000000;">(</span>request<span style="color:#000000;">)</span>;
addChild<span style="color:#000000;">(</span>loader<span style="color:#000000;">)</span>;

<span style="color:#808080;font-style:italic;">// abort loading if not done in 3 seconds</span>
<span style="color:#000000;font-weight:bold;">var</span> abortID:uint = setTimeout<span style="color:#000000;">(</span>abortLoader, <span style="color:#000080;">3000</span><span style="color:#000000;">)</span>;

<span style="color:#808080;font-style:italic;">// abort the abort when loaded</span>
loader.<span style="color:#000080;">contentLoaderInfo</span>.<span style="color:#000080;">addEventListener</span><span style="color:#000000;">(</span>Event.<span style="color:#000080;">COMPLETE</span>, abortAbort<span style="color:#000000;">)</span>;

<span style="color:#000000;font-weight:bold;">function</span> abortLoader<span style="color:#000000;">(</span><span style="color:#000000;">)</span><span style="color:#000000;">{</span>
    <span style="color:#0000ff;">try</span> <span style="color:#000000;">{</span>
        loader.<span style="color:#0000ff;">close</span><span style="color:#000000;">(</span><span style="color:#000000;">)</span>;
    <span style="color:#000000;">}</span><span style="color:#0000ff;">catch</span><span style="color:#000000;">(</span><span style="color:#0000ff;">error</span>:Error<span style="color:#000000;">)</span> <span style="color:#000000;">{</span><span style="color:#000000;">}</span>
<span style="color:#000000;">}</span>
<span style="color:#000000;font-weight:bold;">function</span> abortAbort<span style="color:#000000;">(</span>event:Event<span style="color:#000000;">)</span><span style="color:#000000;">{</span>
    clearTimeout<span style="color:#000000;">(</span>abortID<span style="color:#000000;">)</span>;
<span style="color:#000000;">}</span></div>
</div>
</pre>
  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/mfolio.wordpress.com/216/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/mfolio.wordpress.com/216/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/mfolio.wordpress.com/216/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/mfolio.wordpress.com/216/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/mfolio.wordpress.com/216/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/mfolio.wordpress.com/216/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/mfolio.wordpress.com/216/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/mfolio.wordpress.com/216/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/mfolio.wordpress.com/216/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/mfolio.wordpress.com/216/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=mfolio.wordpress.com&blog=1303074&post=216&subd=mfolio&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://mfolio.wordpress.com/2009/05/29/as3-can-stop-net-connection/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/c1198bb31b968d4c40bdb4176d38cf98?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">mandar folio</media:title>
		</media:content>
	</item>
		<item>
		<title>Flash: Dynamically Change Frame Rate</title>
		<link>http://mfolio.wordpress.com/2009/05/28/flash-dynamically-change-frame-rate/</link>
		<comments>http://mfolio.wordpress.com/2009/05/28/flash-dynamically-change-frame-rate/#comments</comments>
		<pubDate>Thu, 28 May 2009 10:46:58 +0000</pubDate>
		<dc:creator>Mandar</dc:creator>
				<category><![CDATA[Flash Designer]]></category>

		<guid isPermaLink="false">http://mfolio.wordpress.com/?p=209</guid>
		<description><![CDATA[New to ActionScript 3.0 is the ability to dynamically change the frame rate at which your file plays at runtime. The default frame rate of a Flash movie is 12 frames per second, and we can change dynamically increase or decrease frame rate run time. following example shows how to change frame rate runtime.
Create two [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=mfolio.wordpress.com&blog=1303074&post=209&subd=mfolio&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>New to ActionScript 3.0 is the ability to dynamically change the frame rate at which your file plays at runtime. The default frame rate of a Flash movie is 12 frames per second, and we can change dynamically increase or decrease frame rate run time. following example shows how to change frame rate runtime.</p>
<p>Create two buttons on stage and give name &#8220;faseter&#8221; and &#8220;slower&#8221;.</p>
<p><span style="color:#888888;">faster.addEventListener(MouseEvent.CLICK, onFasterClick, false, 0, true);<br />
slower.addEventListener(MouseEvent.CLICK, onSlowerClick, false, 0, true);</span></p>
<p><span style="color:#888888;">function onFasterClick(evt:MouseEvent):void {<br />
stage.frameRate += 5;<br />
trace(stage.frameRate);<br />
}<br />
function onSlowerClick(evt:MouseEvent):void {<br />
if (stage.frameRate &gt; 5) {<br />
stage.frameRate -= 5;<br />
}<br />
trace(stage.frameRate);<br />
}</span></p>
<hr />
  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/mfolio.wordpress.com/209/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/mfolio.wordpress.com/209/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/mfolio.wordpress.com/209/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/mfolio.wordpress.com/209/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/mfolio.wordpress.com/209/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/mfolio.wordpress.com/209/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/mfolio.wordpress.com/209/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/mfolio.wordpress.com/209/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/mfolio.wordpress.com/209/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/mfolio.wordpress.com/209/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=mfolio.wordpress.com&blog=1303074&post=209&subd=mfolio&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://mfolio.wordpress.com/2009/05/28/flash-dynamically-change-frame-rate/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/c1198bb31b968d4c40bdb4176d38cf98?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">mandar folio</media:title>
		</media:content>
	</item>
		<item>
		<title>AS3.0: Run time Scale nine in Flash</title>
		<link>http://mfolio.wordpress.com/2009/05/28/as3-0-run-time-scale-nine-in-flash/</link>
		<comments>http://mfolio.wordpress.com/2009/05/28/as3-0-run-time-scale-nine-in-flash/#comments</comments>
		<pubDate>Thu, 28 May 2009 06:30:20 +0000</pubDate>
		<dc:creator>Mandar</dc:creator>
				<category><![CDATA[Flash Designer]]></category>

		<guid isPermaLink="false">http://mfolio.wordpress.com/?p=205</guid>
		<description><![CDATA[Run time scale is possible in AS3.0 for Flash. see the following example.
Steps:
1. Create new Sprite 
var sp:Sprite = new Sprite();
2. Fill as corner rediol rectangular shape
with(sp.graphics)
{
lineStyle(1,0&#215;000000,1,true);
beginFill(0xff0000,.5);
drawRoundRect(0,0,100,50,15);
endFill();
}
3. set position into the stage.
sp.x = sp.y = 50;
4. Add into the stage
addChild(sp);
5. Set the scale nine grid
var slice9:Rectangle = new Rectangle(15,15,70,20)
sp.scale9Grid = slice9;
6. Change the shape of [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=mfolio.wordpress.com&blog=1303074&post=205&subd=mfolio&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>Run time scale is possible in AS3.0 for Flash. see the following example.</p>
<p><span style="color:#000080;"><strong>Steps:</strong></span></p>
<p><span style="color:#000080;"><strong>1. Create new Sprite </strong></span></p>
<p>var sp:Sprite = new Sprite();</p>
<p><span style="color:#000080;"><strong>2. Fill as corner rediol rectangular shape</strong></span></p>
<p>with(sp.graphics)<br />
{<br />
lineStyle(1,0&#215;000000,1,true);<br />
beginFill(0xff0000,.5);<br />
drawRoundRect(0,0,100,50,15);<br />
endFill();</p>
<p>}</p>
<p><strong><span style="color:#000080;">3. set position into the stage.</span></strong></p>
<p>sp.x = sp.y = 50;</p>
<p><span style="color:#000080;"><strong>4. Add into the stage</strong></span></p>
<p>addChild(sp);</p>
<p><span style="color:#000080;"><strong>5. Set the scale nine grid</strong></span></p>
<p>var slice9:Rectangle = new Rectangle(15,15,70,20)<br />
sp.scale9Grid = slice9;</p>
<p><strong><span style="color:#000080;">6. Change the shape of the rectangle onEnter event</span></strong></p>
<p>addEventListener(Event.ENTER_FRAME,onLeave,false,0,true);</p>
<p>function onLeave(event:Event):void<br />
{<br />
sp.width = Math.max(mouseX &#8211; sp.x,31);<br />
sp.height = Math.max(mouseY &#8211; sp.y,31);<br />
}</p>
<hr /></hr>
  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/mfolio.wordpress.com/205/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/mfolio.wordpress.com/205/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/mfolio.wordpress.com/205/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/mfolio.wordpress.com/205/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/mfolio.wordpress.com/205/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/mfolio.wordpress.com/205/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/mfolio.wordpress.com/205/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/mfolio.wordpress.com/205/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/mfolio.wordpress.com/205/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/mfolio.wordpress.com/205/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=mfolio.wordpress.com&blog=1303074&post=205&subd=mfolio&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://mfolio.wordpress.com/2009/05/28/as3-0-run-time-scale-nine-in-flash/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/c1198bb31b968d4c40bdb4176d38cf98?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">mandar folio</media:title>
		</media:content>
	</item>
		<item>
		<title>AS3.0: Load image class</title>
		<link>http://mfolio.wordpress.com/2009/05/27/as3-0-load-image-class/</link>
		<comments>http://mfolio.wordpress.com/2009/05/27/as3-0-load-image-class/#comments</comments>
		<pubDate>Wed, 27 May 2009 10:41:37 +0000</pubDate>
		<dc:creator>Mandar</dc:creator>
				<category><![CDATA[Flash Designer]]></category>

		<guid isPermaLink="false">http://mfolio.wordpress.com/?p=202</guid>
		<description><![CDATA[Load external image in to swf file.
package
{
import flash.display.Sprite;
import flash.display.Loader;
import flash.net.URLLoader;
import flash.net.URLRequest;
public class loadImg extends Sprite
{
public function loadImg()
{
init()
}
private function init():void
{
var loader:Loader = new Loader();
addChild(loader);
loader.load(new URLRequest(&#8220;image.jpg&#8221;));
}
}
}
       <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=mfolio.wordpress.com&blog=1303074&post=202&subd=mfolio&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>Load external image in to swf file.</p>
<p style="padding-left:30px;">package<br />
{<br />
import flash.display.Sprite;<br />
import flash.display.Loader;<br />
import flash.net.URLLoader;<br />
import flash.net.URLRequest;</p>
<p>public class loadImg extends Sprite<br />
{</p>
<p>public function loadImg()</p>
<p style="padding-left:30px;">{</p>
<p>init()<br />
}</p>
<p>private function init():void<br />
{<br />
var loader:Loader = new Loader();<br />
addChild(loader);<br />
loader.load(new URLRequest(&#8220;image.jpg&#8221;));</p>
<p>}<br />
}</p>
<p>}</p>
  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/mfolio.wordpress.com/202/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/mfolio.wordpress.com/202/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/mfolio.wordpress.com/202/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/mfolio.wordpress.com/202/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/mfolio.wordpress.com/202/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/mfolio.wordpress.com/202/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/mfolio.wordpress.com/202/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/mfolio.wordpress.com/202/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/mfolio.wordpress.com/202/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/mfolio.wordpress.com/202/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=mfolio.wordpress.com&blog=1303074&post=202&subd=mfolio&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://mfolio.wordpress.com/2009/05/27/as3-0-load-image-class/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/c1198bb31b968d4c40bdb4176d38cf98?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">mandar folio</media:title>
		</media:content>
	</item>
		<item>
		<title>Flash AS3.0, XML and E4X</title>
		<link>http://mfolio.wordpress.com/2009/05/22/flash-as3-0-xml-and-e4x/</link>
		<comments>http://mfolio.wordpress.com/2009/05/22/flash-as3-0-xml-and-e4x/#comments</comments>
		<pubDate>Fri, 22 May 2009 09:09:27 +0000</pubDate>
		<dc:creator>Mandar</dc:creator>
				<category><![CDATA[Flash Designer]]></category>

		<guid isPermaLink="false">http://mfolio.wordpress.com/?p=194</guid>
		<description><![CDATA[ActionScript 3.0 changes things quite significantly. The good news is that the new approaches make life much easier.  ActionScript 3.0 includes completely new XML functionality based on the E4X specification
In ActionScript 3.0, can target content in an XML object by using methods of the XML class to write E4X expressions.
Here I am giving an example. [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=mfolio.wordpress.com&blog=1303074&post=194&subd=mfolio&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>ActionScript 3.0 changes things quite significantly. The good news is that the new approaches make life much easier.  ActionScript 3.0 includes completely new XML functionality based on the E4X specification</p>
<p>In ActionScript 3.0, can target content in an XML object by using methods of the XML class to write E4X expressions.</p>
<p style="padding-left:30px;">Here I am giving an example. how to parse data through using different methods.</p>
<p style="padding-left:30px;"><strong>code:</strong></p>
<p style="padding-left:30px;"><span style="color:#808080;">package {<br />
import flash.display.Sprite;<br />
import flash.events.Event;<br />
import flash.events.MouseEvent;<br />
import flash.net.URLLoader;</span></p>
<p style="padding-left:30px;"><span style="color:#808080;">import flash.net.URLRequest;public class main extends Sprite {</span></p>
<p style="padding-left:30px;"><span style="color:#808080;">private var xmlMessage:XML;<br />
private var xmlLoader:URLLoader;<br />
private var xmlRequest:URLRequest;<br />
</span></p>
<p style="padding-left:30px;"><span style="color:#808080;">public function main() {<br />
init();<br />
}</span></p>
<p style="padding-left:30px;"><span style="color:#808080;">private function init() {</span></p>
<p style="padding-left:30px;"><span style="color:#808080;">addChild(menuText);<br />
</span></p>
<p style="padding-left:30px;"><span style="color:#808080;">var strXMLPath:String = &#8220;myXML.xml&#8221;;xmlLoader = new URLLoader();</span></p>
<p style="padding-left:30px;"><span style="color:#808080;">xmlLoader.addEventListener(Event.COMPLETE,completeHandeler);<br />
</span></p>
<p style="padding-left:30px;"><span style="color:#808080;">xmlLoader.load(new URLRequest(strXMLPath));<br />
</span></p>
<p style="padding-left:30px;"><span style="color:#808080;">}</span></p>
<p style="padding-left:30px;"><span style="color:#808080;">private function completeHandeler(event:Event):void {</span></p>
<p style="padding-left:30px;"><span style="color:#808080;">xmlMessage = XML(event.target.data);</span></p>
<p style="padding-left:30px;"><span style="color:#808080;">mText.text = xmlMessage.menuTitle;<br />
}</span></p>
<p style="padding-left:30px;"><span style="color:#808080;">}</span></p>
<hr />
  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/mfolio.wordpress.com/194/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/mfolio.wordpress.com/194/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/mfolio.wordpress.com/194/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/mfolio.wordpress.com/194/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/mfolio.wordpress.com/194/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/mfolio.wordpress.com/194/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/mfolio.wordpress.com/194/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/mfolio.wordpress.com/194/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/mfolio.wordpress.com/194/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/mfolio.wordpress.com/194/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=mfolio.wordpress.com&blog=1303074&post=194&subd=mfolio&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://mfolio.wordpress.com/2009/05/22/flash-as3-0-xml-and-e4x/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/c1198bb31b968d4c40bdb4176d38cf98?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">mandar folio</media:title>
		</media:content>
	</item>
	</channel>
</rss>