Ver Mensaje Individual
  #1 (permalink)  
Antiguo 17/01/2004, 15:51
Avatar de neodatta
neodatta
 
Fecha de Ingreso: diciembre-2003
Ubicación: Mexico
Mensajes: 64
Antigüedad: 20 años, 3 meses
Puntos: 0
Problema para publicar windows media encoder

Este es el codigo que utilizo para transmitir y he logrado transmitir dentro de mi red local pero no pueden ver la transmicion desde internet entrando a mi servidor como dato extra tengo una conexion adsl con un router que puedo hacer...
<HTML>

<head>
<META HTTP-EQUIV="PRAGMA" CONTENT="NO-CACHE">
<META HTTP-EQUIV="content-type" CONTENT="text/html; charset=unicode">
<title>Anuncio de punto de publicación %PUBPOINTNAME%</title>
<style>
BODY
{
font-size : medium;
font-family : Tahoma, Arial, Sans Serif;
font-weight : normal;
font-style : normal;
color : #FFFFFF;
background-color : #3366CC;
border-style : none;
}
A
{
color : #66CCFF;
font-weight : bold;
}
</style>
<script language="JavaScript">
<!--
if ( navigator.appName == "Netscape" )
{ //-- This next line ensures that any plugins just installed are updated in the Browser
//-- without quitting the browser.
navigator.plugins.refresh();
// We don't need the APPLET within IE
// ***Please note that if you do not need to script events, you can safely remove the next two lines
document.write("\x3C" + "applet MAYSCRIPT Code=NPDS.npDSEvtObsProxy.class")
document.writeln(" width=5 height=5 name=appObs\x3E \x3C/applet\x3E")
} //-->
</script>

<script LANGUAGE="VBSCRIPT">
Sub cmdStandAlone_onclick
If isobject(WMP7) Then
If WMP7.playstate > 0 Then
WMP7.Close()
End If
location.href = "%LINK%"
End If
End Sub
</script>

</head>

<body bgcolor="#FFFFFF" topmargin="0" leftmargin="0">
<div align="center">
<center>
<table border="0" width="100%" height="80%">
<tr>
<td width="100%">
<p align="center"><b>Contenido basado en Windows Media</b>
</td>
</tr>
<tr>
<td width="100%">
<p align="center"><b>Punto de publicación: %PUBPOINTNAME%</b></td>
</tr>
<tr>
<td width="100%">
<p align="center">
<OBJECT ID="WMP7" CLASSID="CLSID:6BF52A52-394A-11d3-B153-00C04F79FAA6">
<PARAM NAME="URL" VALUE="%URL%">
</OBJECT>
</td>
</tr>
<tr>
<td width="100%"><p align="center">&nbsp;
<input type="button" id="cmdStandAlone" value="Iniciar el Reproductor de Windows Media independiente">
</tr>
</table>
</center>
</div>

</body>
</html>
__________________
Saludos
En dos ocasiones no debería jugar el hombre; cuando no tiene dinero y cuando lo tiene.