Problem with Seamless player..
4 posters
Page 1 of 1
Problem with Seamless player..
I added the the Seamless player in my forum in the Javascript section.
Nothing happened
I also added it as a widget, but because it's Javascript, my members just see some codes instead of the forum.
I checked the Seamless player and it doesn't have an option for HTML coding.. so Javascript is my only option (that doesn't seem to work).
What am I doing wrong?
Thank you for your time.
Nothing happened
I also added it as a widget, but because it's Javascript, my members just see some codes instead of the forum.
I checked the Seamless player and it doesn't have an option for HTML coding.. so Javascript is my only option (that doesn't seem to work).
What am I doing wrong?
Thank you for your time.
Last edited by Menos on Tue 2 Aug - 22:08; edited 1 time in total
Re: Problem with Seamless player..
Also, when you obtain your script being HTML from the site where you get the Seamless Player, make sure you place it in your "overall_header" template just under where the <body> element begins. You can place it anywhere of course within the element, just as long as you keep it before </body>.
Re: Problem with Seamless player..
The problem is that I am getting a Javascript code.. unless I'm mistaking..
Here's the code..
Here's the code..
- Code:
<!-- SCM Music Player http://scmplayer.net -->
<script type="text/javascript" src="http://scmplayer.net/script.js"
data-config="{'skin':'skins/tunes/skin.css','volume':50,'autoplay':false,'shuffle':false,'repeat':1,'placement':'top','showplaylist':false,'playlist':[{'title':'CBR Hellas music','url':'https://www.youtube.com/watch?v=mx6t6E24SSM'}]}" ></script>
<!-- SCM Music Player script end -->
Re: Problem with Seamless player..
It is a JavaScript but you are allowing it in the HTML document via the <script> element.
Use this part of the code in the HTML.
This part is only making comments inside the HTML.
Use this part of the code in the HTML.
- Code:
<script type="text/javascript" src="http://scmplayer.net/script.js"
data-config="{'skin':'skins/tunes/skin.css','volume':50,'autoplay':false,'shuffle':false,'repeat':1,'placement':'top','showplaylist':false,'playlist':[{'title':'CBR Hellas music','url':'https://www.youtube.com/watch?v=mx6t6E24SSM'}]}" ></script>
This part is only making comments inside the HTML.
- Code:
<!-- SCM Music Player http://scmplayer.net -->
...
<!-- SCM Music Player script end -->
Re: Problem with Seamless player..
Should I insert this code in the Javascript or the "overall_header" ?
Re: Problem with Seamless player..
Do you have JavaScript Management activated?
Lost Founder's Password |Forum's Utilities |Report a Forum |General Rules |FAQ |Tricks & Tips
You need one post to send a PM.
You need one post to send a PM.
When your topic has been solved, ensure you mark the topic solved.
Never post your email in public.
Re: Problem with Seamless player..
I followed Draxion's instructions and the player works!!
Thank you Draxion!
Thank you all for your immediate help!
This topic is solved!
Take care.
Thank you Draxion!
Thank you all for your immediate help!
This topic is solved!
Take care.
Re: Problem with Seamless player..
Problem solved & topic archived.
|
Lost Founder's Password |Forum's Utilities |Report a Forum |General Rules |FAQ |Tricks & Tips
You need one post to send a PM.
You need one post to send a PM.
When your topic has been solved, ensure you mark the topic solved.
Never post your email in public.
Similar topics
» Seamless music player
» SCM music player Problem
» FMChat Conflicting with Seamless player
» Seamless Music Player Tutorial
» MP3 Music Player Script Problem
» SCM music player Problem
» FMChat Conflicting with Seamless player
» Seamless Music Player Tutorial
» MP3 Music Player Script Problem
Page 1 of 1
Permissions in this forum:
You cannot reply to topics in this forum