C# Tutorials and offshore development in India
    Tutorials   Resources   Forum   Reviews   Communities   Interview   Jobs   Projects   Training   Your Ad Here    
Silverlight Games | Mentor | Code Converter | Articles | Code Factory | Computer Jokes | Members | Peer Appraisal | IT Companies | Bookmarks | Polls | Revenue Sharing | Lobby | Gift Shop |


Prizes & Awards
My Profile



Active Members
TodayLast 7 Days more...






Forums » .NET » ASP.NET »

How to play youtube video in web based application?????


Posted Date: 17 Jul 2008      Posted By: manivannan      Member Level: Silver     Points: 1   Responses: 2



How to play youtube video in web based application?????


I am using asp.net with c#





Responses

Author: Milind Kansagara    17 Jul 2008Member Level: GoldRating: 2 out of 52 out of 5     Points: 3

you can use the embed tag that is provided by the you tube. just put that embed tag in the database if you want to make it dynamic otherwise just put that embed tag where you want to put the videos.

Regards,
Milind Kansagara
Web Developer (Cybercomcreation)
Ahmedabad.
http://milindkansagara1984.blogspot.com



Author: Kumar Velu    17 Jul 2008Member Level: DiamondRating: 2 out of 52 out of 5     Points: 6

hi,

You can use html Embed tag to include a video/audio files in a web application ..

<EMBED ...> puts a browser plugin in the page. A plugin is a special program located on the client computer (i.e. not on your web server) that handles its own special type of data file. The most common plugins are for sounds and movies. The <EMBED ...> tag gives the location of a data file that the plugin should handle.
<EMBED
SRC="../graphics/sounds/1812over.mid"
HEIGHT=60 WIDTH=144>

SRC: URL of resource to be embedded
WIDTH: width of area in which to show resource
HEIGHT: height of area in which to show resource
ALIGN: how text should flow around the picture
NAME: name of the embedded object
PLUGINSPAGE: where to get the plugin software
PLUGINURL: where to get the JAR archive for automatic installation
HIDDEN: if the object is visible or not
HREF: make this object a link
TARGET: frame to link to
AUTOSTART: if the sound/movie should start automatically
LOOP: how many times to play the sound/movie
PLAYCOUNT: how many times to play the sound/movie
VOLUME: how loud to play the sound
CONTROLS: which sound control to display
CONTROLLER: if controls should be displayed
MASTERSOUND: indicates the object in a sound group with the sound to use
STARTTIME: how far into the sound to start and stop
ENDTIME: when to finish playing.

hope this will help you..



Post Reply

 This thread is locked for new responses. Please post your comments and questions as a separate thread.
If required, refer to the URL of this page in your new post.


Next : resource cannot be found error while running
Previous : To VIPUL
Return to Discussion Forum
Post New Message
Category: ASP.NET

Related Messages



dotNet Slackers

About Us    Contact Us    Privacy Policy    Terms Of Use