EFC

Welcome to the EFC

Search
 
 

Display results as :
 


Rechercher Advanced Search

Latest topics
» How to make animated sigs
Tue Mar 24, 2009 11:46 pm by DaRrEn

» How To Get Your Threads Stickied!
Tue Mar 24, 2009 11:45 pm by DaRrEn

» how can you be mod?
Tue Mar 24, 2009 11:44 pm by DaRrEn

» hi im new here
Tue Mar 24, 2009 11:43 pm by DaRrEn

» hi im Robster01
Tue Mar 24, 2009 11:40 pm by DaRrEn

» Rank Color!
Tue Mar 24, 2009 11:39 pm by DaRrEn

» EFC News Info
Tue Mar 24, 2009 11:39 pm by DaRrEn

» Insert Background Music
Tue Mar 24, 2009 11:37 pm by DaRrEn

» name the anything
Sun Sep 07, 2008 6:43 pm by DaRrEn

Navigation
 Portal
 Index
 Memberlist
 Profile
 FAQ
 Search

Logged as Anonymous. Your last visit was on

You are not connected. Please login or register

Goto page : 1, 2  Next

View previous topic View next topic Go down  Message [Page 1 of 2]

1 Insert Background Music on Wed Jul 09, 2008 11:25 am

mhd


Admin
Background music


Time to time if you want to make your forum more attractive then
you can think about adding some nice background music to it. However
please don't forget that html background music needs more bandwidth. The
usually used mp3 files are small compared to .wav files, but even so
much bigger then a normal html page. The W3C not approved
<embed>. Besides this it can annoying peoples, even if you make
it possible to control the sound. After this introduction let's make
some work.
Using HTML background music is not a complicated
task. You just need to select a sound file. It can be mp3, wav, mid but
don't forget that is should be as small as possible. After you have the
music it's time to integrate it into your html document. To do this we
need to use the <embed> html tag. The <embed> tag inserts a
browser plugin into your webpage. This plugin is installed on the
client machine.
It's time to see a basic html background music integration. 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 <embed> tag you can also use the hidden parameter as follows:
Code:
<embed src="bgsound.mp3" autostart="true" loop="true" hidden="true">

At the end once again be careful when to use html background music.

To add this player, go intro your Admin Panel => General => Homepage => Configuration - Homepage Message

View user profile http://www.mhdanddrn.darkbb.com

2 Re: Insert Background Music on Wed Jul 09, 2008 11:28 am

DaRrEn


Admin
woah! thanks mhd! thats exactly why your top mod!... i will go try to do this now!

but if i cant i will just add project playlist

View user profile http://eduardofanclub.topicboards.com

3 Re: Insert Background Music on Wed Jul 09, 2008 12:56 pm

aaaphil


Admin
wow cool thanks for the info mhd

View user profile

4 Re: Insert Background Music on Wed Jul 09, 2008 1:14 pm

DaRrEn


Admin
yeah thanks alot mhd

View user profile http://eduardofanclub.topicboards.com

5 Re: Insert Background Music on Wed Jul 09, 2008 1:15 pm

mhd


Admin
ur welcome,glad i helped the admins

View user profile http://www.mhdanddrn.darkbb.com

6 Re: Insert Background Music on Wed Jul 09, 2008 1:24 pm

DaRrEn


Admin
lol yeah! thats a good thing

View user profile http://eduardofanclub.topicboards.com

7 Re: Insert Background Music on Sat Jul 12, 2008 8:33 am

Robster01


Super Moderator
Woah you post loads mhd i can see y your a mod

View user profile http://robster01.files.wordpress.com/

8 Re: Insert Background Music on Sat Jul 12, 2008 10:52 am

DaRrEn


Admin
yeah... me too Wink but thanks alot for this mhd! i couldnt do it so I just added project playlist

View user profile http://eduardofanclub.topicboards.com

9 Re: Insert Background Music on Sat Jul 12, 2008 10:58 am

mhd


Admin
that's ok darren,project playlist might be better

View user profile http://www.mhdanddrn.darkbb.com

10 Re: Insert Background Music on Sat Jul 12, 2008 11:05 am

DaRrEn


Admin
maybe... cuz we can pick the songs on it... so it might... it might not

View user profile http://eduardofanclub.topicboards.com

11 Re: Insert Background Music on Sat Jul 12, 2008 1:04 pm

Robster01


Super Moderator
yeah i think project playlist is kinda easier

View user profile http://robster01.files.wordpress.com/

12 Re: Insert Background Music on Sat Jul 12, 2008 2:35 pm

mhd


Admin
but it's too anoyying because it's too big

View user profile http://www.mhdanddrn.darkbb.com

13 Re: Insert Background Music on Sat Jul 12, 2008 6:23 pm

Robster01


Super Moderator
yeah its kinda big too lol

View user profile http://robster01.files.wordpress.com/

14 Re: Insert Background Music on Mon Jul 14, 2008 12:50 pm

DaRrEn


Admin
it is big and easy... lol...

View user profile http://eduardofanclub.topicboards.com

15 Re: Insert Background Music on Tue Jul 15, 2008 9:04 pm

Robster01


Super Moderator
lol this is kinda gettin nowhre back on topic ty again mhd

View user profile http://robster01.files.wordpress.com/

View previous topic View next topic Back to top  Message [Page 1 of 2]

Goto page : 1, 2  Next

Permissions of this forum:
You cannot reply to topics in this forum