source: trunk/sdk/plugins/player5plugin/build.sh @ 573

Revision 573, 382 bytes checked in by pablo, 4 years ago (diff)

Adding a sample Player 5 plugin

RevLine 
[573]1# This is a simple script that compiles the plugin using the free Flex SDK on Linux/Mac.
2# Learn more at http://developer.longtailvideo.com/trac/wiki/PluginsCompiling
3
4FLEXPATH=/Developer/SDKs/flex_sdk_3
5
6
7echo "Compiling positioning plugin..."
8$FLEXPATH/bin/mxmlc ./Player5Plugin.as -sp ./ -o ./player5plugin.swf -library-path ./lib -load-externs sdk-classes.xml -use-network=false
Note: See TracBrowser for help on using the repository browser.