Unable To Get Asp.Net Videos
Mar 23, 2010This site had hundreds of tutorail videos on general ASP.NET,ASP.NET 3.5, ADO.NET and many more. But now I am not able to get it, now only links to MVC and AJAX are available.
View 4 RepliesThis site had hundreds of tutorail videos on general ASP.NET,ASP.NET 3.5, ADO.NET and many more. But now I am not able to get it, now only links to MVC and AJAX are available.
View 4 RepliesMy requirment is to display all videos by clicking that videos it want to play how to do this .how to add mediaplayer into list view and play the videos.i want to display in this format http://www.youtube.com/results?search_query=sports&aq=f
View 3 Replieshow to upload videos and after uploaded the videos then play it..using flash player......
View 1 RepliesI want to show video in my web form (Asp.net 3.5, C#) when user clicks on video title then particular that video should be display and videos are in application folder.
View 9 Repliesthis is my first time doing a gallery of videos using ASP.NET,I believe there are many articles on the net regarding this, but I would like to see some recommendation and different point of view :
what are the tools used?how to not allow user to download a video?what the difference between vimeo,dimecasts.net choice , what about other choices?Streaming?
Here in ASP.NET web site i saw the some sample videos(that getting started ) but they are use VB language,but i want C# language for ASP.NET.so where i get these videos for ASP.NET using c# language??
View 5 Repliesi want a player that can play flv and mp4 videos. i want to embed that player in my website (.net 3.5) i have googled a lot...but not found any....flowplayer is playing all flvs, but supports mp4 partially, some mp4 videos in flowplayer dont show video.
View 2 RepliesI wanted to download the videos about ASP.NET. Are they available in single donwnload, or i have to download them one by one only?
View 3 RepliesI had task to embed videos through youtube cahnnel in our website . how can I do that?
View 1 RepliesHas anybody been able to stream .flv videos from a database to a flash player?
I currently store videos (.avi, .mpeg, .wmv) and images in my database and I can stream these pretty good. I'm using a httphandler to do this.
But I can't get .flv videos to stream to the browser. If I don't upload the .flv file to the database but store it in the filesystem, everything works great.
Is it even possible to send a byte stream from the database to the flashplayer in the browser? I think it could have something to do with the headers of the .flv?
Can I do this or should I keep the videos in the file system?
If I host video or any other media content on Amazon S3, how can I use ASP.net Membership to enforce access rights?
View 1 RepliesI am using 3.5 C# with AJAX and SQL SERVER2005I have developeda webform to upload videos of any type of video lie avi,flv, etc.now, I want to display this all videos on my webform
View 3 RepliesI am creating a little social network that is very simply for my football website. What I am looking to do is let the user post a wall post and be able to insert a video, link etc, then let others comment on it just like facebook.
View 2 RepliesAny way to add powerpoint slides to the webpage.
View 3 RepliesI want to upload youtube videos in a page
View 3 RepliesI am preparing youtube videos in a site.I didn't get this.
Question:" In Page i am Placing "YouTube Video" and under that i'm uploading some more videos in .Net" when i click the video it will display the Video in that particular "YouTube" and the videos will store in database.
I am refreshing my memory in web forms by using the videos posted in this website. But for some reason I cant find the c# version of the video Introduction to asp.net controls in the web forms section (only vb.net is available). I tried other videos but it is all the same.
I used to one year back that I click on a button and select which version I want (C# or VB) but I cant seem to find it now
C# - how to upload and show videos
[Code]...
I had YouTube Channel and I Had Web Page on my web site which display this video ,I diplay the viedo in ModalPopupExtender ,and I had problem when I finsihed from displaying this video and close ModalPopupExtender the sound of viedo still displaying.
' id="Image" runat="server" width="96" height="86" alt="Video" />
'>
' type="application/x-shockwave-flash"
allowscriptaccess="always" allowfullscreen="true" width="400" height="320">
[Code]....
I want to make a video page like you tube. The page displayibg the current video and the right panel displays thumbnails for related videos
I thought to choose from my db the related videos according to the video title. I used a query to select videos from my videos table where video title like the title of the current video. and I get the current title from the Videolabel.text this always gives me one result which is the same video I want a way to divide the words of the video title label to search with each word to find many results related to my video
I am working on a project in which i want to create a website like clipconverter.cc. I want to know how will i be able to download video from youtube or any other video from any website?? Also do i need to create only a website or a software too to implement website like clipconverter.cc.
View 1 RepliesMy client has given me a project in which he wants to access any file from his computer over internet through website. Do some one has any idea from where to start. Note:- A user has to install windows application in which he will select the files,videos,audio to be accessed and Through website he will access those files or able to play music or videos through website when his computer is on.
View 3 RepliesI need to show live video streaming on my asp.net website. I know how to show videos and audios on my web page but don't know how to show a live videos?
View 1 RepliesI have a simple user-registration website where I keep records of registered users. I also have an admin page to upload videos, however videos are uploaded to a different server.
I'm using the <video> tag to show the video:
<video width="560" height="340" controls>
<source src="path/to/myvideo.mp4" type="video/mp4";>
</video>`
I want to show this video only to my registered users on my website, since the video is on second server, how can I protect it?
I thought I could build an application and install it on second server, this app will watch whether the requested url is for videos, if so then it'll redirect the user to my login page and here he'll be authenticated and again redirected to the same video url.
I have more than 100 videos to display on a single web page. I will keep links on different pages. whenever a user clicks on a video i will redirect him to videos page. The video page will have a DB connectivity and all the paths to the videos and it will display the clicked video on the videos page.
View 10 Replies