Need to register? Lost password?
Minitokyo » Forum » Minitokyo Fora » Minitokyo how do i put music on my user page.
can someone plz tell me how i can put music on my user page? thz to anyone that can help
i think there's a couple of threads on this already -- just an fyi -- urs might get closed [i don't have the links to the other similar threads]
ps i dunno how to do so either!! gomen i couldn't help
yeah there is an existing thread like this. but to answer ur question, you simply embed the desired music to your userpage.
Noob Bible #1 has notes on how to include music. Furthermore, you could always use that handy dandly little thing in the upper right hand corner to look for existing threads on the same topic to look for answers
http://forum.minitokyo.net/showthread/20021/ http://forum.minitokyo.net/showthread/18229/ http://forum.minitokyo.net/showthread/8355/
Here's the code you need to play the music. But first you need to find an online storage site Like GeoCities to store your file.
Then in you Userpage Contects you copy and paste this coding in:
<center> ~ARTIST - TITLE<br><br> <OBJECT ID="MediaPlayer1" width=280 height=50 classid="CLSID:22D6F312-B0F6-11D0-94AB-0080C74C7E95" codebase="http://activex.microsoft.com/activex/ controls/mplayer/en/nsmp2inf.cab#Version=6,0,02,902" standby="Loading Microsoft Windows Media Player components..." type="application/x-oleobject"> <PARAM NAME="FileName" VALUE="http://www.site and file name"> <PARAM NAME="animationatStart" VALUE="true"> <PARAM NAME="transparentatStart" VALUE="true"> <PARAM NAME="autoStart" VALUE="true"> <PARAM NAME="showControls" VALUE="true"> <EMBED type="application/x-mplayer2" pluginspage = "http://www.microsoft.com/Windows/MediaPlayer/" SRC="http://www.site and file name" name="MediaPlayer1" width=280 height=50 AutoStart=true> </EMB(...) Have fun!
Back to Minitokyo.
Only members can post replies, please register.
can someone plz tell me how i can put music on my user page? thz to anyone that can help
i think there's a couple of threads on this already -- just an fyi -- urs might get closed
[i don't have the links to the other similar
threads]
ps i dunno how to do so either!! gomen i couldn't help
yeah there is an existing thread like this. but to answer ur question, you simply embed the desired music to your userpage.
Noob Bible #1 has notes on how to include music. Furthermore, you could always use that handy dandly little thing in the upper right hand corner to look for existing threads on the same topic to look for answers
http://forum.minitokyo.net/showthread/20021/
http://forum.minitokyo.net/showthread/18229/
http://forum.minitokyo.net/showthread/8355/
Here's the code you need to play the music. But first you need to find an online storage site Like GeoCities to store your file.
Then in you Userpage Contects you copy and paste this coding in:
<center>
~ARTIST - TITLE<br><br>
<OBJECT ID="MediaPlayer1" width=280 height=50
classid="CLSID:22D6F312-B0F6-11D0-94AB-0080C74C7E95"
codebase="http://activex.microsoft.com/activex/
controls/mplayer/en/nsmp2inf.cab#Version=6,0,02,902"
standby="Loading Microsoft Windows Media Player components..."
type="application/x-oleobject">
<PARAM NAME="FileName"
VALUE="http://www.site and file name">
<PARAM NAME="animationatStart" VALUE="true">
<PARAM NAME="transparentatStart" VALUE="true">
<PARAM NAME="autoStart" VALUE="true">
<PARAM NAME="showControls" VALUE="true">
<EMBED type="application/x-mplayer2"
pluginspage = "http://www.microsoft.com/Windows/MediaPlayer/"
SRC="http://www.site and file name"
name="MediaPlayer1"
width=280
height=50
AutoStart=true>
</EMB(...) Have fun!