Welcome to YTEaze.NET for ASP.NET WinForms
YTEaze.NET is a no frills web control that emits the HTML code that is needed to embed a YouTube video into an ASP.NET WebForms page, using either an
<object> or
<iframe> element.
Features
- It provides strongly typed access to the video parameters. Although strongly typed, the property types are designed to accept any arbitrary string value that YouTube may introduce in the future.
- It contains an Aspect property that allows you to set the aspect ratio to Free, 16:9 or 4:3. As you adjust the Width of the control the Height is adjusted automatically.
- It's inherited from the WebControl class so you have direct access to the BorderStyle, BorderColor and BorderWidth properties.
- It adds a new BorderRadius property so that one or more corners can be curved.
- It adds a new Shadow property so that the control can be rendered with effects such as drop-shadow and edge-blur.
- Unlike the standard YouTube embed code generator, it emits, as far as is possible, XHTML 1.0 compliant code.
Getting Started