WMP 9 issues

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts
  • ghobii
    Forum Member
    • Jan 2003
    • 69

    WMP 9 issues

    OK, just updated to Autoplay 4.0.0.4 and WMP9 now is being used in my project despite a script that Darryl wrote to switch it back to 6.4. It works, but one thing I noticed different from WMP 6.4 is that if you scale the player the video doesn't scale with it. Is it possible through scripting or something to force this? And why is my script to disable WMP9 no longer working?
  • Lorne
    Indigo Rose Staff Member
    • Feb 2001
    • 2729

    #2
    Re: WMP 9 issues

    Maybe something else reenabled it?
    --[[ Indigo Rose Software Developer ]]

    Comment

    • ghobii
      Forum Member
      • Jan 2003
      • 69

      #3
      Re: WMP 9 issues

      Well, I disable it on initialize after doing a version check. Then when the program closes I set it back to WMP9 if it was on to begin with. Darryl wrote the script for me and I already told him it no longer works but haven't really gotten an answer yet. I saw in the changes document that version 4.0.0.4 now detects WMP versions more accurately, could this have something to do with it? the version check is done like this:
      IF (%MediaPlayerVersion% > 8.0)
      I then had an Execute File action that looked like the following:

      File to execute:

      %SysDir%\Regsvr32.exe

      Command line arguments:

      /s "%SysDir%\msdxm.ocx"

      Comment

      Working...
      X