Advanced Forum Search Results
-
I was able to pass the StartupEventArgs.InitParams to the Page.xaml and execute my user code from there. Once I did this the IsolatedStorage began working as expected. My Page.xaml constructor changed to accept a IDictionary<string, string> parameter. And the following was placed in my App.xaml.cs > Application_Startup ...
-
I think there's an issue with calling my StorageManager class at the app.xaml.cs level. I am storing my StartupEventArgs for my user (calling StorageManager in my app.xaml.cs). I think it's causing an issue and recreating my SiteSettings and/or ApplicationSettings for each browser refresh. I'm going to see if I can ...
-
I created a helper class, StorageManager, with public properties for user settings for a media player. I seemingly can save settings to my hearts content, but as soon as I refresh the browser they are gone. It seems that new IS files are being created with every new browser load. What am I doing wrong here? FYI - the ...
-
I've built a Silverlight media player for my company's trader education tv station (wizetradetv.com). We have four channels of live content and an on demand video library for our customers. The live streams play beatifully in all bit rates (we broadcast in HD (~800kbps, ~300kbps, and audio only)). All streams run through ...
-
I would like to stream from Akamai but was told the following directly from an Akamai support rep:
"Akamai can already deliver any XAML and media file over HTTP. When the Silverlight plug-in will support RTSP, then we'll be able to stream on-demand and live media content from our Windows Media Streaming platform. ...