playing media on my php script

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • activeashish
    New Member
    • Sep 2006
    • 14

    #1

    playing media on my php script

    how i can play the uploaded media directly on my webpage
    is thr any audio and vedio player which can be called from pho script and they can be autometically played thr
    presently what happens when i click it to play
    it starts downloading
  • brid
    New Member
    • Oct 2006
    • 13

    #2
    PHP is server-side script language and executes ONLY on server.
    On user-side your media must be played with help various user media players or ActivX object plugged in user browser (such as Flash Player, QuickTime Player etc.).

    >presently what happens when i click it to play
    >it starts downloading
    Sure.

    Comment

    • darkdirk1
      New Member
      • Oct 2006
      • 50

      #3
      google up the extension M3U... That is the down and dirty (fastest) way to stream media using the user's default player... If you want something more custom, you will have to buy or design it.... The flash player i personally use is called wimpy mp3 player.

      Comment

      Working...