Hi everyone.
I'm hosting a "test site" on my IIS6 server.
I've embed a flv on a page and access this site with this kind of URL
http://something.no-ip.com:6000/news.html
I get this error: 300: player initialization failed: SecurityError Error 2156
I already add MIME and Extension to IIS, open 443 port on router...
This is my embed code (really simple):
This a IIS problem ? Port problem ??
Thank you
I'm hosting a "test site" on my IIS6 server.
I've embed a flv on a page and access this site with this kind of URL
http://something.no-ip.com:6000/news.html
I get this error: 300: player initialization failed: SecurityError Error 2156
I already add MIME and Extension to IIS, open 443 port on router...
This is my embed code (really simple):
<!--
<a href="http://something.no-ip.com:6000/trailer.flv"
style="display:block;width:520px;height:330px" id="player">
</a>
<script>
flowplayer("player", "http://something.no-ip.com:6000/player/flowplayer-3.2.4.swf");
</script> -->
This a IIS problem ? Port problem ??
Thank you