Hitskinforyou
Would you like to react to this message? Create an account in a few clicks or log in to continue.

Hitskinforyou

This is a site used to make skins for your site
 
HomeHome  Latest imagesLatest images  SearchSearch  RegisterRegister  Log inLog in  
SCROLL!

Music Player IEoRvhoMusic Player KL5q5fU Music Player Box8miT Music Player 3amSumS Music Player 900p4HI
Music Player HZcVA23
Music Player 44beEsO Music Player TGaNvv8
Music Player Qw17msZ

 

 Music Player

Go down 
AuthorMessage
alexx
Admin
alexx


Posts : 4
Join date : 2013-01-13

Music Player Empty
PostSubject: Music Player   Music Player EmptyTue Jan 29, 2013 1:24 am

If you want to know how the music player was put on the site it was simple

Here is a code which plays your sound:
Code:
<body>
<p>Background Music</p>
<embed src="bgsound.mp3" autostart="true">
</body>

This code simply plays the given .mp3 file as the page is loaded.
However if the file ends the music will stop, so you maybe want to set
to play music in a loop. Of course you can do this by the loop
parameter and as result your code will look like this:
Code:
<embed src="bgsound.mp3" autostart="true" loop="true"> 

You can also control the size of the browser plugin like this:
Code:
<embed src="bgsound.mp3" autostart="true" width="400" height="20">

It's nice that with this solution the visitor can control the
background music, but it destroys your page design. So you maybe want
to hide the control panel of the browser plugin. In case of tag you can also use the hidden parameter as
Code:
<embed src="bgsound.mp3" autostart="true" loop="true" hidden="true">

Place to put this code would be In Administration Panel-------Display------Generalities-------Homepage Messages

Place to get mp3 links

GOOGLE

BeeMp3

At the end of coding you should have something like the music playing on the forum home page ENJOY!
Back to top Go down
https://hitskinforyou.board-directory.net
 
Music Player
Back to top 
Page 1 of 1

Permissions in this forum:You cannot reply to topics in this forum
Hitskinforyou :: Hitskin asking :: HOW TO!-
Jump to: