• hack38

    (@hack38)


    I want to autostart two songs at the same time,How i do it??

Viewing 7 replies - 1 through 7 (of 7 total)
  • Jonas Grumby

    (@ss_minnow)

    like:

    [audio:audiofile1.mp3|autostart=yes]
    [audio:audiofile2.mp3|autostart=yes]

    on a static page it’s autostart:"yes"

    Jonas Grumby

    (@ss_minnow)

    Not sure why you would want to start two songs at the same time, but in case you meant that you want to play two songs sequentially and have them autostart:

    [audio:audiofile1.mp3,audiofile2.mp3|autostart=yes]

    Thread Starter hack38

    (@hack38)

    i like:

    [audio:audiofile1.mp3|autostart=yes]
    [audio:audiofile2.mp3|autostart=yes]

    but,only one is autostart…
    another is stop…

    this page:https://www.fucklenovo.com/wp/archives/2010/02/16/1067

    doryphores

    (@doryphores)

    @ hack38

    That’s not possible with Audio Player. It is specifically designed to prevent more than one player playing at the same time.

    Martin

    Jonas Grumby

    (@ss_minnow)

    There is a free program for PC called Audacity that will let you combine the two audio tracks into one. Then you would only need one instance of the Audio Player.

    Thread Starter hack38

    (@hack38)

    My GOD…
    thanks the all.

    Can someone please help. Been trying all day and getting nowhere. My code is as follows:

    <script language="JavaScript" src="https://www.domain.com/audio/audio-player.js"></script>
    <object type="application/x-shockwave-flash" data="https://www.domain.com/audio/player.swf" id="audioplayer1" height="24" width="290">
    <param name="movie" value="https://www.domain.com/audio/player.swf">
    <param name="FlashVars" value="playerID=audioplayer1&soundFile=https://www.domain.com/audio/test.mp3">
    <param name="quality" value="high">
    <param name="menu" value="false">
    <param name="wmode" value="transparent">
    </object>

    Where do I insert the code to autoplay the track when the page loads? And what is the exact code I need to add?

Viewing 7 replies - 1 through 7 (of 7 total)
  • The topic ‘[Plugin: Audio Player] I want to autostart two songs at the same time,How?’ is closed to new replies.