I have a php script that creates links to wmv files
Code: Select all
$stream = "http://server:88/{$video_station}/{$video_file}";
echo "<li><a href='{$stream}'>{$video_file}</a></li>";
Is there anyway(there must be) to just click on the link, windows media player open and the page stays in the same place?
Thank you