Wmv bestand met Windows Media Player 11 als object

Pagina: 1
Acties:
  • 808 views sinds 30-01-2008
  • Reageer

  • Gerwin
  • Registratie: Juli 2001
  • Laatst online: 08-06-2025

Gerwin

Ik ben er klaar voor!

Topicstarter
Er schijnt een heel vreemd probleem zijn met Windows Media Player 11. Dit probleem is reeds hier op een ander forum ook besproken, maar niemand lijkt een oplossing te hebben.

Welllicht dat een tread hier tot enige oplossing zal bieden.

Bij het zetten van een wmv bestand op een site als object verschijnen de volgende vreemde zaken:

1. Windows Media Player rekt de films wel in horizontale grootte op, maar vertikaal blijft hij de orginele (of kleinere) lengte houden.

Afbeeldingslocatie: http://img.photobucket.com/albums/v201/christos/ff20_ie7.jpg

Afbeeldingslocatie: http://img437.imageshack.us/img437/9227/screen01mb8.jpg

2. Hij een heel grote formaat film maakt Windows Media Player niet altijd de breedte en hoogte aan en toont hij enkel de linkerbovenhoek en valt de rechter- en onderkant weg voor zover dit buiten de breedte en lengte van het object vallen.

[ Voor 8% gewijzigd door Gerwin op 08-11-2006 19:00 ]

Station van Gerwin Prins op Apple Music


  • Dutch2007
  • Registratie: September 2005
  • Laatst online: 06-03 08:45
wat voor code gebruik je??


ik gebruik meestal het volgende...

code:
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
<TABLE style="BORDER-COLLAPSE: collapse" height=281 cellPadding=0 width=360 
border=0>
  <TBODY>
  <TR>
    <TD vAlign=top>
      <script type="text/javascript">
AC_AX_RunContent( 'id','MediaPlayer','codebase','http://activex.microsoft.com/activex/controls/mplayer/en/nsmp2inf.cab#Version=6,4,7,1112','type','application/x-oleobject','height','480','standby','Fragment wordt geladen...','width','640','classid','CLSID:22D6f312-B0F6-11D0-94AB-0080C74C7E95','src','','autostart','True','pluginspage','http://www.microsoft.com/Windows/MediaPlayer/','align','middle','defaultframe','rightFrame','showstatusbar','true','filename','mms://80.77.113.61/Softyka2','uimode','full','stretchtofit','-1','enablecontextmenu','0','url','','rate','1','balance','0','currentposition','0','playcount','1','currentmarker','0','invokeurls','-1','baseurl','','volume','50','mute','0','windowlessvideo','0','enabled','-1','fullscreen','0','samistyle','','samilang','','samifilename','','captioningid','','enableerrordialogs','0','_cx','8467','_cy','6350' ); //end AC code
</script><noscript><OBJECT id=MediaPlayer 
      codeBase=http://activex.microsoft.com/activex/controls/mplayer/en/nsmp2inf.cab#Version=6,4,7,1112 
      type=application/x-oleobject height=480 
      standby="Fragment wordt geladen..." width=640 
      classid=CLSID:22D6f312-B0F6-11D0-94AB-0080C74C7E95>
  <PARAM NAME="filename" VALUE="mms://blaat"><PARAM NAME="autoStart" VALUE="True"><PARAM NAME="ShowStatusBar" VALUE="true"><PARAM NAME="uimode" VALUE="full"><PARAM NAME="stretchtofit" VALUE="-1"><PARAM NAME="enablecontextmenu" VALUE="0"><PARAM NAME="URL" VALUE=""><PARAM NAME="rate" VALUE="1"><PARAM NAME="balance" VALUE="0"><PARAM NAME="currentPosition" VALUE="0"><PARAM NAME="playCount" VALUE="1"><PARAM NAME="currentMarker" VALUE="0"><PARAM NAME="invokeURLs" VALUE="-1"><PARAM NAME="baseURL" VALUE=""><PARAM NAME="volume" VALUE="50"><PARAM NAME="mute" VALUE="0"><PARAM NAME="windowlessVideo" VALUE="0"><PARAM NAME="enabled" VALUE="-1"><PARAM NAME="fullScreen" VALUE="0"><PARAM NAME="SAMIStyle" VALUE=""><PARAM NAME="SAMILang" VALUE=""><PARAM NAME="SAMIFilename" VALUE=""><PARAM NAME="captioningID" VALUE=""><PARAM NAME="enableErrorDialogs" VALUE="0"><PARAM NAME="_cx" VALUE="8467"><PARAM NAME="_cy" VALUE="6350">
                    <embed src="mms:/blaat" width="640" height="480" autostart="true" 
      type="application/x-mplayer2" 
      pluginspage="http://www.microsoft.com/Windows/MediaPlayer/" align="middle" 
      defaultframe="rightFrame" showstatusbar="false">      
                </embed></OBJECT></noscript></TD></TR></TBODY></TABLE>



dat dus voor


en jah weet werkt niet egt bepaald in FireFox, maar jah ik use altijd firefox + IE tabs voor zulke dingen :), heb je alsnog activeX in Firefox want dan gebruikt ie de IE engine voor die site/page...

[ Voor 3% gewijzigd door Dutch2007 op 08-11-2006 19:08 ]


  • Gerwin
  • Registratie: Juli 2001
  • Laatst online: 08-06-2025

Gerwin

Ik ben er klaar voor!

Topicstarter
Geheel volgens voorschrift van Microsoft en XHTML 1.0 gebruik ik het volgende:

code:
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
<object type="video/x-ms-wmv" data="http://www.mijn.nl/film.wmv" width="440" height="355">
<param name="src" value="http://www.mijn.nl/film.wmv" />
<param name="ShowControls" value="0" />
<param name="AnimationAtStart" value="1" />
<param name="ShowStatusBar" value="1" />
<param name="ShowDisplay" value="0" />
<param name="DefaultFrame" value="Slide" />
<param name="Autostart" value="1" />
<param name="TransparentAtStart" value="0" />
<param name="stretchToFit" value="true" />
<param name="DisplaySize" value='1' />
<param name="AllowChangeDisplaySize" value="True" />
<param name="WindowlessVideo" value="0" />
<param name='InvokeURLS' value="1" />
</object>


Het horizontaal oprekken lukt dus wel, maar zou ik hierboven een film hebben die werkelijk 300x200 heb krijg ik opgerekte breedbeeld formaat hij rekt op 300 => 440 maar 200 blijft 200.

Station van Gerwin Prins op Apple Music


  • Gerwin
  • Registratie: Juli 2001
  • Laatst online: 08-06-2025

Gerwin

Ik ben er klaar voor!

Topicstarter
Helemaal niemand een oplossing?

Station van Gerwin Prins op Apple Music