| Issue 211: | Playing WMV file in IE | |
| 2 people starred this issue and may be notified of changes. | Back to list |
|
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
May 14, 2009
did you manage to do ti?
Jul 9, 2009
(No comment was entered for this change.)
Status:
WontFix
|
||||||||