<?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/"
	>

<channel>
	<title>Hussain Fakhruddin, India Weblog &#187; adobe</title>
	<atom:link href="http://blog.hussulinux.com/category/adobe/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.hussulinux.com</link>
	<description>Things should be simple. But not any simpler!</description>
	<lastBuildDate>Tue, 13 Dec 2011 06:35:25 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
		<item>
		<title>Flex builder free for students</title>
		<link>http://blog.hussulinux.com/2007/10/flex-builder-free-for-students/</link>
		<comments>http://blog.hussulinux.com/2007/10/flex-builder-free-for-students/#comments</comments>
		<pubDate>Tue, 30 Oct 2007 18:18:00 +0000</pubDate>
		<dc:creator>Hussain Fakhruddin</dc:creator>
				<category><![CDATA[adobe]]></category>
		<category><![CDATA[flash]]></category>
		<category><![CDATA[flex]]></category>
		<category><![CDATA[ria]]></category>

		<guid isPermaLink="false">http://hussulinux.com/blog/?p=24</guid>
		<description><![CDATA[If you&#8217;re a student or a faculty at educational institutions worldwide, its time to rejoice. You can now get Adobe Flex Builder 2.0 for free! Adobe Flex 2 will be available to qualified education end-users for free download on Adobe.com in early November. Catch the full news here]]></description>
			<content:encoded><![CDATA[<p>If you&#8217;re a student or a faculty at educational institutions worldwide, its time to rejoice. You can now get Adobe Flex Builder 2.0 for free!</p>
<p>Adobe Flex 2 will be available to qualified education end-users for free        download on Adobe.com in early November.</p>
<p>Catch the full news <a href="http://biz.yahoo.com/bw/071024/20071023006845.html?.v=1.">here</a></p>
]]></content:encoded>
			<wfw:commentRss>http://blog.hussulinux.com/2007/10/flex-builder-free-for-students/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>BarCamp3 Preview</title>
		<link>http://blog.hussulinux.com/2007/06/barcamp3-preview/</link>
		<comments>http://blog.hussulinux.com/2007/06/barcamp3-preview/#comments</comments>
		<pubDate>Tue, 26 Jun 2007 19:45:00 +0000</pubDate>
		<dc:creator>Hussain Fakhruddin</dc:creator>
				<category><![CDATA[adobe]]></category>
		<category><![CDATA[barcamp]]></category>
		<category><![CDATA[flash]]></category>
		<category><![CDATA[integration]]></category>
		<category><![CDATA[javascript]]></category>
		<category><![CDATA[ria]]></category>

		<guid isPermaLink="false">http://hussulinux.com/blog/?p=13</guid>
		<description><![CDATA[Finally BarCamp3 is here and I&#8217;m already excited. The event will take place at Persistent System Pvt. Ltd, Pune on 7th July(Sat) 2007. I will be speaking on two topics: 1. Mobile Visualization.2. How to make a Flash Widget.]]></description>
			<content:encoded><![CDATA[<p>Finally BarCamp3 is here and I&#8217;m already excited.</p>
<p>The event will take place at Persistent System Pvt. Ltd, Pune on 7th July(Sat) 2007.</p>
<p>I will be speaking on two topics:</p>
<p>1. Mobile Visualization.<br />2. How to make a Flash Widget.</p>
<p><a href="http://www.barcamp.org/BarCampPune3"><img src="http://www.eulogik.com/BarCampPune/attending-barcamp-pune-whit.gif" alt="BarCamp Pune 3" width="200" height="57" border="0" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://blog.hussulinux.com/2007/06/barcamp3-preview/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Flash and JavaScript Integration</title>
		<link>http://blog.hussulinux.com/2007/04/flash-and-javascript-integration/</link>
		<comments>http://blog.hussulinux.com/2007/04/flash-and-javascript-integration/#comments</comments>
		<pubDate>Fri, 13 Apr 2007 07:04:00 +0000</pubDate>
		<dc:creator>Hussain Fakhruddin</dc:creator>
				<category><![CDATA[adobe]]></category>
		<category><![CDATA[flash]]></category>
		<category><![CDATA[integration]]></category>
		<category><![CDATA[javascript]]></category>

		<guid isPermaLink="false">http://hussulinux.com/blog/?p=8</guid>
		<description><![CDATA[Flash and JavaScript Integration Follow these easy steps to make flash communicate with JavaScript code and vice versa. a) Flash to JavaScript: Making Flash call a JavaScript function JavaScript Function Code. To be put in the HTML &#60;script language=&#8221;JavaScript&#8221;&#62;function alertMe(){ alert(&#8220;Hello, world&#8221;);}&#60;/script&#62; Flash Code. To be put in any event of button, frame, where ever &#8230; <a class="read-excerpt" href="http://blog.hussulinux.com/2007/04/flash-and-javascript-integration/">Continue reading <span class="meta-nav">&#187;</span></a>]]></description>
			<content:encoded><![CDATA[<p><span style="font-family: arial;">Flash and JavaScript Integration</span></p>
<p><span style="font-family: arial;">Follow these easy steps to make flash communicate with JavaScript code and vice versa.</span></p>
<p><span style="font-family: arial;">a) Flash to JavaScript: Making Flash call a JavaScript function</span></p>
<p><span style="font-family: arial;">JavaScript Function Code. To be put in the HTML</span></p>
<p><span style="font-family: arial; font-style: italic;">&lt;script language=&#8221;JavaScript&#8221;&gt;</span><br /><span style="font-family: arial; font-style: italic;">function alertMe(){</span><br /><span style="font-family: arial; font-style: italic;">    alert(&#8220;Hello, world&#8221;);</span><br /><span style="font-family: arial; font-style: italic;">}</span><br /><span style="font-family: arial; font-style: italic;">&lt;/script&gt;</span></p>
<p><span style="font-family: arial;">Flash Code. To be put in any event of button, frame, where ever required:</span></p>
<p><span style="font-family: arial; font-style: italic;">import flash.external.ExternalInterface;</span><br /><span style="font-family: arial; font-style: italic;">function callJavaScript(){</span><br /><span style="font-family: arial; font-style: italic;">   ExternalInterface.call(&#8220;alertMe&#8221;);</span><br /><span style="font-family: arial; font-style: italic;">}</span></p>
<p><span style="font-family: arial;">Please note that due to default security these codes will not work if the flash is loaded locally.</span><br /><span style="font-family: arial;">To test this, you will either need to upload your .swf and .html to a server and request the files from the server.</span><br /><span style="font-family: arial;">OR you will need to set the global security settings( Google it to know how!)</span></p>
<p><span style="font-family: arial;">b) JavaScript to Flash : Making JavaScript call a Flash Function.</span></p>
<p><span style="font-family: arial;">Flash function code that needs to be called:</span></p>
<p><span style="font-family: arial; font-style: italic;">import flash.external.ExternalInterface;</span><br /><span style="font-family: arial; font-style: italic;">function startPlaying(){</span><br /><span style="font-family: arial; font-style: italic;">   play();</span><br /><span style="font-family: arial; font-style: italic;">}</span><br /><span style="font-family: arial; font-style: italic;">ExternalInterface.addCallback(&#8220;startPlaying&#8221;, this, startPlaying);</span></p>
<p><span style="font-family: arial;">Java Script code to call the method in the flash:</p>
<p></span><span style="font-family: arial; font-style: italic;">&lt;script language=&#8221;JavaScript&#8221;&gt;</span><br /><span style="font-family: arial; font-style: italic;">var myflashref;</span><br /><span style="font-family: arial; font-style: italic;">function getReference(){</span><br /><span style="font-family: arial; font-style: italic;">    if (navigator.appName.indexOf(&#8220;Microsoft&#8221;) != -1 )</span><br /><span style="font-family: arial; font-style: italic;">    myflashref = window.flashObject;</span><br /><span style="font-family: arial; font-style: italic;">    else</span><br /><span style="font-family: arial; font-style: italic;">    myflashref = window.document.flashObject;</span><br /><span style="font-family: arial; font-style: italic;">}</span><br /><span style="font-family: arial; font-style: italic;">function playFlash(){</span><br /><span style="font-family: arial; font-style: italic;">    getReference();            //getting the flash reference.</span><br /><span style="font-family: arial; font-style: italic;">    myflashref.startPlaying(); //call the method in the flash</span><br /><span style="font-family: arial; font-style: italic;">}</span><br /><span style="font-family: arial; font-style: italic;">&lt;/script&gt;</span></p>
<p><span style="font-family: arial;">Well, I leave it up to you now to do some R&#038;D and make data pass through flash and JavaScript and vice-versa!</span></p>
<p><span style="font-family: arial;">Feel free to leave clarification requests.</span></p>
]]></content:encoded>
			<wfw:commentRss>http://blog.hussulinux.com/2007/04/flash-and-javascript-integration/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

