Hello.
The cause of the problem is that the required javascript file was not loaded properly.
This is little bit complicated to explain , but the problem is problem with your SEO related plugin or the specially customized theme.
The necessary javascript tag is shown when the [hana-flv-player] tag is first convered. But your description meta tag already showing the translated javascript for showing flash video.
<meta name="description" content="<p>Test</p> <p> flowplayer('hana_flv_flow3_1', { src: 'http://www.thecentralfloridarealestatesite.com/wp-content/plugins/hana-flv-player/flowplayer3/flowplayer-3.2.3.swf', wmode: 'transparent' }, { clip: { url: 'http://wpmarketing.org/wp-content/plugins/hana-flv-player/babyhana.flv', scaling: 'scale', autoPlay: false, autoBuffering: true , onFinish : function () { this.seek(0); } } }); </p>" />
In order to fix this problem you will need to include the javascript tag manually in the header.php of your theme files.
Add this line to your theme's header.php depends on which player you will use.
For player type 4 - Flowplayer v3
<script type='text/javascript' src='http://wpmarketing.org/wp-content/plugins/hana-flv-player/flowplayer3/example/flowplayer-3.2.3.min.js'></script>
For player type 2 - Flowplayer v2
<script type='text/javascript' src='http://wpmarketing.org/wp-content/plugins/hana-flv-player/flowplayer/html/flashembed.min.js'></script>