Connecting Tech Pros Worldwide Forums | Help | Site Map

php and media viewers

ted holden
Guest
 
Posts: n/a
#1: Jul 17 '05

Dumb question...

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



Christopher-Robin
Guest
 
Posts: n/a
#2: Jul 17 '05

re: php and media viewers


check out PHP's ming extension for flash


ted holden
Guest
 
Posts: n/a
#3: Jul 17 '05

re: php and media viewers


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


Thanks!


Tim Roberts
Guest
 
Posts: n/a
#4: Jul 17 '05

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.
Closed Thread