HighTechTalks DotNet Forums  

Asp.Net Silverlight Media and Xaml control

ASP.net Web Controls microsoft.public.dotnet.framework.aspnet.webcontrols


Discuss Asp.Net Silverlight Media and Xaml control in the ASP.net Web Controls forum.



Reply
 
Thread Tools Search this Thread Display Modes
  #1  
Old   
Oriane
 
Posts: n/a

Default Asp.Net Silverlight Media and Xaml control - 01-02-2008 , 09:16 AM






Bonjour,

With Asp.Net futures (Microsoft.Web.Preview), I can't use the Media and Xaml
controls (Silverlight). I've got this error messages, with several wmv
files:

Execution error:

Microsoft JScript: Sys.Preview.UI.Xaml.Media.MediaFailedException: Unable to
load media "App_Data/xxx.wmv".

function Sys$Preview$UI$Xaml$Media$Player$_meMediaFailed() {
this._naturalduration = null;
this._enableBuffering(false);
this._mediaAvailable(false);
this._ensureDuration(false);
this._ensureSeeking(false);
this._mediaEnded = false;
this.set_caption("");

var handler = this.get_events().getHandler('mediaFailed');
if (handler) {
handler(this, Sys.EventArgs.Empty);
}
else {
throw this._getMediaFailedError(); <------
}
}

Any idea ?
Oriane


Reply With Quote
Reply




Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off



Powered by vBulletin Version 3.5.4
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.