Fixed the ELUSIVE bug with creation of empty FLV files output from FFMPEG.
Added the wmode tag to Flash object. Thanks jacoder!
Now renaming (get rid of spaces, etc) the original video once they submit their video, not at conversion time. This seemed to make everything MUCH better.
Removed some stupid line feed characters that were copied and pasted from the Video module.
Corrected the HTML output for the Flash Video object. Thanks gabriel!
Fixed unusual and rare case where concatenation with the ternary operator (? :) caused a concatenation priority problem. Fixed by adding parenthesis to explicitly set evaluation order.