PDA

Click to See Complete Forum and Search --> : Custom Media Player and Playing them


dclamp
Oct 13th, 2006, 10:13 PM
I have a media player on my site (http://www.rapidfriends.com/swf/player.swf) and i have a video page (http://www.rapidfriends.com/videos.php) and i would like to have to videos played in my media player.

CornedBee
Oct 14th, 2006, 03:47 AM
That's nice.





Wait, was there a question?

How would we know how to play videos in your custom player?

dclamp
Oct 15th, 2006, 02:49 PM
huh? Im lost. I would like to have videos that are uploaded on my site to be played on my custom media player. how do i do this?

CornedBee
Oct 15th, 2006, 03:39 PM
The PHP documentation contains a nice section on file uploads.

Then, look at the glob() function, which you can use to scan a directory for files matching a pattern.

With these two, you should be able to write what you want.