| Revision 573,
382 bytes
checked in by pablo, 4 years ago
(diff) |
|
Adding a sample Player 5 plugin
|
| Rev | Line | |
|---|
| [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 | |
|---|
| 4 | FLEXPATH=/Developer/SDKs/flex_sdk_3 |
|---|
| 5 | |
|---|
| 6 | |
|---|
| 7 | echo "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.