Jump to content

[SOLVED] Loop and Randomize playlist help


Waifthe3rd

Recommended Posts

men i spend almost an hour *sigh*

anyways....

in some case when you save your page as .html the php script is not functioning so if you will run your page with php script save it as whatever.php or better yet have all your page as whatever.php not whatever.html...

now this....

<meta http-equiv="refresh" content="3" /> 

this tags force your page reload after three second it is located at the top see the last code i gave you... 3 represent the seconds before it reloads.

 

men my nose is bleeding speaking your language (English) im not good at it so sorry for my poor explanation

IDK AHHHHHH I was talking to my roomie make it so a baby can figure it out, cause i cant think anymore "drink till you cant feel feelings anymore" ~Family Guy~

 

 

so change the meta that u wrote, and replace it with the meta on the index  and save the index as index.php?

im lost u said it works fine on urs, and i deleted mine and saved it as .php but i get a white screen i put <?php  in the begining and ?> at the end what did ur page look like? what u got it to work with? i could edit that

 

 

i just need something that works and i can edit the rest.

hmm i set up a mysql but not sure how you want me to do my index.php file??

So just copy all this into a notepad and save it as .php??? or am i missing something?  :'(

 

 

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>

<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta http-equiv="refresh" content="3" />
<title>DCP WAIF</title>

<style type="text/css">
<!--
body {
background-color: #000000;
}
-->
</style>

</head>
<body>

<OBJECT ID="embedded_player" height="45" width="180" classid="CLSID:22D6F312-B0F6-11D0-94AB-0080C74C7E95" CODEBASE="http://activex.microsoft.com/activex/controls/mplayer/en/nsmp2inf.cab#Version=6,4,5,715" standby="Loading Microsoft Windows Media Player components..." type="application/x-oleobject" VIEWASTEXT>
   <PARAM name="FileName" value="http://www.digitalcyberpunk.com/music/<?=$title?>" />
   <param name="AutoStart" value="True">
   <param name="ShowStatusBar" value="False">
   <param name="ShowPositionControls" value="0">
   <param name="Loop" value="True">
   <embed name="wmplayer" TYPE="application/x-mplayer2"
      pluginspace="http://www.microsoft.com/isapi/redir.dll?prd=windows&sbp=mediaplayer&ar=Media&sba=Plugin&"
      FileName="http://www.digitalcyberpunk.com/music/<?=$title?>"
      Width="180"
      Height="45"
      ShowPositionControls="0"
      ShowStatusBar = "False"
      Loop="True"
   </embed>
</OBJECT>


<div align="center">
  <table width=" ">
    <tr>
      <td><img src="images/n.jpg" width="801" height="605" /></td>
    </tr>
  </table>
</div>
</body>
</html>

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.