I need to play a video located on my computer inside the PHP code using the embed tag. My code looks like this:
echo "<embed src='".$filename."' type='video/avi' autostart=false >";
When I run this code on google chrome, it says that the plugin is not supported. How can I resolve the issue? Please note that the video is not located in the Website folder. They are located in some folder outside the website folder. Is it possible to play the video using this scenario? And what do I need to make it work in chrome(Any plugin which needs to be installed)?