Я достиг того же эффекта с совершенно другим подходом, в основном позволяя сценарию проигрывателя потоков выполнять загрузку и не встраивать видео непосредственно в страницу:
<script type="text/javascript" src="/scripts/flowplayer/flowplayer-3.2.6.min.js"></script>
<script>
$(document).ready(function() {
var vid;
var player;
$("#video_list a.click_button").click(function() { vid = $(this).attr("href"); }).fancybox({
'href': '#video_content',
'onStart': function() {
player = flowplayer("video_content", "/scripts/flowplayer/flowplayer-3.2.7.swf", vid);
},
'onCleanup': function() {
$('#video_content').html("");
}
});
});
</script>
А теперь для повышения
<div id="video_list">
<div>
<img src="/images/tws_land/2011/ico_AndrewBlue.png" alt="">
<p>"..There is real value in what Safety in the Market offer" - Andrew<br />
<a href="/video/tws_AndrewB.flv" id="playflv" class="click_button">Play video</a>
</p>
</div>
<div>
<img src="/images/tws_land/2011/ico_MichaelBlue.png" alt="">
<p>"..I’ve learnt how to trade the stock market and the commodities market successfully, with a great deal of confidence" - Michael<br />
<a class="click_button" href="/video/tws_MichaelC.flv">Play video</a>
</p>
</div>
<div>
<img src="/images/tws_land/2011/ico_BradBlue.png" alt="">
<p>"..For the outlay, the rewards far outway the investment" - Brad<br />
<a class="click_button" href="/video/tws_BradJ.flv">Play video</a>
</p>
</div>
<div>
<img src="/images/tws_land/2011/ico_YvonneBlue.png" alt="">
<p>"..It’s been a blessing to us, we’re enjoying the new life we have as traders..
and the freedom it brings" - Yvonne<br />
<a class="click_button" href="/video/tws_YvonneP.flv">Play video</a>
</p>
</div>
</div> <!-- END VIDEO LIST -->
<div style="display:none;">
<div id="video_content" style="width:800px;height:600px;">
</div>
У меня это как живая демонстрация , которую я могу подтвердить, работает с IE9