Hey guys,
I have been trying to compile flowplayer for sometime now...After few hours of trial and error, i came across a forum topic (from one of the author?) that users of windows machines have to checkout directly from svn to fix CONFIG:: string stuff. BTW, can you please update this information here:
http://flowplayer.org/documentation/developer/development-environment.html
Then i had to fix these two lines(comment out) in flowplayer.core build.xml for compc.exe to work when loading libraries: (If uncommented, i got the below error)
# for plugins that can be built inside the player
#plugin.classes=../controls/src/actionscript ../content/src/actionscript ../content/src/flash
#plugin.libs=../content/src/flash ../controls/src/flash/default
compile:
[echo] Building binary flowplayer.swf
[exec] Loading configuration file C:flowplayerflex_sdk_3frameworksflex-
config.xml
[exec] command line: Error: unable to open '../content/src/flash'
[exec]
[exec] Use 'mxmlc -help' for information about using the command line.
BUILD FAILED
C:flowplayerflowplayer.coreuild.xml:75: The following error occurred while e
xecuting this line:
C:flowplayerflowplayer.coreuild.xml:98: The following error occurred while e
xecuting this line:
C:flowplayerflowplayer.coreuild.xml:146: exec returned: 1
Total time: 1 second
Now, i am stuck with this error, please help.
prepare:
compile:
[echo] Building binary flowplayer.swf
[exec] Loading configuration file C:flowplayerflex_sdk_3frameworksflex-
config.xml
[exec] C:flowplayerflowplayer.coresrcactionscript-plugintempPlugins.as
(4): col: 44 Error: Type was not found or was not a compile-time constant: Conte
nt.
[exec]
[exec] private var content:org.flowplayer.content.Content;
[exec] ^
[exec]
[exec] C:flowplayerflowplayer.coresrcactionscript-plugintempPlugins.as
(2): col: 31 Error: Definition org.flowplayer.content:Content could not be found
.
[exec]
[exec] import org.flowplayer.content.Content;
[exec] ^
[exec]
BUILD FAILED
C:flowplayerflowplayer.coreuild.xml:75: The following error occurred while e
xecuting this line:
C:flowplayerflowplayer.coreuild.xml:98: The following error occurred while e
xecuting this line:
C:flowplayerflowplayer.coreuild.xml:146: exec returned: 2
Total time: 16 seconds