source: plugins/audiodescription/v4/build.sh @ 908

Revision 908, 396 bytes checked in by jeroen, 3 years ago (diff)

added ducking to audiodescription plugin.

  • Property svn:executable set to *
Line 
1# This is a simple script that compiles the plugin using MXMLC (free & cross-platform).
2# To use, make sure you have downloaded and installed the Flex SDK in the following directory:
3FLEXPATH=/Developer/SDKs/flex_sdk_3
4
5
6echo "Compiling with MXMLC..."
7$FLEXPATH/bin/mxmlc ./com/jeroenwijering/plugins/Audiodescription.as -sp ./ -o ./audiodescription.swf -use-network=false -target-player="10.0.0"
Note: See TracBrowser for help on using the repository browser.