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. Quote Link to comment 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=\"---\"> "; ?> Quote Link to comment Share on other sites More sharing options...
blackcell Posted July 23, 2008 Author Share Posted July 23, 2008 Thanks man. Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.