Back to Devexpress

EmbedMethod Enum

aspnet-devexpress-dot-web-431857a4.md

latest1.4 KB
Original Source

EmbedMethod Enum

Lists the values that specify the method used to embed a flash movie in web pages.

Note: This enumeration is now obsolete. The FlashObjectProperties.EmbedMethod property is obsolete. Now a property value is selected automatically.

Namespace : DevExpress.Web

Assembly : DevExpress.Web.v25.2.dll

NuGet Package : DevExpress.Web

Declaration

csharp
public enum EmbedMethod
vb
Public Enum EmbedMethod

Members

NameDescription
TwiceCooked

The “Twice-Cooked” method is used. Two main tags ( object and embed ) embed the movie and require that you declare every value twice. Microsoft Internet Explorer (IE) and similar browsers primarily use one tag; browsers that consider themselves friends of Netscape use the other.

| | Satay |

The “Flash Satay” method is used. Flash Satay is a method of coding to display the Flash video content in (X)HTML, while adhering to the w3c (World Wide Web Consortium, www.w3.org) standards. It was developed by Drew McLellan in 2002.

|

Remarks

Values listed by this enumeration are used to set the FlashObjectProperties.EmbedMethod property’s value.

See Also

DevExpress.Web Namespace