How to add Music to only one Thread/Topic
4 posters
Page 1 of 1
How to add Music to only one Thread/Topic
Hi,
Is it possible to add music to a particular thread, that would auto play when you click on it? The tutorials in the tips/tricks appear to be for adding music to the forum as a whole, and requires me to put the code into a forum widget. Is there something that I can simply add to the first post of a thread?
Is it possible to add music to a particular thread, that would auto play when you click on it? The tutorials in the tips/tricks appear to be for adding music to the forum as a whole, and requires me to put the code into a forum widget. Is there something that I can simply add to the first post of a thread?
Ryuku- Forumember
-
Posts : 165
Reputation : 14
Language : English
Re: How to add Music to only one Thread/Topic
Hi,
The codes are HTML, you can activate HTML for the forum and let everyone know to activate HTML through their profiles. After that, you can post the code used for the whole board itself, but just post it within the first post. If this doesn't work, I'll try to find something closer to what you're looking for.
> https://help.forumotion.com/t35636-enabling-html
Regards,
Sir Chivas.
The codes are HTML, you can activate HTML for the forum and let everyone know to activate HTML through their profiles. After that, you can post the code used for the whole board itself, but just post it within the first post. If this doesn't work, I'll try to find something closer to what you're looking for.
> https://help.forumotion.com/t35636-enabling-html
Regards,
Sir Chivas.
Sir Chivas™- Helper
-
Posts : 6825
Reputation : 434
Language : EN, FR, ES
Location : || CSS || HTML || Graphics Designs || Support ||
Re: How to add Music to only one Thread/Topic
Thank you for the response Sir Chavas. I actually have had HTML enabled on my forum prior to posting this.
I've tried pasting the seamless music player code but it doesn't display correctly. The mixpod service is no longer available, and I don't quite understand how to add background music locally.
I've used this code, replacing MUSIC FILE with the path location of the music file, and nothing happens.
I've tried pasting the seamless music player code but it doesn't display correctly. The mixpod service is no longer available, and I don't quite understand how to add background music locally.
I've used this code, replacing MUSIC FILE with the path location of the music file, and nothing happens.
- Code:
<embed src="MUSIC FILE" autostart="true" loop="true">
Ryuku- Forumember
-
Posts : 165
Reputation : 14
Language : English
Re: How to add Music to only one Thread/Topic
You can use HTML 5 audio codes to play music, just add an mp3 file and a ogg file format to the code below so all browsers can hear it. If you have one file format already just upload and convert it here:
http://www.online-convert.com/
http://www.online-convert.com/
- Code:
<audio autoplay>
<source src="URL OF OGG GOES HERE" type="audio/ogg">
<source src="URL OF MP3 GOES HERE" type="audio/mpeg">
</audio>
runawayhorses- Hyperactive
-
Posts : 2537
Reputation : 166
Language : English
Location : United States
Re: How to add Music to only one Thread/Topic
I tried the above with no success, but I've discovered a work around. I just embedded a youtube video, added an ?autoplay=1 after the video URL and set the height to 0 to hide it.
Thank you for the help, I'm all set now
Thank you for the help, I'm all set now

Ryuku- Forumember
-
Posts : 165
Reputation : 14
Language : English
Re: How to add Music to only one Thread/Topic
Topic Solved & Archived.
Sanket- ForumGuru
-
Posts : 48766
Reputation : 2830
Language : English
Location : Mumbai

» New thread or topic
» CSS Topic/Thread Suggestion
» How to move a topic from one thread to another?
» fix the legend of thread/topic
» Limit of a Topic/Thread
» CSS Topic/Thread Suggestion
» How to move a topic from one thread to another?
» fix the legend of thread/topic
» Limit of a Topic/Thread
Page 1 of 1
Permissions in this forum:
You cannot reply to topics in this forum