porting movie clip support

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
camillo_s
Forum Newbie
Posts: 1
Joined: Tue Apr 08, 2003 3:13 pm

porting movie clip support

Post by camillo_s »

Hi, i'm a quite new to PHP and currently working to port a website from ASP to PHP. I'm almost finished with it, but now it comes to one page where a short movie clip, which when clicked on a link it is downloaded and displayed in IE in a Windows Media Player Control (DivX Codec needed).
As one of my intentions, besides the fact that I prefer to work in PHP for technical reasons, is to digress from MS-technology, I'm looking for a way to accomplish this task in a way independent from Windows Media Player and IE.
Can someone give me suggestions ? thx in advance
User avatar
m3mn0n
PHP Evangelist
Posts: 3548
Joined: Tue Aug 13, 2002 3:35 pm
Location: Calgary, Canada

Post by m3mn0n »

Check this out, and there is more here.
Post Reply