franknu Posted June 4, 2007 Share Posted June 4, 2007 ok i after i uploead a video how do i display it, lets say that i record it from a camera, i upload it to the server so how do i dispaly it this is how i display my pictures $image = preg_replace('#^.*/public_html#', '', $row['Picture8']); echo "<img src='$image' width='235' height='250'>"; any idea help Quote Link to comment https://forums.phpfreaks.com/topic/54158-how-do-i-display-videos/ Share on other sites More sharing options...
Psycho Posted June 4, 2007 Share Posted June 4, 2007 Depends on how you want to display it. If you want the user to simply download and view ontheir machine, then just create a link to the file. If you want them to view on the page itself, you will need to embed the video. In any event, this is not a PHP question, Quote Link to comment https://forums.phpfreaks.com/topic/54158-how-do-i-display-videos/#findComment-267849 Share on other sites More sharing options...
tail Posted June 4, 2007 Share Posted June 4, 2007 http://www.htmlcodetutorial.com/embeddedobjects/_EMBED.html Quote Link to comment https://forums.phpfreaks.com/topic/54158-how-do-i-display-videos/#findComment-267882 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.