Zum Inhalt springen
View in the app

A better way to browse. Learn more.

Fachinformatiker.de

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

Hilfe - Code erstellen?

Empfohlene Antworten

Hallo,

kann mir bitte jemand hier einen IE-kompatiblen Code posten, der

mir den MediaPlayer öffnet, und automatisch einen Livestream

anstartet? URL: http://170.60.67.37:1585

Das soll alles direkt im Browserfenster geschehen.

Danke & Gruß,

Chris

Moinsen,

ich hab da mal was gebastelt. Konnte es leider net testen, da unsere Firewall das nicht zulässt, müsste aber funnzen.

Das hier kommt in den Head-Teil:

 

<SCRIPT LANGUAGE="JavaScript" type="text/javascript">

<!--

function play(){

      WMPlay.CurrentPosition = 0;

       WMPlay.play();

}


function stop(){

      WMPlay.stop();

}

//-->

</SCRIPT>

Das hier innerhalb des Bodys:

<div align="center"> 					

<OBJECT ID="WMPlay" WIDTH=176 HEIGHT=144 CLASSID="CLSID:22d6f312-b0f6-11d0-94ab-0080c74c7e95" 

CODEBASE="http://activex.microsoft.com/activex/controls/mplayer/en/nsmp2inf.cab#Version=5,1,52,701" 

standby="Loading Microsoft® Windows® Media Player components..." type="application/x-oleobject">

	<PARAM NAME="AutoStart" VALUE="false">

	<PARAM NAME="TransparentAtStart" VALUE="1">

	<PARAM NAME="ShowControls" VALUE="0">

	<PARAM NAME="ShowDisplay" VALUE="0">

	<PARAM NAME="ShowStatusBar" VALUE="0">

	<PARAM NAME="AutoSize" VALUE="1">

	<PARAM NAME="AnimationAtStart" VALUE="0">

	<PARAM NAME="URL" VALUE="http://170.60.67.37:1585/">

</OBJECT><br>

<A HREF="#" onclick="play()">PLAY</A> <A HREF="#" onclick="stop()">STOP</A>

</div>

Nähere Infos ansonsten bei MSDN

Hi,

danke für deine Antwort.. So wie ich das sehe, wird das über ActiveX gestartet.

Leider hat aber unser Konzern alle ActiveX - Anwendungen im IE gesperrt.

Da bei jedem booten die Regisrty übers Netz neu gezogen wird, können wir daran auch nichts ändern. Gibt es denn noch eine andere Möglichkeit, die mir den Player einfach nur mit dem Link startet?

Auch sollte dann nicht auf das Internet zugegriffen werden, da jeder Benutzer für das Internet ein Passwort benötigt. Das soll im Intranet laufen.

Gruß,

Chris;-)

hm ich will dir ja nichts unterstellen aber so wie ich das sehe möchten deine admins dies nicht und du versuchst sie ja damit zu umgehen... also ich denke kaum das dir hier einer dabei helfen wird. -sorry- :rolleyes:

Archiv

Dieses Thema wurde archiviert und kann nicht mehr beantwortet werden.

Konto

Navigation

Suchen

Suchen

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.