<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
		>
<channel>
	<title>Comments on: How to build FlowPlayer from source</title>
	<atom:link href="http://www.ioncannon.net/programming/112/how-to-build-flowplayer-from-source/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.ioncannon.net/programming/112/how-to-build-flowplayer-from-source/</link>
	<description>Thoughts on Software Development and Engineering</description>
	<lastBuildDate>Thu, 09 Sep 2010 14:56:08 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	
	<item>
		<title>By: T</title>
		<link>http://www.ioncannon.net/programming/112/how-to-build-flowplayer-from-source/comment-page-1/#comment-158753</link>
		<dc:creator>T</dc:creator>
		<pubDate>Thu, 10 Dec 2009 04:20:08 +0000</pubDate>
		<guid isPermaLink="false">http://www.ioncannon.net/web-design/112/how-to-build-flowplayer-from-source/#comment-158753</guid>
		<description>These instructions  are working 12/09.  Grab latest files from SVN.  Works better than trying to use files from src zip files.  
http://flowplayer.org/documentation/developer/development-environment.html

(Note on this tutorial, you&#039;ll need to check out the extra control, content, etc, subfolders from SVN as well)</description>
		<content:encoded><![CDATA[<p>These instructions  are working 12/09.  Grab latest files from SVN.  Works better than trying to use files from src zip files.<br />
<a href="http://flowplayer.org/documentation/developer/development-environment.html" rel="nofollow">http://flowplayer.org/documentation/developer/development-environment.html</a></p>
<p>(Note on this tutorial, you&#039;ll need to check out the extra control, content, etc, subfolders from SVN as well)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Roland Mai</title>
		<link>http://www.ioncannon.net/programming/112/how-to-build-flowplayer-from-source/comment-page-1/#comment-125797</link>
		<dc:creator>Roland Mai</dc:creator>
		<pubDate>Fri, 06 Mar 2009 22:35:17 +0000</pubDate>
		<guid isPermaLink="false">http://www.ioncannon.net/web-design/112/how-to-build-flowplayer-from-source/#comment-125797</guid>
		<description>Build succeeded. Thanks. I had to download asunit and flowplayer.devkit but there was no problem.</description>
		<content:encoded><![CDATA[<p>Build succeeded. Thanks. I had to download asunit and flowplayer.devkit but there was no problem.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: tan123</title>
		<link>http://www.ioncannon.net/programming/112/how-to-build-flowplayer-from-source/comment-page-1/#comment-110226</link>
		<dc:creator>tan123</dc:creator>
		<pubDate>Thu, 04 Dec 2008 03:13:11 +0000</pubDate>
		<guid isPermaLink="false">http://www.ioncannon.net/web-design/112/how-to-build-flowplayer-from-source/#comment-110226</guid>
		<description>Could you guide me build FlowPlayer 3.0.0 from source?

I use cygwin, java 6, apache ant 1.7.0 and Flex SDK 3 on Window 

I encountered these errors, one can point me in the right direction?


$ant
Buildfile: build.xml

check-uptodate:
	[echo] main up-to-date: ${uptodate.main}
	[echo] main up-to-date: ${uptodate.commercial}
	[echo] lib up-to-date: ${uptodate.lib}

build-lib:

prepare:

compile-lib:
	[exec] Loading configuration file C:\flowplayer\flex_sdk_3\frameworks\flexconfig.xml
	[copy] Copying 1 file to C:\flowplayer\bild
	[copy] Copying 1 file to C:\flowplayer.devkit

plugins:
	[subant] No sub-builds to iterate on

build:

prepare:

compile:
	[echo] Building binary flowplayer.swf
	[exec] command line: Error: configuration variable &#039;compiler.define&#039; expected 2 argument(s), got 1
	[exec] Adobe Compc (Flex Component Compiler)
	[exec]
	[exec] Use &#039;mxmlc -help&#039; for information about using the command line.
	[exec] Result: 1

BUILD FAILED
C:\flowplayer\build.xml:64: The following error occurred while executing this line:
C:\flowplayer\build.xml:78: Warning: Could not find file C:\flowplayer\build\flowplayer.swf to copy.

Total time: 25 second


Thanks for all the help!</description>
		<content:encoded><![CDATA[<p>Could you guide me build FlowPlayer 3.0.0 from source?</p>
<p>I use cygwin, java 6, apache ant 1.7.0 and Flex SDK 3 on Window </p>
<p>I encountered these errors, one can point me in the right direction?</p>
<p>$ant<br />
Buildfile: build.xml</p>
<p>check-uptodate:<br />
	[echo] main up-to-date: ${uptodate.main}<br />
	[echo] main up-to-date: ${uptodate.commercial}<br />
	[echo] lib up-to-date: ${uptodate.lib}</p>
<p>build-lib:</p>
<p>prepare:</p>
<p>compile-lib:<br />
	[exec] Loading configuration file C:\flowplayer\flex_sdk_3\frameworks\flexconfig.xml<br />
	[copy] Copying 1 file to C:\flowplayer\bild<br />
	[copy] Copying 1 file to C:\flowplayer.devkit</p>
<p>plugins:<br />
	[subant] No sub-builds to iterate on</p>
<p>build:</p>
<p>prepare:</p>
<p>compile:<br />
	[echo] Building binary flowplayer.swf<br />
	[exec] command line: Error: configuration variable &#039;compiler.define&#039; expected 2 argument(s), got 1<br />
	[exec] Adobe Compc (Flex Component Compiler)<br />
	[exec]<br />
	[exec] Use &#039;mxmlc -help&#039; for information about using the command line.<br />
	[exec] Result: 1</p>
<p>BUILD FAILED<br />
C:\flowplayer\build.xml:64: The following error occurred while executing this line:<br />
C:\flowplayer\build.xml:78: Warning: Could not find file C:\flowplayer\build\flowplayer.swf to copy.</p>
<p>Total time: 25 second</p>
<p>Thanks for all the help!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: greg</title>
		<link>http://www.ioncannon.net/programming/112/how-to-build-flowplayer-from-source/comment-page-1/#comment-95680</link>
		<dc:creator>greg</dc:creator>
		<pubDate>Wed, 03 Sep 2008 13:05:16 +0000</pubDate>
		<guid isPermaLink="false">http://www.ioncannon.net/web-design/112/how-to-build-flowplayer-from-source/#comment-95680</guid>
		<description>Answering &quot;deb&quot; at February 19th, 2008 at 4:17 am:

this function is a sample javascript callback, it should be in your webpage, not in Flowplayer</description>
		<content:encoded><![CDATA[<p>Answering &#034;deb&#034; at February 19th, 2008 at 4:17 am:</p>
<p>this function is a sample javascript callback, it should be in your webpage, not in Flowplayer</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: 2fkd &#187; Blog Archive &#187; Building FlowPlayer from Source on Mac OS X</title>
		<link>http://www.ioncannon.net/programming/112/how-to-build-flowplayer-from-source/comment-page-1/#comment-60063</link>
		<dc:creator>2fkd &#187; Blog Archive &#187; Building FlowPlayer from Source on Mac OS X</dc:creator>
		<pubDate>Wed, 26 Mar 2008 05:19:28 +0000</pubDate>
		<guid isPermaLink="false">http://www.ioncannon.net/web-design/112/how-to-build-flowplayer-from-source/#comment-60063</guid>
		<description>[...] This is tangential, but I&#8217;m noting it because I&#8217;m publishing this simply because I figured it out and there isn&#8217;t a lot of good information out there to this effect.  These instructions are based on a somewhat outdated post I found that didn&#8217;t make an OS-distinction and turned out not to work as written on Macs. [...]</description>
		<content:encoded><![CDATA[<p>[...] This is tangential, but I&#039;m noting it because I&#039;m publishing this simply because I figured it out and there isn&#039;t a lot of good information out there to this effect.  These instructions are based on a somewhat outdated post I found that didn&#039;t make an OS-distinction and turned out not to work as written on Macs. [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Deb</title>
		<link>http://www.ioncannon.net/programming/112/how-to-build-flowplayer-from-source/comment-page-1/#comment-52005</link>
		<dc:creator>Deb</dc:creator>
		<pubDate>Tue, 19 Feb 2008 09:17:03 +0000</pubDate>
		<guid isPermaLink="false">http://www.ioncannon.net/web-design/112/how-to-build-flowplayer-from-source/#comment-52005</guid>
		<description>Getting an error aroung &quot;alert&quot; for the function function fpCuePoint(data)
{
  alert(data);
}
while building. Could you please let me know the reason?</description>
		<content:encoded><![CDATA[<p>Getting an error aroung &#034;alert&#034; for the function function fpCuePoint(data)<br />
{<br />
  alert(data);<br />
}<br />
while building. Could you please let me know the reason?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Kevin</title>
		<link>http://www.ioncannon.net/programming/112/how-to-build-flowplayer-from-source/comment-page-1/#comment-39428</link>
		<dc:creator>Kevin</dc:creator>
		<pubDate>Mon, 10 Dec 2007 01:04:56 +0000</pubDate>
		<guid isPermaLink="false">http://www.ioncannon.net/web-design/112/how-to-build-flowplayer-from-source/#comment-39428</guid>
		<description>Very good instruction.  I tried to digg it, but the site tells me &quot;topic is invalid&quot;.  Ain&#039;t getting it.  Maybe I just can&#039;t dig a thing.

On the subject of swfmill version, the readme file from flowplayer said the same thing, that swfmill 0.2.12 does not work.  But I am NOT able to build it at all with swfmill 0.2.11, but only with 0.2.12; with the rest following exactly as above.  I am wondering if it has to do with libxlt version.  Here are mine:

libxslt.i386                             1.1.21-1.fc6           installed       
libxslt-devel.i386                       1.1.21-1.fc6           installed</description>
		<content:encoded><![CDATA[<p>Very good instruction.  I tried to digg it, but the site tells me &#034;topic is invalid&#034;.  Ain&#039;t getting it.  Maybe I just can&#039;t dig a thing.</p>
<p>On the subject of swfmill version, the readme file from flowplayer said the same thing, that swfmill 0.2.12 does not work.  But I am NOT able to build it at all with swfmill 0.2.11, but only with 0.2.12; with the rest following exactly as above.  I am wondering if it has to do with libxlt version.  Here are mine:</p>
<p>libxslt.i386                             1.1.21-1.fc6           installed<br />
libxslt-devel.i386                       1.1.21-1.fc6           installed</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Federico</title>
		<link>http://www.ioncannon.net/programming/112/how-to-build-flowplayer-from-source/comment-page-1/#comment-21700</link>
		<dc:creator>Federico</dc:creator>
		<pubDate>Wed, 20 Jun 2007 08:04:31 +0000</pubDate>
		<guid isPermaLink="false">http://www.ioncannon.net/web-design/112/how-to-build-flowplayer-from-source/#comment-21700</guid>
		<description>As of june 2007, swfmill has released 0.2.12 which will lead to a successfull build but to a broken swf as well. Stick to swfmill 0.2.11.</description>
		<content:encoded><![CDATA[<p>As of june 2007, swfmill has released 0.2.12 which will lead to a successfull build but to a broken swf as well. Stick to swfmill 0.2.11.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Anssi</title>
		<link>http://www.ioncannon.net/programming/112/how-to-build-flowplayer-from-source/comment-page-1/#comment-1625</link>
		<dc:creator>Anssi</dc:creator>
		<pubDate>Sat, 06 Jan 2007 10:13:41 +0000</pubDate>
		<guid isPermaLink="false">http://www.ioncannon.net/web-design/112/how-to-build-flowplayer-from-source/#comment-1625</guid>
		<description>This is really good information.

Note that currently the CVS HEAD branch contains sources that are being ported to ActionScript 3.0. This effort is currently in progress and you need different tools for building it.

The sources that correspond to the insctructions presented here must be checked out from  fixes_1_11 branch:

cvs -d:pserver:anonymous@flowplayer.cvs.sourceforge.net:/cvsroot/flowplayer co -r fixes_1_11 -P flowplayer

// Anssi</description>
		<content:encoded><![CDATA[<p>This is really good information.</p>
<p>Note that currently the CVS HEAD branch contains sources that are being ported to ActionScript 3.0. This effort is currently in progress and you need different tools for building it.</p>
<p>The sources that correspond to the insctructions presented here must be checked out from  fixes_1_11 branch:</p>
<p>cvs -d:pserver:anonymous@flowplayer.cvs.sourceforge.net:/cvsroot/flowplayer co -r fixes_1_11 -P flowplayer</p>
<p>// Anssi</p>
]]></content:encoded>
	</item>
</channel>
</rss>
