a link in html, that will open a movie directly in vlc 2
Posted: 12 May 2006 11:48
<?php
header("Content-Disposition: filename=mymove.avi")
echo "<a href=\"myside.php?filename=mymove.avi\" target=\"_self\">myaim</a>";
?>
something like that or what and where is the info, that it should open extern in vlc
header("Content-Disposition: filename=mymove.avi")
echo "<a href=\"myside.php?filename=mymove.avi\" target=\"_self\">myaim</a>";
?>
something like that or what and where is the info, that it should open extern in vlc