Music not playing in browser (google chrome) Music not playing in browser (google chrome)
 

News:

CPG Release 1.6.27
change DB IP storage fields to accommodate IPv6 addresses
remove use of E_STRICT (PHP 8.4 deprecated)
update README to reflect new website
align code with new .com CPG website
correct deprecation in captcha

Main Menu

Music not playing in browser (google chrome)

Started by KOREntertainment, November 30, 2010, 07:13:42 PM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

KOREntertainment

For months it was working fine, all of a sudden it's not working, can someone assist?
http://korentertainment.net/galler2/index.html

Quote<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>KOR ENTERTAINMENT - ONLINE GALLERY</title>
<style type="text/css">
<!--
body {
   background-color: #000000;
   margin-left: 0px;
   margin-top: 0px;
   margin-right: 0px;
   margin-bottom: 0px;
}
-->
</style></head>

<body>
<div align="center">
<table width="100%" height="100%">
<tr>
<td align="center" height="100%">
<iframe src="index.php" width="100%" height="100%" frameborder="0" ALLOWTRANSPARENCY="true" scrolling="auto" name="myInlineFrame">
Your browser doesn't seem to support "frames"</iframe>
</td>
</tr>
<tr>
      <td height="60px" width="100%"> <object classid="CLSID:6BF52A52-394A-11d3-B153-00C04F79FAA6" id="WMP1" style="border-style: none; border-width: 0; margin: 0" width="100%" height="60">
          <param name="URL" value="http://korentertainment.net/media/music/photo_gallery/00_playlist.m3u">
          <param name="AutoStart"    value=true>
          <param name="AutoRewind"   value=true>
          <embed src="http://korentertainment.net/media/music/photo_gallery/00_playlist.m3u" width="100%" height="60" autostart="true" url="http://korentertainment.net/media/music/photo_gallery/00_playlist.m3u" autorewind="true"></embed>
        </object></td>
</tr>
</table>
</div>
</body>
</html>

KOREntertainment

For months it was working fine, all of a sudden it's not working, can someone assist?
http://korentertainment.net/gallery2/index.html

Quote<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>KOR ENTERTAINMENT - ONLINE GALLERY</title>
<style type="text/css">
<!--
body {
   background-color: #000000;
   margin-left: 0px;
   margin-top: 0px;
   margin-right: 0px;
   margin-bottom: 0px;
}
-->
</style></head>

<body>
<div align="center">
<table width="100%" height="100%">
<tr>
<td align="center" height="100%">
<iframe src="index.php" width="100%" height="100%" frameborder="0" ALLOWTRANSPARENCY="true" scrolling="auto" name="myInlineFrame">
Your browser doesn't seem to support "frames"</iframe>
</td>
</tr>
<tr>
      <td height="60px" width="100%"> <object classid="CLSID:6BF52A52-394A-11d3-B153-00C04F79FAA6" id="WMP1" style="border-style: none; border-width: 0; margin: 0" width="100%" height="60">
          <param name="URL" value="http://korentertainment.net/media/music/photo_gallery/00_playlist.m3u">
          <param name="AutoStart"    value=true>
          <param name="AutoRewind"   value=true>
          <embed src="http://korentertainment.net/media/music/photo_gallery/00_playlist.m3u" width="100%" height="60" autostart="true" url="http://korentertainment.net/media/music/photo_gallery/00_playlist.m3u" autorewind="true"></embed>
        </object></td>
</tr>
</table>
</div>
</body>
</html>

KOREntertainment

Please delete this thread, I made a mistake in my website link and didn't see where I could delete it so I reposted the correct link ina new thread.

Αndré

Merged your threads, as both links aren't correct. That's the real link to your gallery: http://korentertainment.net/gallery2/index.php

Your issue isn't related to Coppermine, as you embed your music outside of Coppermine's scope.

KOREntertainment