Skip to main content

Microsoft Silverlight

Advanced Forum Search Results

  • Re: Isolated Storage not persisting beyond current browser instance

     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 ...
  • Re: Isolated Storage not persisting beyond current browser instance

    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 ...
  • Isolated Storage not persisting beyond current browser instance

    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 ...
  • On Demand stream buffering a lot, but live stream is fine.

    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 ...
  • Re: Webcams and realtime audio

     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. ...
Microsoft Communities