Issue 211: Playing WMV file in IE
Status:  WontFix
Owner: ----
Closed:  Jul 2009
Reported by sureshpi...@gmail.com, Apr 4, 2009
What steps will reproduce the problem?
1. using the following code

I am trying to play WMV file Via Process Handler instead of youtube.
Its perfectly opening the modal window .

Issues:
Its not auto playing.
When I close the modal window, the audio still plays, if I refressh/reload the parent page then 
the audio stops, how to prevent this.

<script type="text/javascript">
$(function() {
  $.fn.nyroModal.settings.processHandler = function(settings) {
    var from = settings.from;
    if (from && from.href && from.href.indexOf('/suresh1/video.nsf/frmShowVideo?openform&') 
== 0) {
      $.nyroModalSettings({
        type: 'wmv',
        height: 600,
        width: 600,
        url: from.href.replace(new RegExp("frmShowVideo\\?openform&", "i"), 'openform/')
      });
    }
  };
});
</script>
<div id=player class=panel title=Now Playing><a href = "/suresh1/video.nsf/frmShowVideo?
openform&/suresh1/video.nsf/HTMLFiles/Video/$file/april12009.wmv" 
class="nyroModal"><img 
src="/suresh1/video.nsf/HTMLFiles/Home+Page+Image/$file/home.gif" width="550" 
height="320" border="0"></a>
2.
3.

What is the expected output? What do you see instead?



What version of the product are you using? On what operating system?


Please provide any additional information below.



Apr 9, 2009
Project Member #1 nyro...@gmail.com
nyroModal doesn't support wmv format or any kind of media (music or videos).
Instead, you should create the HTML you want and set it in the content settings, by
using the type=content.

Let us know if it's working.
May 14, 2009
Project Member #2 nyro...@gmail.com
did you manage to do ti?
Jul 9, 2009
Project Member #3 nyro...@gmail.com
(No comment was entered for this change.)
Status: WontFix