TP-Docs
HTML5 Icon HTML5 Icon HTML5 Icon
TP on Social Media

Recent

Welcome to TinyPortal. Please login or sign up.

Members
  • Total Members: 3,965
  • Latest: boruko
Stats
  • Total Posts: 195,980
  • Total Topics: 21,320
  • Online today: 261
  • Online ever: 8,223 (February 19, 2025, 04:35:35 AM)
Users Online
  • Users: 0
  • Guests: 276
  • Total: 276

Mp3 player on the block..

Started by Nonpremium, May 13, 2006, 12:20:37 PM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

Nonpremium

İ want to use flash mp3 player on the middle block. İ extracted the files in to root/muzik. And i used this codes:

<object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" width="500" height="400"
  codebase="http://fpdownload.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,0,0">
  <param name="movie" value="http://www.fixforum.net/muzik/mp3player.swf" />
  <param name="quality" value="high" />
  <param name="wmode" value="transparent">
  <embed src="http://www.fixforum.net/muzik/mp3player.swf" quality="high" width="500" height="400" wmode="transparent"
    type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer" />
</object>


my mp3's are in ../muzik/mp3. But its not working normal. only showing default player and default mp3(linkin park - breaking the habit:P). what can i do?

Vinspire

Where did you get that ? Sounds like a kewl features but too bad it aint working.

Would love to have it on my site too once the codes is complete :)

G6Cad

The mp3s that showing up, in what folder are they in?

Nonpremium

Sorry my english is not good, i cant tell my problem.

folders like this:

...ROOT...     /         Muzik            /           Mp3             
                      mp3player.swf              Benny.mp3
                      mp3player.html             Dj_devil.mp3
                      mp3player.xml                   ....vs
                      mp3player.fla
                      mp3player_vars
                some_other_playlist.xml


So the mp3s
for ex:

www.fixforum.net/muzik/mp3/dj_devil.mp3

G6Cad

www.fixforum.net/Muzik/Mp3/dj_devil.mp3

Nonpremium

Quote from: G6 on May 13, 2006, 01:49:24 PM
www.fixforum.net/Muzik/mp3/dj_devil.mp3
uehehhe.. :) i didnt tell my problem..

mp3player is working normal in this link:

http://www.fixforum.net/muzik/mp3player.html

but i want to show mp3player on the portal block.
i am using this codes:

<object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" width="500" height="400"
  codebase="http://fpdownload.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,0,0">
  <param name="movie" value="http://www.fixforum.net/muzik/mp3player.swf" />
  <param name="quality" value="high" />
  <param name="wmode" value="transparent">
  <embed src="http://www.fixforum.net/muzik/mp3player.swf" quality="high" width="500" height="400" wmode="transparent"
    type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer" />
</object>


it isnt working normal. İ am seeing mp3player but isnt showing the play list. Only defult player song is showing.How can i show the mp3 player on the PORTAL MİDDLE BLOCK :)

akulion

Try this




<object type="application/x-shockwave-flash" data="http://www.fixforum.net/muzik/mp3player.swf?playlist=mp3player.xml" height="500" width="400" wmode="transparent">
  <param name="movie" value="http://www.fixforum.net/muzik/mp3player.swf?playlist=mp3player.xml" />
  <param name="wmode" value="transparent" />

</object>



and let me know if it works

Nonpremium

Nothing.. :) same error. Mp3player is showing but there isnt showing any playlist..

akulion

try adding the full path of the play list in front of the swf?playlist=http://etcetc.com/muzik/mp3layer.xml

something like that maybe it may work...

Nonpremium

playlist code's like this;

<?xml version="1.0" encoding="UTF-8"?>

<player showDisplay="yes" showPlaylist="yes" autoStart="yes">

    <song path="mp3/devilisadj.mp3" title="Dj Devil - Devil is a DJ" />
    <song path="mp3/deviljudge.mp3" title="Dj Devil - Judgementday" />
    <song path="mp3/devil6.mp3" title="Dj Devil - 6th gate" />
    <song path="mp3/bennilone.mp3" title="Benny Benassi - Lonelines" />
    <song path="mp3/drill.mp3" title="The Drill - Drill Sound" />
    <song path="mp3/titan.mp3" title="Titanic Rave Mix" />
    <song path="mp3/feyzal.mp3" title="Ceza - Feyz al" />
    <song path="mp3/acihayat.mp3" title="ACI Hayat" />
    <song path="mp3/cemberimde.mp3" title="Cemberimde gül oya" />
    <song path="mp3/Intizarsensiz.mp3" title="intizar - Sensiz olamam" />
    <song path="mp3/mangagoksel.mp3" title="Manga ft Göksel - Dursun zaman" />
    <song path="mp3/rammstein.mp3" title="RAmmstein - rammstein" />
    <song path="mp3/serzeniste.mp3" title="Vega - Serzeniste" />
   
</player>



This website is proudly hosted on Crocweb Cloud Website Hosting.