0
votes
0answers
51 views

HTML5 Audio Player - Autoplay Error

I've installed HTML5 Audio Player WordPress Plugin on wordpress and autoplay feature is working properly in default twenty twelve or twenty eleven thmes but on my theme it does not work and pauses on ...
0
votes
0answers
67 views

Vimeo Player Script removing description formatting

Ok, I've got a vimeo player here: http://makehistory.tv/services/recording/audio/ At the moment the jquery that builds the player is removing the formatting from the vimeo description. Here's the ...
0
votes
0answers
75 views

How to make a custom play button for Tumblrs new Audio Player

How can you make a custom play/pause button for Tumblrs new Audio Player? (April 2, 2013) The new player: http://staff.tumblr.com/post/46963344946/listen-up-our-audio-player-just-got-super-rad This ...
0
votes
0answers
125 views

HTML5 / jQuery video player that plays video preview while paused

I'm searching for a HTML5/jQuery or any other player, that when paused, would show a preview of that video. Example: http://eu.blizzard.com/en-gb/games/mists/ Any suggestions/ideas?
0
votes
1answer
101 views

How do I Start html5 video paused then after user begins video then autoplay?

I've created a html5 video playlist. When the page first loads I want the video to be paused, so the user has the choice to begin the autoplay sequence. Code: <!DOCTYPE html> <html> ...
0
votes
1answer
199 views

Html5 video Playlist won't work. Also how do I get it to loop through the two items after each complete

I'm trying to get the video player to play one clip after the other in a continuous loop once the user clicks play. Here's what I've got so far Code: <video id="video" ...
1
vote
4answers
49 views

How can I have the user click on the screen of my html5 video and be taken to a link in a new window?

How can I have the user click on the screen of my html5 video and be taken to a link in a new window? I've looked around and can't find much text on it. Basically similar function to what you get on ...
5
votes
1answer
458 views

HTML5 Audio Player - Autoplay Next Class Instance

I am using UbaPlayer, which is a jQuery HTML5 audio player with Flash fallback. Currently, it just stops after the particular song that is cued is finished. I would like for it to autoplay the next ...
0
votes
0answers
23 views

Javascript Audio Stop on Link Click [duplicate]

I'm trying to get the audio from a jQuery audio player to stop once I click a link that triggers a VideoBox plugin. So far, all that I have tried has yielded nothing. I know I'll have to specify a ...
0
votes
0answers
29 views

Ogg file not loading in html5 player in Firefox [duplicate]

I currently working on a html5 jquery player in Firefox. It's source file is given via the 'source' tag and it's the output.ogg file. For some reason, the page takes too long to load. If I take a look ...
0
votes
0answers
115 views

JPlayer Music Stream ~ How to fetch song Name?

I got a problem here.. Been looking on the web and tried several things. But i just cant get it working for my player... I just have the player like this now: $(document).ready(function(){ new ...
1
vote
0answers
142 views

Flowplayer doesn't start under IE

So I have tried 3 options <!-- Flowplayer depends on jquery --> <script src="jquery.min.js"></script> <!-- Flowplayer--> <script ...
0
votes
0answers
166 views

How to start jPlayer?

I cannot start jPlayer via ("#jquery_jplayer_1").jPlayer("play",0); or ("#jquery_jplayer_1").jPlayer("play"); How it could be done? <!DOCTYPE html> <html> <head> <meta ...
0
votes
0answers
322 views

Jquery music player - specific order and shuffle

I am using this jquery music player (http://www.codebasehero.com/2011/06/html-music-player/) on my website, and i want to make it play a specific song first from the playlist (ex: play the 3rd song ...
0
votes
0answers
181 views

JW player 6: Back to normal screen after video finished

I am using jw player 6, if the player is fullscreen, how to back to normal screen after the video finished? events: { onComplete: function(event) { } }
0
votes
1answer
310 views

Youtube player API and jQuery slider

I am using the YouTube API to get the current elapsed time of a video: player.getCurrentTime(); and the player.getDuration(); functions; I have set a slider in jQuery that will have the max value set ...
0
votes
0answers
233 views

How to launch pop-up music player on button click

I have a jquery Myspace-like music player that has three positions: Top, Bottom, Pop-up. The pop-up position allows the music to play uninterrupted, whereas the other two positions allows for better ...
0
votes
1answer
215 views

vimeo new embed (iframe) not working

Am using new vimeo embed code in my site.The code is as below, <iframe src="http://player.vimeo.com/video/<?php echo $video['videoid']; ?>" width="600" height="360" frameborder="0" ...
1
vote
0answers
373 views

Youtube video seek trough jquery slider

I am having a youtube player embeded in one page and I am detecting the total seconds with player.getDuration() and the current seconds with player.getCurrentTime(). I have built a jquery slider that ...
0
votes
0answers
70 views

Custom Video Player for Embed?

Hey guys I was wondering if it is possible to put an embed code of a video player into another video player so you can have a custom one? I'm trying to get a custom player for Putlocker and Sockshare. ...
0
votes
2answers
226 views

Vertical volume slider with jMediaelement

I am using jMediaelement for a customized HTML5 audio player. Unfortunately, client now needs a vertical volume slider. When calling the jMediaelement API, I can only use this markup: <div ...
2
votes
0answers
192 views

jQuery MP3 Player : how to stop all running instances when playing another

I made a jQuery script that plays MP3, but when I play the first MP3 and than I play an another one, the two MP3 sounds play together. How to stop all instances of MP3 and then, play the selected ...
2
votes
1answer
196 views

Youtube player in fancybox keeps playing when closed

I'm using fancybox to display a mixed content: text, image and a youtube player. It's working great, but if i close the fancybox playing the video, it keeps playing, which is quite normal (the is ...
0
votes
0answers
514 views

jQuery Supersized Gallery with YouTube Player onStateChange to Pause / Resume slider

I have a function which records the onStateChange of a youtube video on my page. There are 5 states it recognizes: YT.PlayerState.ENDED YT.PlayerState.PLAYING YT.PlayerState.PAUSED ...
-1
votes
2answers
100 views

Add rel=“xx” to jQuery a.link elements

I use a little jQuery script to run a simple music player, but I'd like to add a rel="player" to the links in this jQuery script (the play/stop button for instance). This way I can exclude these ...
0
votes
0answers
280 views

jQuery WMV Player

Do we have any jQauery media plugins which can play .wmv(video format) files in all browsers? As per my knowledge we can use FLV player or silver-light to play the .wmv formats. But i'm looking for ...
0
votes
1answer
152 views

Internet explorer 9 not playing jquery mp3 plugin

My jquery mp3 plugin plays a mp3 file that is placed on a remote serve.it is playing it in Firefox.But when i try to play it in internet explorer 9 ,it says. ** Jplayer ...
1
vote
2answers
1k views

Play audio with javascript (no HTML5 or visible player)

I would like to get a track played when I click on an image link and stopped when I click on it again. I'm not using HTML5, I'm not using audio tags and I don't want to display any player while the ...
0
votes
1answer
254 views

youtube jQuery Player works for the favorites playlist but not for other playlists

for these examples I am using youtube.com/user/Google/videos?view=1 a jQuery YouTube player (Simone Gianni) works perfectly if one is accessing the "favorites" playlist ...
2
votes
3answers
383 views

jquery youtube player

This is a 2 parter: I've been trying to get this to work but I am new to coding. I want to click on the button #video and a remote div #imageMain will play. I have written the following: ...
0
votes
1answer
857 views

jQuery plugin to play .swf and has playback support

I am new to the concept "Embedding a Video" in a web page. I am looking for a plugin which have good API (Play, Pause, Stop etc..) support to play .swf files. I have gone through jPlayer and ...
0
votes
1answer
227 views

Playlist not loading on HTML5 player

I have some issue with my brand new HTML5 audio player. Actually, i never had any problem develloping programs or tools, but i dont know how to get out ! So, i actually got an HTML5 with jQuery audio ...
1
vote
1answer
356 views

HTML5 crossbrowser Playlist

With the help from this question Use of reference to calling object (this) using HTML5 audio and jQuery Editing it I got the playlist that I wanted, it works perfectly on Crome and Safari but it won't ...
0
votes
2answers
419 views

Playing game sounds on javascript \ jquery

I would like to play short sounds in my new javascript game. it is a poker game so the sounds are pretty short (dealt card sound, shuffle deck sound, your turn beep etc..) i googled before posting ...
2
votes
1answer
391 views

HotKey to Play/Pause HTML5 Music Player

This a small portion of the javascript code I used for an HTML5 music player. I was wondering if you guys can help me build a HotKey to toggle the Play/Pause button using the Space key. Any ideas? ...
0
votes
3answers
507 views

Jquery - Looking for a solution to play audio files

My website is about sharing music files and putting it for download. My main goal is having a audio player on the page to play mp3 files on the page which user desires. For example let's say this ...
0
votes
2answers
1k views

FLV player that allows me to select the poster frame?

I'm looking for a FLV player that allows me to select the poster frame from the video or if that's not possible to put in a custom image. Do you know of any such player? Thank you!!
1
vote
2answers
282 views

How to check if object exists?

I am waiting for a player to load but if I do - $("#vPlayer").load(function() { alert('yay'); }); nothing ever happens - if I use an if statement with .length > 0 it works (if I set a delay ...
0
votes
1answer
2k views

Altering the colour of Vimeo player with jQuery/CSS?

So far I've found that giving the iframe a background colour will alter the timeline number colour, but other than that I'm not seeing a way to change the player's controls colour other than the Vimeo ...
0
votes
1answer
97 views

How to Embed TVUPlayer using jQuery as AJAX?

I need to embed the TVUPlayer from TVUNetworks as AJAX. Embedding the player as HTML needs to put an script into the page and it works: <script type="text/javascript" > ...
4
votes
1answer
546 views

Could not get fullduration of my mp3 file in flowplayer

I am trying to get fullduration my mp3 file but it returns me NaN, Here is my code : <script> $f("player", "http://releases.flowplayer.org/swf/flowplayer-3.2.7.swf", { ...
0
votes
1answer
241 views

jQuery Slideup Window on hover, turns into loop, suggestions?

When you hover on the "player" bar, the playlist should slide up but if I move off of the playlist div (which slides up and then down when mouseoff) or player bar the playlist div slides up and down a ...
0
votes
1answer
437 views

chromeless web video player

I needed a chromeless web video player for my website and after doing some searching around, the best possible solution i found was this jQuery based player. The only problem with this is it shows the ...
0
votes
0answers
169 views

web player with jquery or so

i'm looking for a player that not use html5 and flash technologies. I've tryied jPlayer but it's not working in IE because it uses html5... I want something simple, like a play button, pause button ...
3
votes
1answer
2k views

jQuery Audio Player

I was given 2 MP3 files, one that is 4.5Mb and one that is 5.6Mb. I was instructed to have them play on a website i am managing. I have found a nice, clean looking CSS based jQuery audio player. My ...
3
votes
2answers
5k views

I want to embed video files (.mp4, m4v, avi) onto a website…and allow people to play it like normal

How can I do that? I would like them to be able to click play, pause, volume, and of course...fullscreen. I heard you can do this with QuickTime or something? Anyone have any suggestions? EDIT: ...