This is a migrated thread and some comments may be shown as answers.

Volume Bar and ProgressRail doesn't work in IE11

2 Answers 50 Views
MediaPlayer
This is a migrated thread and some comments may be shown as answers.
Jorge
Top achievements
Rank 1
Jorge asked on 12 Mar 2014, 05:37 PM
I'm watching the demo "MediaPlayer - Video Gallery" (http://demos.telerik.com/aspnet-ajax/media-player/examples/applicationscenarios/video-gallery/defaultcs.aspx), in the RadLightBox pop up the volumen bar and the progressrail bar didn't work. I'm using IE 11.

I'm built my own webapp and I found the same problem.

2 Answers, 1 is accepted

Sort by
0
Jorge
Top achievements
Rank 1
answered on 13 Mar 2014, 05:21 PM
The Webapp that I built, i used "UI for ASP.NET AJAX Q1 2014", with a RadMedioPlayer inside of RadLightBox, with a MP4 file. And I based on the same Telerik demo "MediaPlayer - Video Gallery".

The code in Default.aspx webpage is:

<%@ Page Language="C#" AutoEventWireup="true" CodeBehind="Default.aspx.cs" Inherits="Test.Default" %>

<%@ Register Assembly="Telerik.Web.UI" Namespace="Telerik.Web.UI" TagPrefix="telerik" %>

<!DOCTYPE html>

<html xmlns="http://www.w3.org/1999/xhtml">

<head runat="server">

<title>Test</title>

</head>

<body>

<form id="form1" runat="server">

<telerik:RadScriptManager ID="RadScriptManager1" runat="server"></telerik:RadScriptManager>

<div class="wrapper">
<div class="column">
<asp:Image ID="Image10" AlternateText="Data" runat="server" CssClass="gray" ImageUrl="~/Image/Dat.jpg" />
</div>
</div>

<telerik:RadLightBox ID="RadLightBox1" runat="server"
Modal="True"
Width="620px"
Height="370px"
ItemsCounterFormatString="Image {0} of {1}">

<ClientSettings>
<AnimationSettings HideAnimation="Resize" NextAnimation="Fade" PrevAnimation="Fade" ShowAnimation="Resize" />
</ClientSettings>

<Items>

<telerik:RadLightBoxItem ImageUrl="Image/Dat.jpg" TargetControlID="Image10"
Title="Video"
Description="<em>Video Description.</em>">

<ItemTemplate>
<telerik:RadMediaPlayer ID="Mp_video" runat="server"
AutoPlay="True"
Poster="Image/Dat.jpg"
Title="Video">
<Sources>
<telerik:MediaPlayerSource IsHD="false" MimeType="video/mp4" Path="Videos/Dat.mp4" />
<telerik:MediaPlayerSource IsHD="false" MimeType="video/webm" Path="Videos/Dat.WebM" />
</Sources>
</telerik:RadMediaPlayer>
</ItemTemplate>

</telerik:RadLightBoxItem>

</Items>

</telerik:RadLightBox>

</form>

</body>

</html>


I published the site on IIS 8.0 and tested with different browser:

In IE 11: volume and progressrail bar didn't work.
In IE 9: volume work bar, but progressrail didn't work.
In Mozilla Firefox and Chrome: volumen bar work, but progressrail didn't work.

So, don't know if the progressrail didn't work because video type.

Hope someone help me with that.

Regards.
0
Eyup
Telerik team
answered on 17 Mar 2014, 12:06 PM
Hi Ernesto,

I've already replied to your query in your ticket with ID: 798202. I suggest that we continue our conversation in the mentioned thread.

Looking forward to the sample web site.

Regards,
Eyup
Telerik
 

DevCraft Q1'14 is here! Watch the online conference to see how this release solves your top-5 .NET challenges. Watch on demand now.

 
Tags
MediaPlayer
Asked by
Jorge
Top achievements
Rank 1
Answers by
Jorge
Top achievements
Rank 1
Eyup
Telerik team
Share this question
or