is it possible to create a mp3/rm player in PHP using real media/windows plugins?
Anyone having experience of creating such script? I want to play the media files online so that my users cant downlaod or see the actul file location.
coopster
3:24 pm on Sep 7, 2006 (gmt 0)
The user's browser will determine which plug-in to use for playing media files, that happens on the client side of things, not in PHP on the server-side.