Can someone teach me how to embed a flash MP3 player (step-by-step) using codeigniter? I have been trying for hours now with no success. I am so frustrated. Someone please help me. Thanks.
The most simple one I've come across is the Yahoo! Media Player. It's Javascript based rather than Flash, but it still gives the user a nice interface.
It scans the page looking for links to MP3 files and loads them into the player, and degrades nicely in the absence of Javascript.
Related
I have a requirement which I have been unable to find any solutions too, not many pointers exists on the internet either, couple of video editors I asked are of the opinion that it might not be possible.
Lets say I have a video and I am uploading it to a website, i want a dynamic image to load inside the video at the end of every 30secs, and if possible, then not really sure if I can upload these videos on Youtube or Vimeo either?
Any heads up will be great, I am totally lost here.
I am working on a project where I need to come up with a web UI for user-training videos. I have a collection of videos stored on a server as mp4 files. Since these videos are internal to the company, I could not share it on public sites like youtube/vimeo. That is the reason I am trying to come up with a simple interface to display the videos as thumbnails and open a pop-up player.
How can I do that with PHP? Any suggestions would be very helpful.
For thumbnails you can take a deeper look into ffmepg and ffprobe. You can make Screenshots and extract info with the help of it.
Get ffmpeg information in friendly way
With the help of shell_exec you can start it with php.
You could do a Cronjob, which saves the information of new videos in the Database, so the Frontend User, can get the information quickly without waiting 5 seconds or more for pageload.
For the Video it self, i think you should google for
html 5 video control
Take a look into this Blog Post:
http://blog.teamtreehouse.com/building-custom-controls-for-html5-videos
I'm trying to detect if a page has a video. If it does then display it on the page. I've seen this done with sites like youtube but I need something to pull in more sites like vimeo, blog video sites like tumblr and so on.
Is there a script that just searches for video on a page?
Any help is much appreciated or at least point me in the right direction.
You could do a find on the body using a video embed selector.
(Using JQuery)
$('body').find('embed').css('display','block');
In one of my project i have a requirement for live or on demand video streaming. I am using PHP and AJAX for this project so i want to know how to do Http Video Streaming PHP or an referece site to do this.
Your question is a bit vague, so it might be hard to get you exactly what you want...
Still, here are a couple of questions/answers you might want to take a look at ; they might provide you with useful informations :
Live Video Streaming with PHP
How to embed YouTube videos in PHP ?
Streaming video file?
Add dynamic video content (YouTube like) (PHP)
How to display youtube-like video player in website?
Maybe also Making a video sharing site, need a videoplayer
Hope those help ;-)
Have fun !
And if you have a more precise problem/question, don't hesitate to ask another question !
I want a videoplayer like youtube's on my site. What should I look for? I'm making a video sharing site in PHP with MySQL.
Should I look into flash? Maybe you know some good video players that are easy to implement on a site.
uff you have lot of work to do.
FlowPlayer its an opensource flash based player can you customize and use it in your site
Have you gone through these http://www.vidiscript.com/, http://www.phpmotion.com/ and http://osshare.sourceforge.net/. These are clones of youtube-like video media sharing sites. The source code is freely accessible I guess - you can get some help from it.
Flowplayer is by far the best I've found. It has a very nice Javascript API that lets you manipulate the video player in every single way you could possibly want.
What you are looking for can be searched for on Google for as either an "flv player" or a "flash video player component". E.G. a video player skin or player with media list.