Advanced Forum Search Results
-
System.System.Windows.Browser.Serialization.JavaScriptSerializer.MaxJsonLength , How can I change this on the client side? I am accessing a service using System.Windows.Browser.Net.SoapHttpClientProtocol and need to increase the MaxJsonLength for a call. I have the ASP.NET end solved but can't figure out the client end.
-
I add markers to the marker collection in the MediaOpened event. When the marker is reached, the sound loops and IE crashes. Any ideas? Has anyone got markers to work when dynamically added to the marker collection?
Ok, it seems to work better when I use the Loaded event instead.
-
Make sure that the Media has opened. Unitil its opened, the length is unknown. Wait till the MediaOpened event fires before setting the markes and that should work : ). Let me know if you have trouble. I am having crashing errors after a marker is reached
William