how to create a link to wmv
Posted: Mon Sep 08, 2008 10:18 pm
This is more of an html question
I have a php script that creates links to wmv files
The problem is that when I click on the link the page changes to a blank page and then windows media player open
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
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