Please help me!!!How to insert background music in the forum?
5 posters
How to insert background music in the forum?
vic- New Member
- Posts : 14
Reputation : 1
Language : Việt Nam
vic- New Member
- Posts : 14
Reputation : 1
Language : Việt Nam
Any body help me?
Stephen-- Hyperactive
- Posts : 2542
Reputation : 326
Language :
vic- New Member
- Posts : 14
Reputation : 1
Language : Việt Nam
Thanks Man!
Guest- Guest
Hi!
Add this code to Announcements or Generalities from Administration Panel:
In this code I used: https://www.youtube.com/watch?v=1G4isv_Fylg
Add this code to Announcements or Generalities from Administration Panel:
- Code:
<embed src="http://www.youtube.com/v/1G4isv_Fylg&hl=en_US&fs=1&autoplay=1" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="0" height="0"></embed>
In this code I used: https://www.youtube.com/watch?v=1G4isv_Fylg
vic- New Member
- Posts : 14
Reputation : 1
Language : Việt Nam
Sory but I don understan!
If I want ti add this song: http://nhac.vui.vn/nhat-quy-nhi-ma-dong-nhi-m157723c3p1348a11716.html
What do I do?
If I want ti add this song: http://nhac.vui.vn/nhat-quy-nhi-ma-dong-nhi-m157723c3p1348a11716.html
What do I do?
Guest- Guest
Try this:
- Code:
<embed type="application/x-shockwave-flash" src="http://hn.nhac.vui.vn/upload/nhacvui-player.swf" style="" id="mpl" name="mpl" quality="high" allowfullscreen="true" allowscriptaccess="always" wmode="opaque" flashvars="playlistfile=http://hn.nhac.vui.vn/asx2.php%3Ftype%3D1%26id%3D157723&frontcolor=3333FF&lightcolor=3333FF&screencolor=2A2A2A&bufferlength=10&volume=100&playlist=bottom&playlistsize=60&autostart=true&repeat=always&controlbar=bottom&dock=false&plugins=http://hn.nhac.vui.vn/upload/players/spectrumvisualizer-1.swf&spectrumvisualizer.effect=reflection" width="0" height="0" style="width: 0px; height: 0px;">
vic- New Member
- Posts : 14
Reputation : 1
Language : Việt Nam
It doesn't work.
I tried to follow the instructions in https://help.forumotion.com/t16239-insert-background-music but it does not automatically play.
I tried to follow the instructions in https://help.forumotion.com/t16239-insert-background-music but it does not automatically play.
Base- Forumaster
- Posts : 10383
Reputation : 1695
Language : English and French
Location : United Kingdom, England
Hi vic,
The code given to you in the tutorial will need to be placed somewhere on your forum, perhaps in a widget or the homepage message. HTML needs to be enabled on your forum too.
Here's the code you'll need:
You need to replace bgsound.mp3 with a direct link to the music file. You will need to upload the music file onto a file hosting website such as FileDen. Please also make sure that you don't upload any copyrighted material without permission.
Please don't double/triple post. Your post need to be separated by 24 hours before bumping, replying or adding more information. Please use the edit button instead. |
The code given to you in the tutorial will need to be placed somewhere on your forum, perhaps in a widget or the homepage message. HTML needs to be enabled on your forum too.
Here's the code you'll need:
- Code:
<embed src="bgsound.mp3" autostart="true" loop="true" hidden="true">
You need to replace bgsound.mp3 with a direct link to the music file. You will need to upload the music file onto a file hosting website such as FileDen. Please also make sure that you don't upload any copyrighted material without permission.
vic- New Member
- Posts : 14
Reputation : 1
Language : Việt Nam
Ok,uploaded it on Fileden.But when I add that lick to my forum, when the home page of the forum told me to download it
This it my forum lick: http://class87govap.forumvi.com
This it my forum lick: http://class87govap.forumvi.com
Sir Chivas™- Helper
- Posts : 6980
Reputation : 457
Language : EN, FR, ES
Location : || CSS || HTML || Graphics Designs || Support ||
Hi,
Can you provide me with a YouTube video of the song, you want? Also, you want it to automatically play?
Can you provide me with a YouTube video of the song, you want? Also, you want it to automatically play?
kirk- Forumaster
- Posts : 11037
Reputation : 653
Language : English,Vulcan,Klingon, Romulan,& Gorn
You can always use a simple background music generator like this as well
But there is a lot of different way to add music.It all depends what your going for.
You can try this if you like though
http://www.ricocheting.com/code/javascript/html-generator/background-music
If i remember correctly fileden mp3 links should work as in with this
But there is a lot of different way to add music.It all depends what your going for.
You can try this if you like though
http://www.ricocheting.com/code/javascript/html-generator/background-music
If i remember correctly fileden mp3 links should work as in with this
Sir Chivas™- Helper
- Posts : 6980
Reputation : 457
Language : EN, FR, ES
Location : || CSS || HTML || Graphics Designs || Support ||
vic- New Member
- Posts : 14
Reputation : 1
Language : Việt Nam
Ok,it was work!Thanks everybody very much!
Base- Forumaster
- Posts : 10383
Reputation : 1695
Language : English and French
Location : United Kingdom, England
Topic Solved & Locked |