<?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>anilmakhijani.com &#187; plugin</title>
	<atom:link href="http://anilmakhijani.com/tag/plugin/feed/" rel="self" type="application/rss+xml" />
	<link>http://anilmakhijani.com</link>
	<description></description>
	<lastBuildDate>Mon, 06 Jun 2011 17:19:22 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
		<item>
		<title>Compiling a Flowplayer Plugin on Mac OS X</title>
		<link>http://anilmakhijani.com/2009/01/09/compiling-a-flowplayer-plugin-on-mac-os-x/</link>
		<comments>http://anilmakhijani.com/2009/01/09/compiling-a-flowplayer-plugin-on-mac-os-x/#comments</comments>
		<pubDate>Fri, 09 Jan 2009 20:40:14 +0000</pubDate>
		<dc:creator>Anil</dc:creator>
				<category><![CDATA[Flow Player]]></category>
		<category><![CDATA[flash]]></category>
		<category><![CDATA[FlowPlayer]]></category>
		<category><![CDATA[Mac OS X]]></category>
		<category><![CDATA[planetdev]]></category>
		<category><![CDATA[plugin]]></category>

		<guid isPermaLink="false">http://anilmakhijani.com/?p=186</guid>
		<description><![CDATA[For some reason it took me a while to figure out how to compile a flash plugin for Flowplayer. Here were the steps that I took to finally get it working: Install Ant. Instructions for this can be found here Download Adobe Flex 3 SDK. You can download this here. Unzip the Flex 3 SDK [...]]]></description>
			<content:encoded><![CDATA[<p>For some reason it took me a while to figure out how to compile a flash plugin for Flowplayer.  Here were the steps that I took to finally get it working:<br />
<span id="more-186"></span></p>
<ol>
<li>Install Ant.  Instructions for this can be found  <a href="http://www.asceticmonk.com/blog/?p=388">here</a></li>
<li>Download Adobe Flex 3 SDK.  You can download this <a href="http://www.adobe.com/products/flex/flexdownloads/#sdk">here.</a></li>
<li>Unzip the Flex 3 SDK that you just downloaded.
<pre>
% unzip flex_sdk_3.zip
</pre>
</li>
<li> Download the Flowplayer development kit.  The latest version of the development kit can be found <a href="http://flowplayer.org/plugins/flash/writing.html">here.</a></li>
<li> Unzip the Flowplayer development kit.
<pre>% upzip flowplayer.devkit-3.0.3.zip</pre>
</li>
<li> Edit the plugin-build.properties file in the Flowplayer development kit.  Specifically edit the line that says:</li>
<pre>flex3dir=/Users/api/flex3sdk</pre>
<p>to point to the location to which you unzipped the Flex 3 SDK.  After editing my file looks like this:</p>
<pre>flex3dir=/Users/anil/Desktop/flex_sdk_3</pre>
<li> Navigate to the example plugin that is contained within the Flowplayer development kit.  For me this is located here:
<pre>/Users/anil/Desktop/flowplayer.devkit/example</pre>
</li>
<li> Finally, type:
<pre>% ant</pre>
<p>The output should look like this:</p>
<pre>
Buildfile: build.xml

build:
     [echo] ++ flowplayer.helloworld.swf +++
     [echo]
     [echo] checking if flowplayer.helloworld.swf is uptodate
     [echo] main up-to-date: ${uptodate.main}

prepare:
    [unzip] Expanding: /Users/anil/env/flowplayer.devkit/flowplayer.swc into
    /Users/anil/env/flowplayer.devkit/example/build

check-compile-dirs:

check-compile-dirs2:

compile:
     [exec] Loading configuration file
           /Users/anil/Desktop/flex_sdk_3/frameworks/flex-config.xml
     [exec] /Users/anil/env/flowplayer.devkit/example/build
/flowplayer.helloworld.swf (1304 bytes)
     [copy] Copying 1 file to /Users/anil/env/flowplayer.devkit/example/build

BUILD SUCCESSFUL
Total time: 3 seconds
</pre>
</li>
</ol>
<p>Congratulations! You have compiled a flash plugin for Flowplayer!</p>
]]></content:encoded>
			<wfw:commentRss>http://anilmakhijani.com/2009/01/09/compiling-a-flowplayer-plugin-on-mac-os-x/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>

