I am looking for free video player control which can play video in my .aspx page.
i am using c#,.net 4.0 framework.
Have a look at Flowplayer.
Could be what you're looking for.
JWPlayer
is a nice one supporting many formats and even supports Silver light works fine on java script/HTML5 too.... It's free and open source too.
and can be used with any web development platform as it is javascript..
You can use object and embed html control and then pass the desired plugin as these blog posts shows
http://www.walkernews.net/2008/08/17/windows-media-player-how-to-embed-wmv-file-in-html-code/
http://www.walkernews.net/2008/01/11/how-to-embed-flv-flash-in-wordpress-or-html/
Related
I'm not asking for detailed code for this question, but rather solid direction to learn how to do it myself. There appears to be many methods and directions so just looking for a headstart from someone experienced.
I have a simple file upload control. I want it to operate as an ajax upload, no page-refresh, and if I'm understanding correctly I need http handler that grabs the image and deals with it behind the scenes.
So I need to create a custom control, a new file upload that allows me to set some properties, such as... Path for the image, prefix for three different types (I.e. thm_uniqueimagename.jpg, med_uniqueimagename.jpg, lg_uniqueimagename.jpg) and an option to either KeepOriginal="True/False".
I'd like to see a progress bar while the image is uploading as well. A fantastic example would be a post on Facebook and how you can upload an image.
Right now I'm stuck with a standard upload control that has full post-back/refresh and it's just not nearly as attractive.
I'm just now learning VB... So basically if you can say... Read this tutorial, then do this, then do this... that would be greatly helpful. Just overwhelmed with what to do first, and how to put it all together.
Platform: Windows, .net, etc.
Thank you for any advice.
If you want a better user experience, then I suggest you investigate some solutions like the following:
ASP.NET AJAX file upload
AjaxFileUpload.
Note: If you read the documentation for the ASP.NET AJAX AjaxFileUploader, it says that it requires HTML5 for the progress feedback; otherwise it shows a spinner. So if progress feedback is a necessity and you cannot fully support HTML5 in your target browsers (i.e. older versions of IE; IE6, IE7, IE8, etc.), then you should look into the options below.
Custom HTTP module
NeatUpload is a free option.
Silverlight/Flash option
SWFUpload is a free option.
Asynchronous chunking option
RadAsyncUpload - Telerik's ASP.NET AsyncUpload is a pay option, check website for pricing.
I am working in ASP.NET MVC. I want to add videos in my view. I have read article on Working With Videos in ASP.NET
But i want a generic way to play all type of videos in my web page. This article, although good, but confuses me that how to identify file format and then use related type of Web Helper. There are hundreds of video file formats, how to play all of them, by a single strategy. Mentioned article only describes three formats. Please guide me in this regard.
Your issue is less ASP.NET MVC and more general video playback accross multiple devices in different formats.
Your best option would be to use something like FlowPlayer, which allows you to add a player using either Flash or HTML5/JS (depending on the browser's feature set)
I think to say you want to play all types of videos is the wrong way to start. First of all I would think about what video types you want to support. This can be restricted by things such as the encoded videos available, file size, browser support.
Once you have decided on this you can look in to finding the most suitable player for the job.
Does anyone have a suggestions for a superb cool image gallery that I can use for a website I am creating?
I'm assuming that by "superb cool" you're going to want a slick, "web 2", responsive client-side interface.
I would suggest you use a javascript library such as jQuery, and look for an image gallery plugin for it. There are a ton of them out there, for example: http://speckyboy.com/2009/06/03/15-amazing-jquery-image-galleryslideshow-plugins-and-tutorials/
You might look at the silverlight examples at http://www.silverlight.net/community/samples/silverlight-samples/
http://cutesoft.net/ASP.NET+Image+Gallery/
We use this one. You can modify many functions by changing the js, css and template files.
Gallery Server Pro is an ASP.NET open source digital asset management and web gallery application. It is built as a single user control you can drop into your existing application.
Disclaimer: I am its creator and lead developer.
To display they nicely on the page you can use jQuery FancyBox.
http://fancybox.net/home
That has all the basic functionality like play, pause, stop, forward, rewind, and volume controls?
I'd suggest using the Flex 4 SDK, the new spark VideoPlayer has everything out of the box.
Here some sample player with code
Website
Source Code
Download Source Code
Hope this helps.
Checkout Open Source Media Framework
This site is intended to facilitate the development and sharing of open standards and best practices for video player applications built on the Adobe® Flash® Platform.
Not opensource (AFAIK), but it has everything you could ever wish for.
Flowplayer
JW Video Player: http://www.longtailvideo.com/
http://developer.longtailvideo.com/trac/browser/tags/mediaplayer-5.0
I've never used it myself.
This is a good opensouce player for Flash, Flex, Silverlight, iphone. Just the download pack for the source codes and examples.Open Video Player
I hope my anwser was helpfull
DJ
The question is simple, What mobile frameworks are you using in ASP.NET?
We are using Mobile Controls + WURFL.
Thx in advance,
I've used a combination of mobile controls, custom scripts, MDBF, WURFL, DeviceAtlas and more.
hawhaw.net also looks interesting, but haven't had a chance to check it out yet.
We are using http://www.51degrees.mobi/Products/NETMobileAPI it is a free open source .net mobile api which gives detailed information of the mobile device making the request. It makes use of WURLF database. Along with this it also provide free mobile controls which includes Google Maps, Location, Image and Adsense Controls