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?
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.
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">
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>
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
Re: How to add Music to only one Thread/Topic
Topic Solved & Archived.
Sanket- ForumGuru
- Posts : 48766
Reputation : 2830
Language : English
Location : Mumbai
Similar topics
» Member Topic Music
» We are looking for a code that plays music only on one topic
» How do I make topic background Music on Forums using Youtube link?
» Delete Topic/Thread
» Topic Starter Locking Thread
» We are looking for a code that plays music only on one topic
» How do I make topic background Music on Forums using Youtube link?
» Delete Topic/Thread
» Topic Starter Locking Thread
Page 1 of 1
Permissions in this forum:
You cannot reply to topics in this forum