C# - Display PPT File As Video On Web App?

Jan 17, 2011

One of client requires to share and view the .PPT(Microsoft PowerPoint Slides) files online as video, on his web application. I know there are lots of control that plays video online but I want to know is there any active x or api that will recognize the ppt and play it as a video file or do i need build everything from scratch ? For reference you can view [URL].

View 4 Replies


Similar Messages:

Display Video In .net

Jan 17, 2011

I have the account in the youtube and i uploaded some video on that account. Now i want to display that video in my web site by using the embed link.

View 5 Replies

Web Forms :: How To Display Video

Feb 4, 2014

i am trying to implement search engine so i have video segment as well so i want to display video like youtube from database..

View 1 Replies

VS 2010 How To Display Video On Website

Dec 27, 2010

Our customer has several security cameras at their site. These cameras transmit rtmpe streams that can be accessed by using the proper url. The video itself is flv. What the customer want is the ability to view these cameras on a website, both from internet explorer, and windows mobile 6.5. How can we do this, is there some kind of component we can use that we simply can parse the rtmpe url to, and it will go fullscreen and show the video? We need to handle input as well, both from mouse and a remote control, and we planned to use javascript for that. But for now, our biggest concern is how to play the stream.

View 1 Replies

JQuery :: Display The Video As Popup?

Sep 15, 2010

I need to show a popup as a video using jquery.

the vedio is a html page itself. i need to call this page inside a div or panel of another page on this page i need to provide popup

for ex:

page1.html has the video( this vedio run in flv-flayer)

page2. i have code as follows

<body>
<center>
<div id="button"><input type="submit" value="watch the video" /></div>
</center>
<div id="popupContent">
<a id="popupContactClose">x</a>
<h1>vedio</h1>
<div ></div>
</div>
<div id="backgroundPopup"></div>
</body>

by clicking watch the video in page to i can get pop up it is ok... but how can i include html page - page1.html in to that pop up using JQUERY.

i mean there shold be a way to include this vedio in div of that page 2

View 5 Replies

Web Forms :: Display Dateandtime Along With Video?

Dec 19, 2010

Here i have a problem while displaying the video in .net by using webcam control. My need is to display the DateandTime along with the Video and when i capture the video along with image the date and time should display.

View 4 Replies

Web Forms :: How To Display YouTube Video

Mar 25, 2010

How can one display You Tube Video on .aspx page. I had created one table in DB containing URL details but couldn't make out how to show them. I have to display one button on whose click all Video listing are to be displayed and on click of any video, Video should be displayed.

View 6 Replies

Web Forms :: Display Video In A FLV Player?

Apr 14, 2010

im using Jwflv player,which is free, to display flv players on .NET Web Form Application.

but the problems is when the page is load, the video area is first Black, and after clicking on Play you get your video.

i want to show the first frame of the video before clicking play, and after click play ill get my video

View 2 Replies

Display The Duration Time Of The Video?

Feb 8, 2010

in my application i want to display the duration time of the video ( that is time of the video) in asp.net

View 2 Replies

C# - Create Website That Display Video In Continue Like TV?

Aug 27, 2010

I would like to create an asp.net website that display video in continu like TV. i am not sure which technology to use. The app will give a feel like a tv to the users.

View 1 Replies

Security :: Live Display Of Images From A Video Camera In Webpage?

Jan 17, 2011

I have to display images from a video camera in my web page.

What I am already done is, I created a folder in my severer side and continuously check for latest image in that folder.

whenever anew image arrived in that folder I display that image in my web page.

It was working when I am testing the code by dragging images in to that folder one by one.

But, when my application connected to the camera, images was coming in to that folder but my application don't have permission to take those images to display

View 3 Replies

Web Forms :: Retrieve And Display Single Video From Database Using ID In QueryString

May 7, 2015

In the following code, I need to modify the Handler so that the records or results that display are based on a QueryString value. Currently all of the records in the table display on the page but I want records to display based on the passing a querystring value based on the field, id. I have tried to alter the code without much success.

Public Class FileVB : Implements IHttpHandler

Public Sub ProcessRequest(ByVal context As HttpContext) Implements IHttpHandler.ProcessRequest
Dim id As Integer = Integer.Parse(context.Request.QueryString("id"))
Dim bytes As Byte()
Dim contentType As String
Dim strConnString As String = ConfigurationManager.ConnectionStrings("fitnesConnectionString").ConnectionString
Dim name As String
Using con As New SqlConnection(strConnString)
Using cmd As New SqlCommand()

[CODE]..

View 1 Replies

Add Watermark On Video File?

May 10, 2010

How Can I add watermark on video file, What is the best way? I know we can easily do on image. BUt I want on video file.

View 4 Replies

C# - Get The Dimensions Of A Mp4 Video File?

Feb 23, 2011

I have a form that will accept and save a MP4 video file. I need to be able to get the dimensions of the video as well. This will be running on a server running ASP.NET 2.0 so any external libs must be able to be placed in the Bin folder as they can not be installed on the server.

how to get the information? If the same lib would let me transcode the video to flv that would be a huge bonus.

Update: The server is XP Service Pack 2 with .NET Framework (2,0,50727,0)

View 1 Replies

Download A Video File With C#

Jul 30, 2010

i want code to downlaod a video file using asp.net with c#

View 3 Replies

Data Controls :: Display YouTube Videos Inside GridView Using Video URL In Database

May 7, 2015

I want to shore youtube url in to database then want to show video in datalist or gridview by using the url. in datalist there will be video player show.

View 1 Replies

Web Forms :: Get Thumbnail From Video File

Jan 7, 2010

i need to get thumbnail from video files using C#.

View 1 Replies

Capture Frames Of Video File Through C#

Feb 23, 2011

I want to capture the frames of a video file through C#. I dont want to use the FrameGrabber or other built dll's. I amlooking it from plain dot net without using COM.

View 2 Replies

Get Thumbnail From The Uploaded Flv Video File?

May 28, 2010

is there any method on showing the image for the uploaded video files which are in flv format? i saw all the video in youtube got show the image of the video. how to do it?

View 4 Replies

Play Any Video File In IE And Mozilla?

Feb 12, 2010

i have used "embed" tag for Flv file, Flash Player for "swf" file and "object tag for other files.. everything working fine with IE but in Mozilla only swf files working properly.. way to play video of any type in IE and Mozilla both

View 2 Replies

Web Forms :: How To Upload Video File In VS 2008 3.5

Jan 27, 2010

How to Upload Video file in VS 2008 3.5

View 5 Replies

SQL Server :: How To Upload Video File In Database

Dec 4, 2010

upload the vedio file in sqlserver database using asp.net c# .

View 4 Replies

Play Video & Audio File On Page?

Sep 12, 2010

How could i paly a video & audio file on an asp.net page so that the file is determined on the run time

View 2 Replies

Web Forms :: Read / Add Metadata Of A Video File?

Aug 3, 2010

am trying to read the metadata of a video file and also change/add some fields to that.

Note: .Net 3.5, VB

View 1 Replies

C# - Processing Video File After Uploading In Azure?

Nov 27, 2010

does anyone have any sample code/tutorials on processing a video file uploaded to Azure (.mov, .3gp, .avi) and converting it to flash and also creating a thumbnail file after the video has been uploaded as a blob to Azure?

View 1 Replies







Copyrights 2005-15 www.BigResource.com, All rights reserved