Bug:Fix file validation issue
[vnfsdk/refrepo.git] / vnfmarket / src / main / webapp / vnfmarket / node_modules / socket.io-client / lib / vendor / web-socket-js / flash-src / build.sh
1 #!/bin/sh
2
3 # You need Flex 4 SDK:
4 # http://opensource.adobe.com/wiki/display/flexsdk/Download+Flex+4
5
6 mxmlc -static-link-runtime-shared-libraries -target-player=10.0.0 -output=../WebSocketMain.swf WebSocketMain.as &&
7 mxmlc -static-link-runtime-shared-libraries -output=../WebSocketMainInsecure.swf WebSocketMainInsecure.as &&
8 cd .. &&
9 zip WebSocketMainInsecure.zip WebSocketMainInsecure.swf &&
10 rm WebSocketMainInsecure.swf