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

Link to comment
Share on other sites

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.

Link to comment
Share on other sites

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>

Link to comment
Share on other sites

This thread is more than a year old. Please don't revive it unless you have something important to add.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • 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.