Results 1 to 4 of 4

Thread: How to add music to your forum

  1. #1
    Join Date
    Aug 2009
    Posts
    59

    How to add music to your forum

    I have developed a small forum in phpBB. I want to add a small music to this forum simply to add some different effects. But the thing is since I am new to all this stuff, I am unaware how to achieve this. Is there anyone who can guide me how to add music to your forum?

  2. #2
    Join Date
    Apr 2008
    Posts
    1,948

    Re: How to add music to your forum

    But where do you want to add the music file? If it is on the background then you can do so in phpBB by adding it as an attribute to the body of forum as bgsound="music_file". But keep this in mind that it will not restart everytime the page is refreshed or opened.

  3. #3
    Join Date
    Oct 2005
    Posts
    2,393

    Re: How to add music to your forum

    First of all, I don't think you can embed any music files on your forum. And if it is (I don't know what way) then I think not all formats of files would be supported. You would only be able to play .mp3, .asf, .wma, .wmv, .wm or .avi. You can contact the support team of phpBB and consult with them if it possible and if yes then how to add them.

  4. #4
    Join Date
    May 2008
    Posts
    2,012

    Re: How to add music to your forum

    You can have code which looks something like this:

    HTML Code:
    <object type="application/x-shockwave-flash" width="400" height="170"
      data="url_of_music_file_on_your_server">
    <param name="movie" value="url_of_music_file_on_your_server"/>
    </object>

Similar Threads

  1. Forum Guidelines & Terms of Service
    By SaN-DeeP in forum TechArena Discussions and Events
    Replies: 0
    Last Post: 07-04-2004, 06:34 AM

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Page generated in 1,751,305,059.00865 seconds with 16 queries