Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
  1. Home
  2. Web Development
  3. audio list is not preparing,not playing

audio list is not preparing,not playing

Scheduled Pinned Locked Moved Web Development
javascripthelp
1 Posts 1 Posters 0 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • U Offline
    U Offline
    User 9106259
    wrote on last edited by
    #1

    Iam using bellow code and js files but it is not working to play audio,add to play list any one can help to me. Audio Player Demo //<![CDATA[ $(document).ready(function(){ new jPlayerPlaylist({ jPlayer: "#jquery_jplayer_1", cssSelectorAncestor: "#jp_container_1" }, [ { title:"Cro Magnon Man", //mp3:"http://www.jplayer.org/audio/mp3/TSP-01-Cro\_magnon\_man.mp3", oga:"http://www.jplayer.org/audio/ogg/TSP-01-Cro\_magnon\_man.ogg" }, { title:"Your Face", //mp3:"http://www.jplayer.org/audio/mp3/TSP-05-Your\_face.mp3", oga:"http://www.jplayer.org/audio/ogg/TSP-05-Your\_face.ogg" }, { title:"Cyber Sonnet", mp3:"http://www.jplayer.org/audio/mp3/TSP-07-Cybersonnet.mp3", oga:"http://www.jplayer.org/audio/ogg/TSP-07-Cybersonnet.ogg" },{ title:"sample", mp3:"address/files/01 - Guzarish.mp3" } ], { playlistOptions: { //autoPlay: true, enableRemoveControls: true }, swfPath: "js", supplied: "oga,mp3", wmode: "window" }); $(".song").click(function() { $("#jquery_jplayer_1").jPlayer("setMedia", { mp3: $(this).attr("name").val() }).jPlayer("play"); $("#jquery_jplayer_1").jPlayer("play"); return false; }); }); //]]>

    • [previous](javascript:;)
    • [play](javascript:;)
    • [pause](javascript:;)
    • [next](javascript:;)
    • [stop](javascript:;)
    • [mute](javascript:; "mute")
    1 Reply Last reply
    0
    Reply
    • Reply as topic
    Log in to reply
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes


    • Login

    • Don't have an account? Register

    • Login or register to search.
    • First post
      Last post
    0
    • Categories
    • Recent
    • Tags
    • Popular
    • World
    • Users
    • Groups