I'm experiencing this same problem.. here's my code:
...
<a class="player" href="http://<!--#echo var="STATIC_HOST" -->/videos/mailing/mailing_high.flv"> </a>
...
$(function() {
$("#content a[rel]").overlay({
expose: '#fff',
onLoad: function(content) { this.getOverlay().find('a.player').flowplayer(0).load(); },
onClose: function(content) { $f().unload(); }
});
$("a.player").flowplayer('/swf/flowplayer/flowplayer.commercial-3.1.5.swf');
});
My setup is as follows:
1. I'm using overlays
2. multiple flowplayer instances on this one page
My trouble is as follows:
Anything (text, graphic, nbsp, etc) inside my anchor tag the player is attached to causes the video to not play and just show the loading 'spinner' graphic.
I have a working example
here:
Any help would be spectacular and much appreciated