blackcell Posted July 22, 2008 Share Posted July 22, 2008 I need to be able to display avi files within a php page and have no idea how to do it. The few searches I found people recommended letting youtube do the work but I can't do that. Link to comment https://forums.phpfreaks.com/topic/116079-solved-avi-file-within-php-page/ Share on other sites More sharing options...
dezkit Posted July 22, 2008 Share Posted July 22, 2008 <?php echo " <EMBED SRC=\"something.avi\" HEIGHT=\"---\" WIDTH=\"---\"> "; ?> Link to comment https://forums.phpfreaks.com/topic/116079-solved-avi-file-within-php-page/#findComment-596870 Share on other sites More sharing options...
blackcell Posted July 23, 2008 Author Share Posted July 23, 2008 Thanks man. Link to comment https://forums.phpfreaks.com/topic/116079-solved-avi-file-within-php-page/#findComment-597553 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.