0
votes
0answers
18 views

Video Player for 5min(AOL) video API

I have implemented a 5min video API few months back.This helps me to grab video information by XML and JSON Format.I then used JPlayer to show video on my site.The requirement now has been changed and ...
0
votes
1answer
47 views

Php Get mp3 file and send to mp3 player

I have been thinking on building a website that allow users to post their songs but i dont want to store those songs on a server. Is it possible to get the songs from a free upload website like ...
0
votes
1answer
10 views

Append media to post excerpt

I am developing a Wordpress site to allow users to sell musical productions, I would like to have PHP handle the media as that would be the most secure but I am a novice and I don't have a coder on ...
1
vote
2answers
103 views

Recommended SCORM player for use within bespoke php website?

I'm currently building a website for a client that will play SCORM compliant resources. It is my first dealing with SCORM and I thought I'd got things sorted with using this player: ...
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 ...
-1
votes
1answer
65 views

Customizable Video Player [closed]

I'm looking for a video player, where I can customize all the controls of the video player like Hide the player controls such as play, pause, volume etc.. I don't want the user to click on the video ...
0
votes
1answer
611 views

Flowplayer video keeps playing in background hidden span

Here its the index file (javascript) $(document).ready(function(){ player("video-1.mov","player1"); player("video-2.mov","player2"); player("video-3.mov","player3"); }); function ...
1
vote
4answers
647 views

Implemeting Scorm Player on my Site

Hello to all the people of stackoverflow. So today I just did some researching about Scorm, cause its my first time to even heard of that word and eventually I've learn some stuffs about it. So I'm ...
2
votes
2answers
252 views

If Array Of Players Is Empty, Then Echo “No Players Online”

I want it so that if theres players in there, it will return with the pictures, That works so far :D what doesnt work, is that when no players are in, it will return a blank picture and will not echo ...
0
votes
3answers
100 views

Pause music when switching to another page in php

I like to pause music when switching to another page from home page & on returning back we should resume the music as it was before. It shouldn't need to restart the music again when I get back to ...
2
votes
4answers
1k views

Hide MP3 full url

I have a music player that links to a song using the following syntax: <li><a href="" data-src="http://s3.amazonaws.com/audiojs/02-juicy-r.mp3">title</a></li> Is there any ...
2
votes
3answers
376 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: ...
2
votes
1answer
3k views

Web based MP3 player

I am looking for a web based mp3 player to embed in the website, which will not expose the source MP3 URL to the client - any idea? I have looked into the following players but they expose the source ...
3
votes
1answer
495 views

Script downloading video from youtube (error 150)

I am trying to write a script that is grabs video from Youtube. My script works well with a lot of video, but with some ones, it doesn't!! When I try to run it for example with this one: ...
2
votes
1answer
1k views

Posting an audio(mp3) link using php api, does not give the inline Facebook mp3 player?

I am trying to post a direct mp3 link (non-copyrighted publicly available) on a Facebook timeline post. When I post the link manually, it gives an inline Facebook audio player so I can play the mp3 ...
0
votes
0answers
159 views

Change Flvplayback file source

I have created a FLASH player by File > import > video > choosing file > player skin > ok in ADOBE flash CS5 and saved it to .swf form. and i embed it on HTML using this <div ...
0
votes
2answers
830 views

Script to convert link to player video ?! (Facebook like)

I search a PHP or JS script to convert à link (youtube, dailymotion, vimeo, etc) to the official player video. Do you know where I can find this script ?
3
votes
1answer
87 views

I want to remove Framesets and Iframes and still have page refresh PHP data independently without refreshing the whole page

I am learning PHP and I am trying to get my new audio player to work in PHP. Any web designers out there that can help me with my page? I need the player at the bottom to continue playing, while ...
0
votes
0answers
164 views

Can i display (zippyshare) embedded player from database?

I was wondering if I can add embedded player code/script/object to database, something like this: <script type="text/javascript"> var zippywww="www40"; var zippyfile="2350670"; var ...
2
votes
4answers
1k views

how to call an ajax function after every 15 seconds

I have called a javascript function on<body onload>event where there is a while loop which will iterate unless and until the desired response is fetched from a php page. However since the loop ...
1
vote
2answers
387 views

embed randomly named mp3 in html

Here's my code: <embed src="/sound/lowyourchicken.mp3" width="140" height="40" autostart="true" loop="TRUE"> </embed> I would like the src for the .mp3 to take in to account that ...
-2
votes
1answer
550 views

Need a Video Player for my Website [duplicate]

Possible Duplicate: Need a video player for integration with PHp Hi, I am working on a client's website. I am in a search of video player that could play the Youtube videos without having ...
-1
votes
1answer
628 views

Need a video player for integration with PHp

I am using JWplayer for my video project. I am retrieving the url from my database after selection of a particular video. JWPlayer some time load url of youtube.com and plays sometime it is not ...
0
votes
1answer
97 views

fast-forwarding a video file

Is there an already made flash based player that supports fast-forwarding & rewinding of a video file? Does it handle everything or some server-side cooperation is required?
0
votes
3answers
5k views

php video player suggestions

I would like to know which video player is best to use in php. I would like it to be a free version. I tried OS player but it loads the whole video before playing it and I have videos that are 70MB ...
1
vote
2answers
462 views

html page preload & music player

please check out this site: http://www.awdio.com Does anyone know how i could add a preloader(with fade effect) on an html page? i think google has the same effect. What about the music player? it ...
0
votes
5answers
1k views

online mp3 player

Hi i'm looking for a piece of software that'll allow me to play mp3's from my webserver though a simple web app. support for playlists would be nice ,but non-manditory, though a shuffle funtion is a ...