im was eariler using this function
header("Location: http://www.somestreamingserver.com/actualstream.wmv";);
now the provider wants me to use the following url to access the stream
"mms://www.anotherstreamingserver.com/actualstream.wmv" and this doesnt
work at all with the header redirect
any i
thanks alot
the problem was solved easily with this code:
(i forgot to tell that i the url arrived from another page)
function fwdPage()
{
location="<?php print $url; ?>";
}
best regards
Daniel
- Original Message -
From: "RS Herhuth" <[EMAIL