php and media viewers

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • ted holden

    php and media viewers


    Dumb question...

    Does PHP have any facility for utilizing flash, shockwave, quicktime, or any
    such media viewer from inside some browser application?


  • Christopher-Robin

    #2
    Re: php and media viewers

    check out PHP's ming extension for flash


    Comment

    • ted holden

      #3
      Re: php and media viewers

      Christopher-Robin wrote:
      [color=blue]
      > check out PHP's ming extension for flash[/color]


      Thanks!


      Comment

      • Tim Roberts

        #4
        Re: php and media viewers

        ted holden <uwbear@verizon .net> wrote:[color=blue]
        >
        >Dumb question...
        >
        >Does PHP have any facility for utilizing flash, shockwave, quicktime, or any
        >such media viewer from inside some browser application?[/color]

        However, you need to remember where the code is running. PHP is running on
        the web SERVER. Multimedia viewers run in the web BROWSER. It doesn't
        take any PHP-specific code to display a Flash: it's all straight HTML.
        --
        - Tim Roberts, timr@probo.com
        Providenza & Boekelheide, Inc.

        Comment

        Working...