-
You need to use following code to include the shortcode into a sidebar:
echo apply_filters('the_content', '[flowplayer src=yourvideo.mp4 width=240 height=320]');
Fill the Flowplayer shortcode part according to your needs. The apply filter needs to be called because the flowplayer shortcodes are not parsen outside posts automatically. Also, please do not forget to add the echo at the beginning.