Silverlight / WPF - mp4 video file shows in sideways in mac safri

Asked By gopal krish on 28-Jun-12 03:28 AM
Earn up to 50 extra points for answering this tough question.
hi..
i have a silver light application.
i have a mp4 video file..
  its working fine in windows platforms browsers..
  but in mac the same video is showing in sideways..
  but another mp4 file shows in mac correctly.
i dont know y that particular video file is showing in sideways in mac safari..


how to handle this...

regards
gopal.s
[)ia6l0 iii replied to gopal krish on 28-Jun-12 11:39 PM
Strange. I would have suspected the mp4 video itself. You also say, that it plays well in windows platform. 

Mac has some kind of pinch the screen feature and rotate the video that it is playing. Maybe, you set it wrong for this video. Please check that. 
help
hi. . i configured my Silverlight site in to https. now i just passing mp4 url into my video player as a source.(url is in http) but it shows the media player but nothing is happened (for example my sample mp4 url is look like http: / / www.example.com / 1.mp4) but it is not playing. note: in my local system the same url is working how to handle this. . need ur suggetsions. . regards gopal.s If you want to play video then try this- There are Following ways to play video in your web page- 1
Hi!I am creating a video player but I it is not playing, the source of this video is on c drive.But it tells me that <<the ressource is ' file: / / / C: \ RihannaManDown WPF_Media_Player.aspx In source property you need to specify file type whether its wmv or mp4 like that VerticalAlignment = "Top" Width = "160" Source = "C: \ RihannaManDown.wmv" LoadedBehavior = "Manual" Hello Is the e.Result); } } Hope this helpful Hello The local file won't work in a normal Silverlight application because of Silverlights "sanboxed" security model. Running a normal Silverlight application in your browser, you can't access local resources like you can if you were running an installed winforms / WPF application. Have a look at this video tutorial http: / / www.silverlight.net / learn / videos / all / local-file-access / , if you want to learn more about accessing
Hi all, I am currently doing browse using wmv. My code: private void btnAddVideo_Click( object sender, RoutedEventArgs e) { / / Create OpenFileDialog Microsoft.Win32. OpenFileDialog video = new Microsoft.Win32. OpenFileDialog (); / / Set filter for file extension and default file extension video.DefaultExt = ".wmv" ; video.Filter = "Media Files(*.mov; *.wmv; *.mp4; *.flv) | *.mov; *.wmv; *.mp4; *.flv" ; if (video.ShowDialog() = = true ) { txtAddVideo.Text video.FileName; } } Please help. Thanks in advance. public string StripExtension( string text, string delimiter) { if (String
I am using asp.net web control suite but i am not able to play MP4 video formats in IE. You could use a Jquery Player to play the MP4 Files. Have a look at the Flow Player this is open source. Visit the website http: / / flowplayer.org / Hope this helps http: / / blog.arvixe.com / to-play-mp4-video-in-asp-net-you-may-need-to-add-a-mime-type / description: MP4 video formats in IE I am using asp.net web control suite but i am
What is SilverLight, its concept, why to use it and how to use it What is Silverlight? Silverlight is a new cross-browser, cross-platform implementation of the .NET Framework for building and browsers, including Microsoft Internet Explorer, Mozilla Firefox, Apple Safari, Opera. The plugin required to run Silverlight is very small in size hence gets installed very quickly. It is combination of different platform that allows you to select tools and the programming language you want to use. Silverlight integrates seamlessly with your existing Javascript and ASP.NET AJAX code to complement functionality which you have already created. Silverlight aims to compete with Adobe Flash and the presentation components of Ajax . It also competes with Sun Microsystems' JavaFX, which was launched a few days after Silverlight. Currently there are 2 versions of Silverlight: Silverlight 1.0 : Silverlight 1.0 consists of
Hello I am developing silverlight video player application . Silverlight mediaelement support only .wmv file. I want to play .FLV file in silverlight. Is this possible to run .FLV file in silerlight technology ? Thanks, Rajendra Silverlight cannot play .FLV files. Use a free player like JW FLV Media Player - http: / / www.longtailvideo.com / players / jw-flv-player / keywords: Silverlight, WPF description: How to play .FLV file using silverlight 2.0 Hello I am developing
What is the purpose of Silverlight? Why it is used? How can I use silverlight in my application? Any simple web example of silverlight with VS 2005 and .Net Framework 2.0 (not the Hellow world Application). ? I want to start with Silverlight and I am very new to Silverlight. What is Silverlight? Microsoft Silverlight is a web browser plugin that provides support for rich internet applications such
hi, plz ans me. . . Regards, Tanmay Custom binding has a limit of 64K keywords: Silverlight, Silverlight WPF, WPF, Custom binding, maximum limit description: finding maximum limit for binding in silverlight hi, plz ans me. . . Regards, Tanmay 06-Jun-13 10:15 AM