Advanced Forum Search Results
-
Wow... A media player that can't play a local/network file?? For this application, that just brought Silverlight's value to ZERO. We'll look at replacing Silverlight with something else.
In this application, video files are distributed by satellite to retail stores all over the country where they can be played ...
-
Actually, I switched the url to w:\ondemand\000041_181_0.wmv and got the same thing. Plays in IE/WMP but not FF/SL.
-
Not FireBug but Venkman and it doesn't show any errors... just doesn't play.
-
I have a web page that plays a video fine in FF3 as long as its streamed Windows Media Services, but when I try to play it from a network share file, it doesn't work... no errors, just doesn't play. Same page works fine in IE for both the stream and the file. Can anyone see my error in the code (source is from a ...
-
My bad... I didn't realize I had it inside a div that was taking the control.
Thanks for the reply,
sr
-
I have written an application that uses the silverlight.js 2.0.31030.0 version. I'm testing with a Mac 10.5.6 on Firefox and Safari... same issue. The Install graphic appears, but doesn't seem to be a hyperlink. Nothing happens when I click on it and no cursor change. Does anyone have any ideas why this link ...
-
lol.. was that English?... I'm going to have to study that a bit!... head already hurts! ;-)
Let me see if I've got this...
I'm using inline XAML which is unmanaged and buttons are basically in managed code and fall outside the model so I can't create a button in inline XAML that will be accepted.
I have a ...
-
Thanks for the response, but the problem is that I'm using classic .asp and need to add the button to the inline xaml. I know how to kick the video into full screen when I'm in .net, but I can't figure out how to put a button in the xaml with Javascript and classic .asp. Once I have a button that's "part of the ...
-
I have a Silverlight video that I want to put into fullScreen mode. I understand fullScreen mode can only be envoked by using a Silverlight control like a button or mouseclick (which seems a bit silly). I cannot use the mouseclick because I'm using mouseclicks for another function so I want to add a button. However, I ...
-
Bill, that's too bad... although I keep thinking a button click SHOULD be considered user interaction! ;-)
This is for a video training application and it's just more consistent with the rest of the user interface since there are buttons to bookmark, make notes, pause, play, FF, FR, etc. All the training applications have ...