Film fout

Status
Niet open voor verdere reacties.

jeroendenoot

Terugkerende gebruiker
Lid geworden
14 mrt 2005
Berichten
1.492
Hallo mensen,
Wij hebben al meer dan anderhalf jaar een goede ADSL verbinding en alles werkt prima. Tot een paar dagen geleden. Nu ja, alles werkt nog wel, maar sommige films op websites doen het niet. Bijvoorbeeld deze: http://www.talpa.tv/web/show/id=54585/aflid=1123/genreid=1/progid=1/show=true# (Een aflevering van Big Brother die ik gemist had.) Als ik op play klik komt er te staan: 'Er is een onbekende fout opgetreden.' Moet ik daar een speciale plug-in voor hebben of zo? Of ligt het niet aan mij?
 
Ligt aan jou werkt bij mij perfect.:D
 
Laatst bewerkt:
Geplaatst door puppie
Ligt aan jouw werkt bij mij perfect.:D
me2, hij speelt hem bij mij af met de Media player (in de internet pagina). Dus waarschijlijk iets updaten of internet instellingen aanpassen.
 
Ik ben eens even naar Extra > Internet-opties > Geavanseerd gegaan en heb de optie Video's op webpagina's afspelen aangevinkt, de pc opnieuw opgestart, maar het werkt nog steeds niet. Wel komt er een andere foutmelding: 'Gesloten'. Als ik daar met mijn rechtermuisknop op klik en ik kies 'Foutgegevens...' dan staat er: 'De bestandsindeling is ongeldig.' Bij geavanseerd staat ook nog: '(Fout=8004022F)'. Weet iemand nog een oplossing?
 
Bedankt! Maar het lukt nog steeds niet. Hoe kan ik controleren wat voor een bestandstype het videobestand is? Dit is een stukje uit de bron van de pagina waar het videobestand op staat:

Code:
        <SCRIPT LANGUAGE="JavaScript">
        <!--
	 var rnd_no = Math.round((10000000)*Math.random());
	 var url = "http://rdr1.talpa.tv/asxgen.php?a=1&id=515&format=3";
	 var re = /\?.*=/;
	if (url.match(re))
	{
		url += "&rnd=" + rnd_no;
	}
	else
	{
		url += "?rnd=" + rnd_no;
	}
	var clipHeight = 288;
        // other Code
        if ( !browser.ie )
        {
		// reserve space for toolbar
		clipHeight += 69;
             document.write ('<div class="PlayerMiddle" style="width: 352px; margin: 0 auto;">');
             document.write ('  <div class="PlayerObject">');
             document.write ('<OBJECT ID="MediaPlayer" width=352 height=' + clipHeight);
             document.write ('  classid="CLSID:22D6F312-B0F6-11D0-94AB-0080C74C7E95"');
             document.write ('  codebase="http://activex.microsoft.com/activex/controls/mplayer/en/nsmp2inf.cab#Version=6,0,02,902"');
             document.write (' standby="Loading Microsoft Windows Media Player components..."');
             document.write (' TYPE="application/x-oleobject" >');
             document.write ('<PARAM NAME="filename" VALUE="' + url + '">');
             document.write ('<PARAM NAME="AnimationatStart" VALUE="0"/>');
             document.write ('<PARAM NAME="TransparentatStart" VALUE="1"/>');
             document.write ('<PARAM NAME="AutoStart" VALUE="1"/>');
             document.write ('<PARAM NAME="ShowControls" VALUE="1"/>');
             document.write ('<PARAM NAME="SendPlayStateChangeEvents" VALUE="1"/>');
             document.write ('<PARAM NAME="EnableContextMenu" VALUE="1"/>');
             document.write ('<PARAM NAME="EnablePositionControls" VALUE="0"/>');
             document.write ('<PARAM NAME="ShowStatusBar" VALUE="1"/>');
             document.write ('<PARAM NAME="AllowScan" VALUE="0"/>');
             document.write ('<PARAM NAME="volume" VALUE="0"/>');
             document.write ('<PARAM NAME="displaySize" VALUE="0"/>');
             document.write ('<EMBED type="application/x-mplayer2" pluginspage="http://www.microsoft.com/Windows/MediaPlayer/" SRC="' + url + '" name="MediaPlayer" WIDTH="352" height="' + clipHeight + '" autostart="1"  EnableContextMenu="0"  ShowControls="1" AnimationAtStart="0" ShowStatusBar="1" volume="0" displaySize="0">');
             document.write ('</EMBED>');
             document.write ('</OBJECT>');
             document.write ('</div>');
             document.write ('</div>');
        }
        else
        {
             //IE Code
		clipHeight += 24;
             document.write ('<div id="player" class="PlayerMiddle" style="width:352px; height: ' + clipHeight + 'px; background-color:#000;">');
             document.write ('<div class="PlayerObject">');
             document.write ('<OBJECT ID="MediaPlayer" width=352 height=' + clipHeight);
             document.write (' classid="CLSID:22D6F312-B0F6-11D0-94AB-0080C74C7E95"');
             document.write (' codebase="http://activex.microsoft.com/activex/controls/mplayer/en/nsmp2inf.cab#Version=6,0,02,902"');
             document.write (' standby="Loading Microsoft® Windows® Media Player components..."');
             document.write (' type="application/x-oleobject">');
             document.write ('<PARAM NAME="filename" VALUE="' + url + '"/>');
             document.write ('<PARAM NAME="AnimationatStart" VALUE="0"/>');
             document.write ('<PARAM NAME="TransparentatStart" VALUE="1"/>');
             document.write ('<PARAM NAME="AutoStart" VALUE="1"/>');
             document.write ('<PARAM NAME="ShowControls" VALUE="0"/>');
             document.write ('<PARAM NAME="SendPlayStateChangeEvents" VALUE="1"/>');
             document.write ('<PARAM NAME="EnableContextMenu" VALUE="1"/>');
             document.write ('<PARAM NAME="EnablePositionControls" VALUE="0"/>');
             document.write ('<PARAM NAME="ShowStatusBar" VALUE="1"/>');
             document.write ('<PARAM NAME="AllowScan" VALUE="0"/>');
             document.write ('<PARAM NAME="volume" VALUE="0"/>');
             document.write ('<PARAM NAME="displaySize" VALUE="0"/>');
             document.write ('<EMBED type="application/x-mplayer2"');
             document.write (' pluginspage="http://www.microsoft.com/Windows/MediaPlayer/"');
             document.write (' SRC="' + url + '"');
             document.write (' name="MediaPlayer"');
             document.write (' WIDTH="352"');
             document.write (' HEIGHT="' + clipHeight + '"');
             document.write (' autostart="1"');
             document.write (' EnableContextMenu="0"');
             document.write (' ShowControls="0"');
             document.write (' AnimationAtStart="0"');
             document.write (' ShowStatusBar="1"');
             document.write (' volume="0"');
             document.write (' TransparentatStart="1"');
             document.write (' displaySize="0">');
             document.write ('</EMBED>');
             document.write ('</OBJECT>');
             document.write ('</div>');
             document.write ('</div>');
             document.write ('<div class="PlayerBottom">');
             document.write ('<div class="PlayerControls">');
             document.write ('<a href="#" onclick="javascript: MediaPlayer.Stop();return false;"><img src="/static/project/talpa/images/video_stop.gif" alt="Stop" /></a>');
             document.write ('<a href="#" onclick="javascript: MediaPlayer.Pause();return false;"><img src="/static/project/talpa/images/video_pause.gif" alt="Pause" /></a>');
             document.write ('<a href="#" onclick="javascript: MediaPlayer.Play();return false;"><img src="/static/project/talpa/images/video_play.gif" alt="Play" /></a><a><img  width="0" height="0"/></a>');
             document.write ('</div>');
             document.write ('</div>');
        }
        //-->
        </SCRIPT>

EDIT: De code is niet zichtbaar :confused:

Volgens mij is de url van het bestand dan:
http://rdr1.talpa.tv/asxgen.php?a=1&id=515&format=3&rnd= [een getal tussen de 0 en de 10000000]
Of niet? Volgens mij is het dan een ASX-bestand hè? Of niet? In ieder geval, Windows Media Player ondersteund ASX-bestanden. Dus aan het bestandstype ligt het niet.
 
Laatst bewerkt:
Ik heb nu de URL van het bestand geopend in Windows Media Player 10, en daar werkt hij wel! Dan doe ik dat wel voortaan. Als iemand nog een oplossing heeft dat hij ook op de site werkt, hoor ik het graag. Maar ik vind mijn vraag nu wel opgelost.
 
Status
Niet open voor verdere reacties.
Terug
Bovenaan Onderaan