Advanced Forum Search Results
-
SilverLight accessibility means, SilverLight application should be accessible by disable peoples by using JAWS/Windows narrotor/windows eye or any supportive tool for accessibility.
Don't use windowless=true property while embeding SilverLight host, if not than it definitely work with JAWS.
-
Actually i m using BLOCKED SCRIPT Window.Open('player.aspx'), to open aspx page that host silverlight xap of player.
-
Hi,
Currently we are facing an issue regarding popup window containing SilverLight 2 application. The problem is when we open that popup in Internet explorer (version 6,7,8) , it hangs after opening 3 or 4 times. The Task Manager process monitor shows that whenever a popup is closed , it doesn’t free all of the memory that it consumes ...
-
I have contacted JAWS support and here is the reply from JAWS representative: "Unfortunately, SilverLight's accessibility does not include support for text edit areas. So, even with this line included in the FsDomSrv.ini file, we would never be able to tell our customers that we support SilverLight or suggest they can use ...
-
I tried using jaws 10 but it doesn't read anything on silverlight control not event the button. I was using IE7
But Jaws 9 is working fine with silverlight. I have read an article
http://www.w3.org/WAI/GL/WCAG20/implementation-report/Silverlight_accessibility_support_statement
According to this we need to update the configuration ...
-
Actually i m using generic.xml for slider control layout, i think the slider is not appearing because of style sheet not applied on it.
Use generic.xml for slider layout, sample code below,
<ResourceDictionary
xmlns="http://schemas.microsoft.com/client/2007"
...
-
How you integrate custom slider in your page? plz give details...
-
You are right, after downloading that video seeking just working fine. I have also checked mediaElement.CanSeek property everytime i set the mediaelement position but it doesn't work. i think that issue is related to firewall.
-
Hi,
I have a SL Beta 2 player that contains multiple media element (Videos) of different sources and have different start time and i want to show cumulative download progress that should be correct. when i assigned source to mediaelement the video starts downloading automatically and receiving Download Progress Changed event of media element. ...
-
Hi,
I have created simple player in SilverLight Beta 2 and when i tried to change the position of the media element with respect to slider position the media element position property reset to the end not at the desired position and video hangs. This error only occured if i move the slider position after 40% of the video, unless the ...