Quote:
Originally Posted by Crist
it's a weak point of the flvplayer.
I don't know what's wrong with it.
Tell them to refresh the page till it become black.
|
I've developed a “solution” for this issue
I wrote a bbcode to launch a popup window with the video, then it works fine in IExplorer as it can load it apart from the rest of the forum
?Crist did you think that it would be an extra option for the next anymadia version? It would be something like an icon next to “open/close” button that allows you to launch the media in a popup window with the right width and height
This is my bbcode if it helps
HTML Code:
<script language="javascript">
function popup(url){
var popurl=url;
winpops=window.open(popurl,"","width=160,height=120")
}
</script>
<a onClick="popup('{param}')" href="#">Ver en una ventana aparte</a>
Thanks for the continuous updates and support