What you want to see on DotNetFunda.com ?
DotNetFunda.Com Logo
Twitter TwitterLinkedIn
YouTubeGoogle
 Online : 37513 |  Welcome, Guest!   Register  Login
 Home > Forums > ASP.NET > creating a video file ...
Sksamantaray

creating a video file

Replies: 2 | Posted by: Sksamantaray on 1/3/2012 | Category: ASP.NET Forums | Views: 618 | Status: [Member] | Points: 10  


May i know the process of creating a video file in asp.net

Thanks,
Sanjay


Reply | Reply with attachment | Alert Moderator

 Responses below this adGet hundreds of .NET Tips and Tricks videos

 Replies

Balajirnaukri@gmail.com
Balajirnaukri@gmail.com  
Posted on: 1/3/2012 9:17:50 AM
Level: Starter | Status: [Member] | Points: 25

I also need some useful sites can anyone explain about this concept

Thanks and Regards
Balaji.R
ASP.NET Devloper
Solve-IT corp

Sksamantaray, if this helps please login to Mark As Answer. | Reply | Alert Moderator 

Balajirnaukri@Gmail.Com
Balajirnaukri@Gmail.Com  
Posted on: 4/24/2012 8:48:13 AM
Level: Starter | Status: [Member] | Points: 25

You can do this by creating the object tag

<object name="DottObject" type="text/html" height="100%" width="100%" border="0" data="http://www.dotnetobject.com"></object>

for swf
<object width="400" height="400" data="helloworld.swf"></object>

or

<embed src="intro.swf" width="200px" height="200px"></embed>


for videos you need Quicktime to run videos on web, so below code will help you to run video file
<object width="420" height="360"
classid="clsid:02BF25D5-8C17-4B23-BC80-D3488ABDDC6B"
codebase="http://www.apple.com/qtactivex/qtplugin.cab">
<param name="src" value="liar.wav" />
<param name="controller" value="true" />
</object>

or

<embed src="http://www.tizag.com/files/html/htmlexample.mpeg"
autostart="false" />

Thanks and Regards
Balaji.R
ASP.NET Devloper
Solve-IT corp

Sksamantaray, if this helps please login to Mark As Answer. | Reply | Alert Moderator 

Reply - Please login to reply


Click here to login & reply

About Us | Contact Us | The Team | Advertise | Software Development | Write for us | Testimonials | Privacy Policy | Terms of Use | Link Exchange | Members | Go Top
General Notice: If you find plagiarised (copied) contents on this page, please let us know the original source along with your correct email id (to communicate) for further action.
Copyright © DotNetFunda.Com. All Rights Reserved. Copying or mimicking the site design and layout is prohibited. Logos, company names used here if any are only for reference purposes and they may be respective owner's right or trademarks. | 5/21/2013 4:51:53 PM