Thursday, 24 October 2013
Monday, 21 October 2013
Go Agile to develop amazing apps : Visual Studio Conclave in Hyderabad
When & Where
| |
City:
|
Hyderabad
|
Venue:
|
The Westin Hyderabad Mindspace
Raheja IT Park, Hitec City
Madhapur
Hyderabad – 500 081, India
|
Date:
|
23rd Oct 2013
|
Join us at this event to find out how Visual Studio 2012 opens up a new world of development possibilities for you. Connect with the Experts to know how this latest version of Visual Studio provides new opportunities for your business.
Time |
Session Details
| |||
09.30 am - 10.00 am
|
Registration
| |||
10.00 am - 10.30 am
|
Keynotes
| |||
10.30 am - 11.30 am
|
Agile Development using TFS 2012
| |||
11.30 am - 12.30 pm
|
Agile Testing using Visual Studio 2012
| |||
12.30 pm - 01.30 pm
|
Lunch
| |||
01.30 pm - 02.30 pm
|
Building Modern UI Applications using .NET 4.5 and Visual Studio 2012 Part I
| |||
02.30 pm - 03.30 pm
|
Tea Break
| |||
03.30 pm - 04.30 pm
|
Building Modern UI Applications using .NET 4.5 and Visual Studio 2012 Part II
| |||
04.30 pm - 05.00 pm
|
Q&A
|
Tuesday, 1 October 2013
How to Play YouTube Video Using Embed Code
Hi,
In this Article am Going to Explain, How to Play the YouTube Video Using Embed Code.
In My Previous Article I Explained About How to Play YouTube Video in ASP.Net Application .
This Will be More Useful, If you want Add Videos in to Your WebSite Or Blog.
Now am going to Explain about, How to Use Embed Code and Where We need to Add this Embed Code to Paly the Video.
Step1:
Select the Video Which Video Code We need to take.
In the Below Screenshot, there is a Share Link( Arrow Mark) Is there Just Click on the that.
Step2:
In the Share Link you can see again 3 Links (Like Share this Video, Embed, Email) are there.
Click on Embed .
Step3:
In the Embed Link, we will get TextArea which is Having the EmbedCode and below there is an Option to Change the Video Size.
There are 3 CheckBoxes
1. Show suggested videos when the Video finishes,
2. Enable privacy-enhanced mode,
3. Use Old embed Code.
There are 2 types of Embed Code are Available for YouTube Video's
1. New Embed Code Which Supports Flash and Html5., this begins with "<iframe",
2. Old Embed Code Only Supports to the Flash, this begins with "<object".
Code Sample:
In this Article am Going to Explain, How to Play the YouTube Video Using Embed Code.
In My Previous Article I Explained About How to Play YouTube Video in ASP.Net Application .
This Will be More Useful, If you want Add Videos in to Your WebSite Or Blog.
Now am going to Explain about, How to Use Embed Code and Where We need to Add this Embed Code to Paly the Video.
Step1:
Select the Video Which Video Code We need to take.
In the Below Screenshot, there is a Share Link( Arrow Mark) Is there Just Click on the that.
Step2:
In the Share Link you can see again 3 Links (Like Share this Video, Embed, Email) are there.
Click on Embed .
Step3:
In the Embed Link, we will get TextArea which is Having the EmbedCode and below there is an Option to Change the Video Size.
There are 3 CheckBoxes
1. Show suggested videos when the Video finishes,
2. Enable privacy-enhanced mode,
3. Use Old embed Code.
There are 2 types of Embed Code are Available for YouTube Video's
1. New Embed Code Which Supports Flash and Html5., this begins with "<iframe",
2. Old Embed Code Only Supports to the Flash, this begins with "<object".
Code Sample:
<html>
<head></head>
<body>
<div>
<object width="420" height="315">
<param name="movie"
value="http://www.youtube.com/v/Kp3dS-T16x4?hl=en_US&version=3&rel=0">
</param>
<param name="allowFullScreen"
value="true"></param>
<param name="allowscriptaccess"
value="always"></param>
<embed
src="http://www.youtube.com/v/Kp3dS-T16x4?hl=en_US&version=3&rel=0"
type="application/x-shockwave-flash"
width="420" height="315"
allowscriptaccess="always"
allowfullscreen="true"></embed>
</object>
</div>
</body>
</html>
For More Information About Embed Code Check in Google Support
Subscribe to:
Comments (Atom)

