actionscript 3 - Why is StrobeMediaPlayer.swf 253k in the "for Flash Player X" folder but 433k when compiled or in player/bin folder? -


i have been trying compile strobemediaplayback source; i've managed compile project using ant flex 4.5.1 or flex 6 sdk , compiled using flash builder 4.5 (as recommended project).

in cases, compiling smp project results in 433k strobemediaplayback.swf. also, strobemediaplayback.swf located in src/player/strobemediaplayback/bin/strobemediaplayback.swf ships 433k. question then, how on earth compile strobemediaplayback.swf 253k exists in for flash player 10.1 folder? appears there external osmf.swc file in folder 233k - typically gets bundled build... however, can drop 253k strobemediaplayback.swf new project without osmf.swc file , works fine.

so, if turns out need compile strobemediaplayback without bundling osmf.swc, can point me in right direction on how this?

relevant installation documentation impossible find: http://osmf.org/dev/osmf/specpdfs/building-osmf.pdf

so, if turns out need compile strobemediaplayback without bundling osmf.swc, can point me in right direction on how this?

try,

  • in strobemediaplayback project, mark osmf.swc external library. (project > properties > application build path > library path > osmf > link type)

Comments

Popular posts from this blog

java - Intellij Synchronizing output directories .. -

git - Initial Commit: "fatal: could not create leading directories of ..." -