Problem with Seamless player.. Hitskin_logo Hitskin.com

This is a Hitskin.com skin preview
Install the skinReturn to the skin page

The forum of the forums
Would you like to react to this message? Create an account in a few clicks or log in to continue.
4 posters

    Problem with Seamless player..

    Menos
    Menos
    Forumember


    Male Posts : 383
    Reputation : 4
    Language : Greek, English and Slovak

    Solved Problem with Seamless player..

    Post by Menos August 2nd 2016, 10:46 am

    I added the the Seamless player in my forum in the Javascript section.
    Nothing happened Sad
    I also added it as a widget, but because it's Javascript, my members just see some codes instead of the forum. Shocked
    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. Smile


    Last edited by Menos on August 2nd 2016, 9:08 pm; edited 1 time in total
    Ape
    Ape
    Administrator
    Administrator


    Male Posts : 19358
    Reputation : 2006
    Language : fluent in dork / mumbojumbo & English haha

    Solved Re: Problem with Seamless player..

    Post by Ape August 2nd 2016, 3:16 pm

    Hello Hello are you using our tutorial here      Seamless Music Player



    Problem with Seamless player.. Left1212Problem with Seamless player.. Center11Problem with Seamless player.. Right112
    Problem with Seamless player.. Ape_b110
    Problem with Seamless player.. Ape1010
    Draxion
    Draxion
    Helper
    Helper


    Male Posts : 2518
    Reputation : 321
    Language : English
    Location : USA

    Solved Re: Problem with Seamless player..

    Post by Draxion August 2nd 2016, 3:24 pm

    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>.
    Menos
    Menos
    Forumember


    Male Posts : 383
    Reputation : 4
    Language : Greek, English and Slovak

    Solved Re: Problem with Seamless player..

    Post by Menos August 2nd 2016, 5:00 pm

    The problem is that I am getting a Javascript code.. unless I'm mistaking.. :/

    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 -->

    Draxion
    Draxion
    Helper
    Helper


    Male Posts : 2518
    Reputation : 321
    Language : English
    Location : USA

    Solved Re: Problem with Seamless player..

    Post by Draxion August 2nd 2016, 5:15 pm

    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.

    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 -->
    Menos
    Menos
    Forumember


    Male Posts : 383
    Reputation : 4
    Language : Greek, English and Slovak

    Solved Re: Problem with Seamless player..

    Post by Menos August 2nd 2016, 5:39 pm

    Should I insert this code in the Javascript or the "overall_header" ?
    Draxion
    Draxion
    Helper
    Helper


    Male Posts : 2518
    Reputation : 321
    Language : English
    Location : USA

    Solved Re: Problem with Seamless player..

    Post by Draxion August 2nd 2016, 6:52 pm

    You should place it where I said to place it on my first post. Smile
    SLGray
    SLGray
    Administrator
    Administrator


    Male Posts : 51520
    Reputation : 3523
    Language : English
    Location : United States

    Solved Re: Problem with Seamless player..

    Post by SLGray August 2nd 2016, 8:09 pm

    Do you have JavaScript Management activated?



    Problem with Seamless player.. Slgray10

    When your topic has been solved, ensure you mark the topic solved.
    Never post your email in public.
    Menos
    Menos
    Forumember


    Male Posts : 383
    Reputation : 4
    Language : Greek, English and Slovak

    Solved Re: Problem with Seamless player..

    Post by Menos August 2nd 2016, 9:08 pm

    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. Hello
    SLGray
    SLGray
    Administrator
    Administrator


    Male Posts : 51520
    Reputation : 3523
    Language : English
    Location : United States

    Solved Re: Problem with Seamless player..

    Post by SLGray August 2nd 2016, 9:09 pm

    Problem solved & topic archived.
    Please read our forum rules:  ESF General Rules



    Problem with Seamless player.. Slgray10

    When your topic has been solved, ensure you mark the topic solved.
    Never post your email in public.