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.
The forum of the forums
5 posters

    How to insert background music in the forum?

    avatar
    vic
    New Member


    Posts : 14
    Reputation : 1
    Language : Việt Nam

    Solved How to insert background music in the forum?

    Post by vic April 19th 2012, 4:49 pm

    Please help me!!!How to insert background music in the forum?
    avatar
    vic
    New Member


    Posts : 14
    Reputation : 1
    Language : Việt Nam

    Solved Re: How to insert background music in the forum?

    Post by vic April 19th 2012, 4:50 pm

    Any body help me?
    Stephen-
    Stephen-
    Hyperactive


    Male Posts : 2542
    Reputation : 326
    Language :

    Solved Re: How to insert background music in the forum?

    Post by Stephen- April 19th 2012, 4:51 pm

    avatar
    vic
    New Member


    Posts : 14
    Reputation : 1
    Language : Việt Nam

    Solved Re: How to insert background music in the forum?

    Post by vic April 19th 2012, 5:04 pm

    Thanks Man!
    avatar
    Guest
    Guest


    Solved Re: How to insert background music in the forum?

    Post by Guest April 19th 2012, 5:05 pm

    Hi!

    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>
    1G4isv_Fylg&ob=av2e is the code of the video from youtube, the content after v=. Wink
    In this code I used: https://www.youtube.com/watch?v=1G4isv_Fylg
    avatar
    vic
    New Member


    Posts : 14
    Reputation : 1
    Language : Vi&#7879;t Nam

    Solved Re: How to insert background music in the forum?

    Post by vic April 19th 2012, 5:15 pm

    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?
    avatar
    Guest
    Guest


    Solved Re: How to insert background music in the forum?

    Post by Guest April 19th 2012, 5:26 pm

    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&amp;frontcolor=3333FF&amp;lightcolor=3333FF&amp;screencolor=2A2A2A&amp;bufferlength=10&amp;volume=100&amp;playlist=bottom&amp;playlistsize=60&amp;autostart=true&amp;repeat=always&amp;controlbar=bottom&amp;dock=false&amp;plugins=http://hn.nhac.vui.vn/upload/players/spectrumvisualizer-1.swf&amp;spectrumvisualizer.effect=reflection" width="0" height="0" style="width: 0px; height: 0px;">
    avatar
    vic
    New Member


    Posts : 14
    Reputation : 1
    Language : Vi&#7879;t Nam

    Solved Re: How to insert background music in the forum?

    Post by vic April 19th 2012, 5:41 pm

    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.

    Base
    Base
    Forumaster


    Male Posts : 10383
    Reputation : 1695
    Language : English and French
    Location : United Kingdom, England

    Solved Re: How to insert background music in the forum?

    Post by Base April 19th 2012, 5:47 pm

    Hi vic,

    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. Smile
    avatar
    vic
    New Member


    Posts : 14
    Reputation : 1
    Language : Vi&#7879;t Nam

    Solved Re: How to insert background music in the forum?

    Post by vic April 20th 2012, 4:59 am

    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
    Sir Chivas™
    Sir Chivas™
    Helper
    Helper


    Male Posts : 6980
    Reputation : 457
    Language : EN, FR, ES
    Location : || CSS || HTML || Graphics Designs || Support ||

    Solved Re: How to insert background music in the forum?

    Post by Sir Chivas™ April 20th 2012, 5:57 am

    Hi, Hello

    Can you provide me with a YouTube video of the song, you want? Also, you want it to automatically play?
    kirk
    kirk
    Forumaster


    Male Posts : 11037
    Reputation : 653
    Language : English,Vulcan,Klingon, Romulan,& Gorn

    Solved Re: How to insert background music in the forum?

    Post by kirk April 22nd 2012, 7:09 am

    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 Smile
    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™
    Sir Chivas™
    Helper
    Helper


    Male Posts : 6980
    Reputation : 457
    Language : EN, FR, ES
    Location : || CSS || HTML || Graphics Designs || Support ||

    Solved Re: How to insert background music in the forum?

    Post by Sir Chivas™ April 22nd 2012, 11:43 pm

    You can always try this as well mate. Wink

    Link: http://www.tools4noobs.com/online_tools/youtube_xhtml/
    avatar
    vic
    New Member


    Posts : 14
    Reputation : 1
    Language : Vi&#7879;t Nam

    Solved Re: How to insert background music in the forum?

    Post by vic April 24th 2012, 3:35 pm

    Ok,it was work!Thanks everybody very much!
    Base
    Base
    Forumaster


    Male Posts : 10383
    Reputation : 1695
    Language : English and French
    Location : United Kingdom, England

    Solved Re: How to insert background music in the forum?

    Post by Base April 24th 2012, 3:53 pm

    Topic Solved & Locked

      Current date/time is November 11th 2024, 8:12 pm