I have a problem with a german website (http://www.amango.de). On this website itsn´t possible to play any movietrailers. This is a codesample from the site
Code: Select all
<!-- Start Trailer -->
<tr><td style="height: 300px;" align="center">
<script>
tr_tid='aamTkp1jZqajZg%3D%3D';
tr_type='wmv';
tr_mo_id=12274;
</script>
<a href="javascript:showTrailer(12274,'aamTkp1jZqajZg%3D%3D','wmv');"><img src="images/trailers/fsk/fsk12.gif?ts=20050803"></a>
</td></tr>
<tr>
<td style="padding-bottom: 10px;">
<table border="0" cellpadding="0" cellspacing="0" width="100%">
<tbody><tr>
<td style="padding-top: 5px;" align="left">
<a href="javascript:showMovie(12274);"><img src="images/buttons/b_filmbeschreibung.gif?ts=20050803" onmouseover="this.src='images/buttons/b_filmbeschreibung_over.gif?ts=20050803'" onmouseout="this.src='images/buttons/b_filmbeschreibung.gif?ts=20050803'" hspace="3"></a>
</td>
<td align="right">
<script>printRental(0,12274);</script><img rentbase="images/navi/" style="" rentalstate="0" id="rent_12274" src="images/navi/bb_ausleihen.gif" onclick="rentclick('12274');" onmouseover="rentOver('12274');" onmouseout="rentOut('12274');">
</td>
</tr>
</tbody></table>
</td>
</tr>
<tr><td><div class="line"> </div></td></tr>
<tr>
<td style="padding-top: 10px;" align="center">
<b>Bitte wählen Sie in welchem Format Sie den Trailer sehen wollen:</b>
</td>
</tr>
<tr>
<td style="padding-top: 10px;" align="center" valign="center" width="50%">
Windows Media<input name="tr_type_radio" value="wmv" onclick="javascript:setTrailertype(this.value);" type="radio">
<span style="padding-left: 20px; padding-right: 20px;"> </span>
<input name="tr_type_radio" value="mov" onclick="javascript:setTrailertype(this.value);" type="radio">Quicktime
</td>
</tr>
<!-- Ende Trailer -->
click http://www.amango.de
click on "Alle Trailer zeigen" in the middle of the site
now click on the picture "Master and Commander - Bis ans"
click on the picture "Dieser Trailer ist freigegeben ab FSK 12"
after a little downloadtime you hear sound, but you don´t see a picture. Is there a problem with the damn microsoft wmv file?