<?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>SNiper SN&#039;s Target</title>
	<atom:link href="http://snipersn.wordpress.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://snipersn.wordpress.com</link>
	<description>An Anonymous Aide</description>
	<lastBuildDate>Thu, 25 Jun 2009 08:22:31 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
<cloud domain='snipersn.wordpress.com' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>http://1.gravatar.com/blavatar/55d0c1fe2cf217f445bb8e1aa1665aca?s=96&#038;d=http%3A%2F%2Fs2.wp.com%2Fi%2Fbuttonw-com.png</url>
		<title>SNiper SN&#039;s Target</title>
		<link>http://snipersn.wordpress.com</link>
	</image>
	<atom:link rel="search" type="application/opensearchdescription+xml" href="http://snipersn.wordpress.com/osd.xml" title="SNiper SN&#039;s Target" />
	<atom:link rel='hub' href='http://snipersn.wordpress.com/?pushpress=hub'/>
		<item>
		<title>Flex Project &#8211; SWF files not displaying after the project is exported &#8211; How to Solve it ?</title>
		<link>http://snipersn.wordpress.com/2009/06/23/swf-files-not-displaying-after-the-project-is-exported-in-adobe-flex-how-to-solve-it/</link>
		<comments>http://snipersn.wordpress.com/2009/06/23/swf-files-not-displaying-after-the-project-is-exported-in-adobe-flex-how-to-solve-it/#comments</comments>
		<pubDate>Tue, 23 Jun 2009 13:20:30 +0000</pubDate>
		<dc:creator>snipersn</dc:creator>
				<category><![CDATA[Adobe Flex Tutorials]]></category>
		<category><![CDATA[Adobe Flex]]></category>
		<category><![CDATA[Compiler arguments]]></category>
		<category><![CDATA[SWF not displaying]]></category>
		<category><![CDATA[tutorials]]></category>

		<guid isPermaLink="false">http://snipersn.wordpress.com/?p=56</guid>
		<description><![CDATA[Hi All. One common problem many would have got while developing web applications in Adobe Flex is, SWF files not getting displayed after the project is exported. Don&#8217;t panic, it&#8217;s very simple to kick away that problem. Just follow these steps. NOTE: Every MXML file created in a Flex project will be compiled into a [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=snipersn.wordpress.com&amp;blog=8244515&amp;post=56&amp;subd=snipersn&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Hi All. One common problem many would have got while developing web applications in Adobe Flex is, SWF files not getting displayed after the project is exported. Don&#8217;t panic, it&#8217;s very simple to kick away that problem. Just follow these steps.</p>
<p><strong>NOTE:</strong> Every MXML file created in a Flex project will be compiled into a SWF file and such SWF files will get displayed without any problem after the project is exported. Here we are dealing with external SWF files that are loaded using SWFLoader Component.</p>
<p>After creating a project in Flex Builder(Let me assume that, this project uses SWFLoader component which loads external SWF files here),  do the following steps.</p>
<p>1) Right click on the project folder in the Flex Navigator tab and in the menu that appears, click Properties  .<br />
2) Click Flex Compiler in the Properties Pop Up Window.<br />
3) Type -use-network=false in Additional compiler arguments text input box.<br />
4) Click Apply and then Ok.</p>
<p><strong>SCREENSHOTS:</strong></p>
<p>Please click any image to enlarge it.</p>
<div id="attachment_62" class="wp-caption aligncenter" style="width: 410px"><a href="http://snipersn.files.wordpress.com/2009/06/step-1-right-click-on-project-folder-click-properties.jpg" target="_blank"><img class="size-full wp-image-62" style="border:2px solid black;" title="STEP 1 - Right click on project folder - Click Properties" src="http://snipersn.files.wordpress.com/2009/06/step-1-right-click-on-project-folder-click-properties.jpg?w=426" alt="STEP 1 - Right click on project folder - Click Properties"   /></a><p class="wp-caption-text">STEP 1 - Right click on project folder - Click Properties</p></div>
<div id="attachment_68" class="wp-caption aligncenter" style="width: 410px"><a href="http://snipersn.files.wordpress.com/2009/06/step-2-click-flex-compiler-in-the-properties-pop-up-window.jpg" target="_blank"><img class="size-full wp-image-68" style="border:1px solid black;" title="STEP 2 - Click Flex Compiler in the Properties Pop Up Window" src="http://snipersn.files.wordpress.com/2009/06/step-2-click-flex-compiler-in-the-properties-pop-up-window.jpg?w=426" alt="STEP 2 - Click Flex Compiler in the Properties Pop Up Window"   /></a><p class="wp-caption-text">STEP 2 - Click Flex Compiler in the Properties Pop Up Window</p></div>
<div id="attachment_71" class="wp-caption aligncenter" style="width: 410px"><a href="http://snipersn.files.wordpress.com/2009/06/step-3-type-use-networkfalse-in-additional-compiler-arguments-text-input-box.jpg" target="_blank"><img class="size-full wp-image-71" style="border:1px solid black;" title="STEP 3 - Type -use-network=false in Additional compiler arguments text input box" src="http://snipersn.files.wordpress.com/2009/06/step-3-type-use-networkfalse-in-additional-compiler-arguments-text-input-box.jpg?w=426" alt="STEP 3 - Type -use-network=false in Additional compiler arguments text input box"   /></a><p class="wp-caption-text">STEP 3 - Type -use-network=false in Additional compiler arguments text input box</p></div>
<div id="attachment_72" class="wp-caption aligncenter" style="width: 410px"><a href="http://snipersn.files.wordpress.com/2009/06/step-4-click-apply-and-then-ok.jpg" target="_blank"><img class="size-full wp-image-72" style="border:1px solid black;" title="STEP 4 - Click Apply and then Ok" src="http://snipersn.files.wordpress.com/2009/06/step-4-click-apply-and-then-ok.jpg?w=426" alt="STEP 4 - Click Apply and then Ok"   /></a><p class="wp-caption-text">STEP 4 - Click Apply and then Ok</p></div>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/snipersn.wordpress.com/56/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/snipersn.wordpress.com/56/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/snipersn.wordpress.com/56/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/snipersn.wordpress.com/56/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/snipersn.wordpress.com/56/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/snipersn.wordpress.com/56/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/snipersn.wordpress.com/56/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/snipersn.wordpress.com/56/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/snipersn.wordpress.com/56/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/snipersn.wordpress.com/56/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/snipersn.wordpress.com/56/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/snipersn.wordpress.com/56/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/snipersn.wordpress.com/56/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/snipersn.wordpress.com/56/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=snipersn.wordpress.com&amp;blog=8244515&amp;post=56&amp;subd=snipersn&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://snipersn.wordpress.com/2009/06/23/swf-files-not-displaying-after-the-project-is-exported-in-adobe-flex-how-to-solve-it/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/ec7b0c49f3070cc56fe17d9e668a6eb3?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">snipersn</media:title>
		</media:content>

		<media:content url="http://snipersn.files.wordpress.com/2009/06/step-1-right-click-on-project-folder-click-properties.jpg" medium="image">
			<media:title type="html">STEP 1 - Right click on project folder - Click Properties</media:title>
		</media:content>

		<media:content url="http://snipersn.files.wordpress.com/2009/06/step-2-click-flex-compiler-in-the-properties-pop-up-window.jpg" medium="image">
			<media:title type="html">STEP 2 - Click Flex Compiler in the Properties Pop Up Window</media:title>
		</media:content>

		<media:content url="http://snipersn.files.wordpress.com/2009/06/step-3-type-use-networkfalse-in-additional-compiler-arguments-text-input-box.jpg" medium="image">
			<media:title type="html">STEP 3 - Type -use-network=false in Additional compiler arguments text input box</media:title>
		</media:content>

		<media:content url="http://snipersn.files.wordpress.com/2009/06/step-4-click-apply-and-then-ok.jpg" medium="image">
			<media:title type="html">STEP 4 - Click Apply and then Ok</media:title>
		</media:content>
	</item>
		<item>
		<title>How to override preloader/download progress bar in Adobe Flex ?</title>
		<link>http://snipersn.wordpress.com/2009/06/20/how-to-override-preloaderdownload-progress-bar-in-adobe-flex/</link>
		<comments>http://snipersn.wordpress.com/2009/06/20/how-to-override-preloaderdownload-progress-bar-in-adobe-flex/#comments</comments>
		<pubDate>Sat, 20 Jun 2009 15:31:00 +0000</pubDate>
		<dc:creator>snipersn</dc:creator>
				<category><![CDATA[Adobe Flex Tutorials]]></category>
		<category><![CDATA[ActionScript]]></category>
		<category><![CDATA[Adobe]]></category>
		<category><![CDATA[download progress bar]]></category>
		<category><![CDATA[Flex]]></category>
		<category><![CDATA[override]]></category>
		<category><![CDATA[Preloader]]></category>
		<category><![CDATA[tutorials]]></category>

		<guid isPermaLink="false">http://snipersn.wordpress.com/?p=44</guid>
		<description><![CDATA[Hi All. Let me tell you how to override preloader/download progress bar in Adobe Flex. Just download the PreLoader.rar project folder from the box that appears at the extreme bottom of this blog and follow the below things. Project Details: 1)This &#8220;PreLoader&#8221; project shows how to override default preloader with a customized preloader swf in [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=snipersn.wordpress.com&amp;blog=8244515&amp;post=44&amp;subd=snipersn&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Hi All. Let me tell you how to override preloader/download progress bar in Adobe Flex. Just download the PreLoader.rar project folder from the box that appears at the extreme bottom of this blog and follow the below things.</p>
<p><strong>Project Details:</strong></p>
<p>1)This &#8220;PreLoader&#8221; project shows how to override default preloader with a customized preloader swf in Flex.<br />
2)This project needs the developer to customize the default preloader by creating a class &#8220;MyDownloadProgressBarSWF&#8221; by extending Sprite class.<br />
<strong>NOTE:</strong> Open the MyDownloadProgressBarSWF.as file inside the myComponents folder and have a thorough look to understand the code.</p>
<p><strong>Follow these steps to run PhotoShow project in FlexBuilder:</strong></p>
<p>1) Open the Code folder and copy all the files.<br />
2) Create a new project in FlexBuilder and paste the those files inside the newly created Flex project folder.<br />
3)Replace the already existing files(if any) in the newly created project folder with the copied files.<br />
4)Save the project and run the PreLoader.mxml file.</p>
<p><strong>How it works?</strong></p>
<p>1) Run PreLoader.mxml file.<br />
2) Now you can the default preloader is overrided by our customized preloader.</p>
<p>To know more about my micro lectures in Flex and to stay in touch with me please visit my website<br />
<strong><a href="http://www.snipersn.ucoz.com/">http://www.snipersn.ucoz.com</a></strong></p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/snipersn.wordpress.com/44/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/snipersn.wordpress.com/44/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/snipersn.wordpress.com/44/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/snipersn.wordpress.com/44/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/snipersn.wordpress.com/44/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/snipersn.wordpress.com/44/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/snipersn.wordpress.com/44/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/snipersn.wordpress.com/44/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/snipersn.wordpress.com/44/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/snipersn.wordpress.com/44/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/snipersn.wordpress.com/44/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/snipersn.wordpress.com/44/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/snipersn.wordpress.com/44/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/snipersn.wordpress.com/44/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=snipersn.wordpress.com&amp;blog=8244515&amp;post=44&amp;subd=snipersn&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://snipersn.wordpress.com/2009/06/20/how-to-override-preloaderdownload-progress-bar-in-adobe-flex/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/ec7b0c49f3070cc56fe17d9e668a6eb3?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">snipersn</media:title>
		</media:content>
	</item>
		<item>
		<title>How to use FlashVars property in Adobe Flex ?</title>
		<link>http://snipersn.wordpress.com/2009/06/20/how-to-use-flashvars-property-in-adobe-flex/</link>
		<comments>http://snipersn.wordpress.com/2009/06/20/how-to-use-flashvars-property-in-adobe-flex/#comments</comments>
		<pubDate>Sat, 20 Jun 2009 15:14:56 +0000</pubDate>
		<dc:creator>snipersn</dc:creator>
				<category><![CDATA[Adobe Flex Tutorials]]></category>
		<category><![CDATA[ActionScript]]></category>
		<category><![CDATA[Adobe]]></category>
		<category><![CDATA[FlashVars property]]></category>
		<category><![CDATA[Flex]]></category>
		<category><![CDATA[tutorials]]></category>

		<guid isPermaLink="false">http://snipersn.wordpress.com/?p=34</guid>
		<description><![CDATA[Hi All. Let me tell you how to use FlashVars property in Adobe Flex. Just download the FlashVars.rar project folder from the box that appears at the extreme bottom of this blog and follow the below things. Project Details: 1)This &#8220;FlashVars&#8221; project shows how to send FlashVars variables to ActionScript during runtime in Flex. 2)This [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=snipersn.wordpress.com&amp;blog=8244515&amp;post=34&amp;subd=snipersn&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Hi All. Let me tell you how to use FlashVars property in Adobe Flex. Just download the FlashVars.rar project folder from the box that appears at the extreme bottom of this blog and follow the below things.</p>
<p><strong>Project Details:</strong></p>
<p>1)This &#8220;FlashVars&#8221; project shows how to send FlashVars variables to ActionScript during runtime in Flex.<br />
2)This application includes Flex UI components Panel and Button.<br />
a)Panel &#8211; to display Button<br />
b)Text Area &#8211; to display flashVars variables<br />
3)This project needs the developer to modify index.template.html file which is in the html-template folder.<br />
Open index.template.html file in a text editor.</p>
<p><strong>NOTE:</strong> Steps 4 through 6 are already done in this project and need not to repeat. Do it only if you are creating your own project.</p>
<p>4)Modify flashVars property in the &lt;object&gt; tag. Here i set two variables, &#8216;name&#8217; and &#8216;site&#8217; with values &#8220;Vinodh&#8221; and &#8220;hoksum.com&#8221; respectively.<br />
5)Between the &lt;body&gt; tags find AC_FL_RunContent() function.<br />
6)Include &#8216;&#8221;FlashVars&#8221;, &#8220;name=Vinodh&amp;site=hoksum.com&#8221;&#8216;, as an argument of  AC_FL_RunContent() function.</p>
<p><strong>Follow these steps to run PhotoShow project in FlexBuilder:</strong></p>
<p>1) Open the Code folder and copy all the files.<br />
2) Create a new project in FlexBuilder and paste the those files inside the newly created Flex project folder.<br />
3)Replace the already existing files(if any) in the newly created project folder with the copied files.<br />
4)Save the project and run the main.mxml file inside src folder.</p>
<p><strong>How it works?</strong></p>
<p>1) Run main.mxml file inside the src folder.<br />
2) Now a panel appears with the flashVars variables in the Text Area. Here &#8220;Variable 1 : Vinodh Variable 2 : hoksum.com&#8221; appears.</p>
<p>To know more about my micro lectures in Flex and to stay in touch with me please visit my website<br />
<strong><a href="http://www.snipersn.ucoz.com">http://www.snipersn.ucoz.com</a></strong></p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/snipersn.wordpress.com/34/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/snipersn.wordpress.com/34/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/snipersn.wordpress.com/34/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/snipersn.wordpress.com/34/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/snipersn.wordpress.com/34/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/snipersn.wordpress.com/34/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/snipersn.wordpress.com/34/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/snipersn.wordpress.com/34/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/snipersn.wordpress.com/34/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/snipersn.wordpress.com/34/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/snipersn.wordpress.com/34/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/snipersn.wordpress.com/34/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/snipersn.wordpress.com/34/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/snipersn.wordpress.com/34/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=snipersn.wordpress.com&amp;blog=8244515&amp;post=34&amp;subd=snipersn&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://snipersn.wordpress.com/2009/06/20/how-to-use-flashvars-property-in-adobe-flex/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/ec7b0c49f3070cc56fe17d9e668a6eb3?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">snipersn</media:title>
		</media:content>
	</item>
		<item>
		<title>How to invoke a ActionScript function from JavaScript in Adobe Flex ?</title>
		<link>http://snipersn.wordpress.com/2009/06/20/how-to-invoke-a-actionscript-function-from-javascript-in-adobe-flex/</link>
		<comments>http://snipersn.wordpress.com/2009/06/20/how-to-invoke-a-actionscript-function-from-javascript-in-adobe-flex/#comments</comments>
		<pubDate>Sat, 20 Jun 2009 15:11:36 +0000</pubDate>
		<dc:creator>snipersn</dc:creator>
				<category><![CDATA[Adobe Flex Tutorials]]></category>
		<category><![CDATA[ActionScript]]></category>
		<category><![CDATA[Adobe Flex]]></category>
		<category><![CDATA[invoking]]></category>
		<category><![CDATA[JavaScript]]></category>
		<category><![CDATA[tutorials]]></category>

		<guid isPermaLink="false">http://snipersn.wordpress.com/?p=29</guid>
		<description><![CDATA[Hi All. Let me tell you how to invoke an ActionScript function from a JavaScript function in Adobe Flex. Just download the InvokeASfromJS.rar project folder from the box that appears at the extreme bottom of this blog and follow the below things. Project Details: 1)This &#8220;InvokeASfromJS&#8221;[AS-&#62; ActionScript,JS-&#62; JavaScript] project is a shows how to invoke [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=snipersn.wordpress.com&amp;blog=8244515&amp;post=29&amp;subd=snipersn&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Hi All. Let me tell you how to invoke an ActionScript function from a JavaScript function in Adobe Flex. Just download the InvokeASfromJS.rar project folder from the box that appears at the extreme bottom of this blog and follow the below things.</p>
<p><strong>Project Details:</strong></p>
<p>1)This &#8220;InvokeASfromJS&#8221;[AS-&gt; ActionScript,JS-&gt; JavaScript] project is a shows how to invoke ActionScript code from JavaScript in Flex.<br />
2)This application includes Flex UI components Panel and Button.<br />
a)Panel &#8211; to display Button<br />
b)Button &#8211; to invoke a JavaScript function, which in turn invokes an ActionScript function<br />
3)This project needs the developer to modify index.template.html file which is inside the html-template folder.</p>
<p><strong>NOTE:</strong> Steps 4 through 6 are already done in this project and need not to repeat. Do these steps only if you are creating your own project.</p>
<p>4)Open index.template.html file in a text editor and between the &lt;body&gt; tags include the following line &#8220;&lt;script language=&#8221;JavaScript&#8221; src=&#8221;externalInterface.js&#8221;&gt;&lt;/script&gt;&#8221;.<br />
5)Now create a file called externalInterface.js in src folder.<br />
6)externalInterface.js file should have the JavaScript function which is called by and which calls the ActionScript file.</p>
<p><strong>Follow these steps to run PhotoShow project in FlexBuilder:</strong></p>
<p>1) Open the Code folder and copy all the files.<br />
2) Create a new project in FlexBuilder and paste the those files inside the newly created Flex project folder.<br />
3)Replace the already existing files(if any) in the newly created project folder with the copied files.<br />
4)Save the project and run the main.mxml file inside src folder.</p>
<p><strong>How it works?</strong></p>
<p>1) Run main.mxml file inside the src folder.<br />
2) Click ActionScript &#8211;&gt; JavaScript &#8211;&gt; ActionScript button in the Panel.<br />
3) Now an alert box appears with a message &#8220;ActionScript invoked from JavaScript&#8221;.</p>
<p>To know more about my micro lectures in Flex and to stay in touch with me please visit my website <strong><a href="http://www.snipersn.ucoz.com">http://www.snipersn.ucoz.com</a></strong></p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/snipersn.wordpress.com/29/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/snipersn.wordpress.com/29/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/snipersn.wordpress.com/29/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/snipersn.wordpress.com/29/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/snipersn.wordpress.com/29/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/snipersn.wordpress.com/29/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/snipersn.wordpress.com/29/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/snipersn.wordpress.com/29/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/snipersn.wordpress.com/29/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/snipersn.wordpress.com/29/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/snipersn.wordpress.com/29/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/snipersn.wordpress.com/29/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/snipersn.wordpress.com/29/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/snipersn.wordpress.com/29/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=snipersn.wordpress.com&amp;blog=8244515&amp;post=29&amp;subd=snipersn&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://snipersn.wordpress.com/2009/06/20/how-to-invoke-a-actionscript-function-from-javascript-in-adobe-flex/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/ec7b0c49f3070cc56fe17d9e668a6eb3?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">snipersn</media:title>
		</media:content>
	</item>
		<item>
		<title>How to invoke a JavaScript function with parameter(s) from Action Script in Adobe Flex ?</title>
		<link>http://snipersn.wordpress.com/2009/06/20/how-to-invoke-a-javascript-function-with-parameters-from-action-script-in-adobe-flex/</link>
		<comments>http://snipersn.wordpress.com/2009/06/20/how-to-invoke-a-javascript-function-with-parameters-from-action-script-in-adobe-flex/#comments</comments>
		<pubDate>Sat, 20 Jun 2009 14:45:30 +0000</pubDate>
		<dc:creator>snipersn</dc:creator>
				<category><![CDATA[Adobe Flex Tutorials]]></category>
		<category><![CDATA[Adobe]]></category>
		<category><![CDATA[Flex]]></category>
		<category><![CDATA[invoking]]></category>
		<category><![CDATA[JavaScript]]></category>
		<category><![CDATA[Parameters]]></category>
		<category><![CDATA[tutorials]]></category>

		<guid isPermaLink="false">http://snipersn.wordpress.com/?p=14</guid>
		<description><![CDATA[Hi All. Let me tell you how to invoke a JavaScript function from Action Script in Adobe Flex. Just download the InvokeJSfromASwithParam.rar project folder from the box that appears at the extreme bottom of this blog and follow the below things. Project Details: 1)This &#8220;InvokeJSfromASwithParam&#8221;[AS-&#62; Action Script, JS-&#62; JavaScript] project shows how to invoke JavaScript [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=snipersn.wordpress.com&amp;blog=8244515&amp;post=14&amp;subd=snipersn&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Hi All. Let me tell you how to invoke a JavaScript function from Action Script in Adobe Flex. Just download the InvokeJSfromASwithParam.rar project folder from the box that appears at the extreme bottom of this blog and follow the below things.</p>
<p><strong>Project Details:</strong></p>
<p>1)This &#8220;InvokeJSfromASwithParam&#8221;[AS-&gt; Action Script, JS-&gt; JavaScript] project shows how to invoke JavaScript function with parameters from Action Script in Flex.<br />
2)This application includes Flex UI components Panel and Button.<br />
a)Panel &#8211; to display Button<br />
b)Text Boxes &#8211; to get input from user<br />
c)Button &#8211; to invoke a JavaScript function</p>
<p>3)This project needs the developer to modify index.template.html file which is in the html-template folder.</p>
<p><strong>NOTE:</strong> Steps 4 and 5 are already done in this project and need not to repeat. Do it only if you are creating your own project.</p>
<p>4)Open index.template.html file in a text editor and between the &lt;body&gt; tags include the following lines<br />
&lt;script language=&#8221;JavaScript&#8221; type=&#8221;text/javascript&#8221;&gt;<br />
function addTwoNumbers(a,b)<br />
{<br />
var c = parseInt(a)+parseInt(b);<br />
alert(&#8220;Sum of &#8220;+a+&#8221; and &#8220;+b+&#8221; : &#8220;+c);<br />
return c;<br />
}<br />
&lt;/script&gt;<br />
5)You can replace addTwoNumbers(a,b) function with your own function.</p>
<p><strong>Follow these steps to run PhotoShow project in FlexBuilder:</strong></p>
<p>1) Open the Code folder and copy all the files.<br />
2) Create a new project in FlexBuilder and paste the those files inside the newly created Flex project folder.<br />
3)Replace the already existing files(if any) in the newly created project folder with the copied files.<br />
4)Save the project and run the InvokeJSWithParam.mxml file inside src folder.</p>
<p><strong>How it works?</strong></p>
<p>1) Run InvokeJSWithParam.mxml file inside the src folder.<br />
2) Enter two numbers in the two text input boxes[one number in each text input box].<br />
2) Click Add button in the Panel.<br />
3) Now a JavaScript alert box appears with a message &#8220;sum of 10 and 20 : 30&#8243;[say you have entered 10 and 20 in text input boxes].</p>
<p>To know more about my micro lectures in Flex and to stay in touch with me please visit my website<br />
<strong><a href="http://www.snipersn.ucoz.com">http://www.snipersn.ucoz.com</a></strong></p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/snipersn.wordpress.com/14/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/snipersn.wordpress.com/14/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/snipersn.wordpress.com/14/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/snipersn.wordpress.com/14/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/snipersn.wordpress.com/14/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/snipersn.wordpress.com/14/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/snipersn.wordpress.com/14/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/snipersn.wordpress.com/14/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/snipersn.wordpress.com/14/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/snipersn.wordpress.com/14/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/snipersn.wordpress.com/14/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/snipersn.wordpress.com/14/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/snipersn.wordpress.com/14/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/snipersn.wordpress.com/14/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=snipersn.wordpress.com&amp;blog=8244515&amp;post=14&amp;subd=snipersn&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://snipersn.wordpress.com/2009/06/20/how-to-invoke-a-javascript-function-with-parameters-from-action-script-in-adobe-flex/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/ec7b0c49f3070cc56fe17d9e668a6eb3?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">snipersn</media:title>
		</media:content>
	</item>
		<item>
		<title>How to invoke a JavaScript function without parameters from Action Script in Adobe Flex ?</title>
		<link>http://snipersn.wordpress.com/2009/06/20/how-to-invoke-a-javascript-function-from-action-script-in-adobe-flex/</link>
		<comments>http://snipersn.wordpress.com/2009/06/20/how-to-invoke-a-javascript-function-from-action-script-in-adobe-flex/#comments</comments>
		<pubDate>Sat, 20 Jun 2009 14:34:54 +0000</pubDate>
		<dc:creator>snipersn</dc:creator>
				<category><![CDATA[Adobe Flex Tutorials]]></category>
		<category><![CDATA[ActionScript]]></category>
		<category><![CDATA[Adobe]]></category>
		<category><![CDATA[Flex]]></category>
		<category><![CDATA[invoking]]></category>
		<category><![CDATA[JavaScript]]></category>
		<category><![CDATA[tutorials]]></category>

		<guid isPermaLink="false">http://snipersn.wordpress.com/?p=10</guid>
		<description><![CDATA[Hi All. Let me tell you how to invoke a JavaScript function from Action Script in Adobe Flex. Just download the InvokeJSfromASwithNoParam.rar project folder from the box that appears at the extreme bottom of this blog and follow the below things. Project Details: 1)This &#8220;InvokeJSfromAS&#8221;[AS-&#62; ActionScript,JS-&#62; JavaScript] project shows how to invoke JavaScript code from [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=snipersn.wordpress.com&amp;blog=8244515&amp;post=10&amp;subd=snipersn&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Hi All.  Let me tell you how to invoke a JavaScript function from Action Script in Adobe Flex. Just download the InvokeJSfromASwithNoParam.rar project folder from the box that appears at the extreme bottom of this blog and follow the below things.</p>
<p><strong>Project Details:</strong></p>
<p>1)This &#8220;InvokeJSfromAS&#8221;[AS-&gt; ActionScript,JS-&gt; JavaScript] project shows how to invoke JavaScript code from ActionScript in Flex.<br />
2)This application includes Flex UI components Panel and Button.<br />
a)Panel &#8211; to display Button<br />
b)Button &#8211; to invoke a JavaScript function<br />
3)This project needs the developer to modify index.template.html file which is in the html-template folder.</p>
<p><strong>NOTE:</strong> Step 4 and 5 are  already done in this project and need not to repeat. Do it only if you are creating your own project.</p>
<p>4)Open index.template.html file in a text editor and between the  tags include the following lines<br />
&lt;script language=&#8221;JavaScript&#8221; type=&#8221;text/javascript&#8221;&gt;<br />
function sayHelloWorld()<br />
{<br />
alert(&#8220;HelloWorld!, from JavaScript&#8221;);<br />
}<br />
&lt;/script&gt;<br />
5)You can replace sayHelloWorld() function with your own function.</p>
<p><strong>Follow these steps to run PhotoShow project in FlexBuilder:</strong></p>
<p><strong> </strong>1) Open the Code folder and copy all the files.<br />
2) Create a new project in FlexBuilder and paste the those files inside the newly created Flex project folder.<br />
3)Replace the already existing files(if any) in the newly created project folder with the copied files.<br />
4)Save the project and run the InvokeJSWithNoParam.mxml file inside src folder.</p>
<p><strong>How it works?</strong></p>
<p>1) Run InvokeJSWithNoParam.mxml file inside the src folder.<br />
2) Click Invoke JavaScript button in the Panel.<br />
3) Now a JavaScript alert box appears with a message &#8220;HelloWorld!, from JavaScript&#8221;.</p>
<p>To know more about my micro lectures in Flex and to stay in touch with me please visit my website<br />
<strong><a href="http://www.snipersn.ucoz.com">http://www.snipersn.ucoz.com</a></strong></p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/snipersn.wordpress.com/10/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/snipersn.wordpress.com/10/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/snipersn.wordpress.com/10/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/snipersn.wordpress.com/10/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/snipersn.wordpress.com/10/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/snipersn.wordpress.com/10/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/snipersn.wordpress.com/10/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/snipersn.wordpress.com/10/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/snipersn.wordpress.com/10/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/snipersn.wordpress.com/10/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/snipersn.wordpress.com/10/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/snipersn.wordpress.com/10/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/snipersn.wordpress.com/10/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/snipersn.wordpress.com/10/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=snipersn.wordpress.com&amp;blog=8244515&amp;post=10&amp;subd=snipersn&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://snipersn.wordpress.com/2009/06/20/how-to-invoke-a-javascript-function-from-action-script-in-adobe-flex/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/ec7b0c49f3070cc56fe17d9e668a6eb3?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">snipersn</media:title>
		</media:content>
	</item>
		<item>
		<title>How to create a photo gallery in Adobe Flex ?</title>
		<link>http://snipersn.wordpress.com/2009/06/20/how-to-create-a-photo-gallery-in-adobe-flex/</link>
		<comments>http://snipersn.wordpress.com/2009/06/20/how-to-create-a-photo-gallery-in-adobe-flex/#comments</comments>
		<pubDate>Sat, 20 Jun 2009 13:55:09 +0000</pubDate>
		<dc:creator>snipersn</dc:creator>
				<category><![CDATA[Adobe Flex Tutorials]]></category>
		<category><![CDATA[Adobe]]></category>
		<category><![CDATA[Flex]]></category>
		<category><![CDATA[Image Gallery]]></category>
		<category><![CDATA[Photo Gallery]]></category>
		<category><![CDATA[tutorials]]></category>

		<guid isPermaLink="false">http://snipersn.wordpress.com/?p=3</guid>
		<description><![CDATA[Hi All.  Let me tell you how to create a photo gallery in Adobe Flex. Just download the PhotoShow.rar project folder from the box that appears at the extreme bottom of this blog and follow the below things. Project Details: 1)This &#8220;PhotoShow&#8221; project is a simple image gallery created in Flex. 2)This gallery includes Flex [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=snipersn.wordpress.com&amp;blog=8244515&amp;post=3&amp;subd=snipersn&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Hi All.  Let me tell you how to create a photo gallery in Adobe Flex. Just download the PhotoShow.rar project folder from the box that appears at the extreme bottom of this blog and follow the below things.</p>
<p><strong>Project Details:</strong></p>
<p>1)This &#8220;PhotoShow&#8221; project is a simple image gallery created in Flex.<br />
2)This gallery includes Flex UI components Image Control and Link Button.<br />
a)Image Control &#8211; to display image(Expanded) and image thumbnails<br />
b)Link Button &#8211; to show/hide image thumbnails<br />
3)This gallery uses built-in effects in Flex to improve the aesthetics of Image and thumbnails.</p>
<p><strong>Follow these steps to run PhotoShow project in Flex Builder:</strong></p>
<p>1) Open the Code folder and copy all the files.<br />
2) Create a new project in Flex Builder and paste the those files inside the newly created Flex project folder.<br />
3)Replace the already existing files(if any) in the newly created project folder with the copied files.<br />
4)Save the project and run the PhotoShow.mxml file.</p>
<p><strong>How it works?</strong></p>
<p>1) Run photoshow.mxml file.<br />
2) Click show thumbnails link button in the bottom left corner of the image.<br />
3) Now thumbnails get visible. Click any thumbnail to view it fully.<br />
4) Click hide thumbnails to make thumbnails invisible.</p>
<p>To have a visual guidance for this project please click the following link </p>
<p><strong><a href="http://www.youtube.com/watch?v=YC9MtqPINdo">http://www.youtube.com/watch?v=YC9MtqPINdo</a></strong></p>
<p>To know more about my micro lectures in Flex and to stay in touch with me please visit my website <strong><a href="http://www.snipersn.ucoz.com">http://www.snipersn.ucoz.com</a></strong></p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/snipersn.wordpress.com/3/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/snipersn.wordpress.com/3/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/snipersn.wordpress.com/3/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/snipersn.wordpress.com/3/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/snipersn.wordpress.com/3/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/snipersn.wordpress.com/3/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/snipersn.wordpress.com/3/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/snipersn.wordpress.com/3/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/snipersn.wordpress.com/3/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/snipersn.wordpress.com/3/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/snipersn.wordpress.com/3/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/snipersn.wordpress.com/3/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/snipersn.wordpress.com/3/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/snipersn.wordpress.com/3/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=snipersn.wordpress.com&amp;blog=8244515&amp;post=3&amp;subd=snipersn&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://snipersn.wordpress.com/2009/06/20/how-to-create-a-photo-gallery-in-adobe-flex/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/ec7b0c49f3070cc56fe17d9e668a6eb3?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">snipersn</media:title>
		</media:content>
	</item>
	</channel>
</rss>
