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.v24.2.dll
NuGet Package: DevExpress.Web
#Declaration
#Members
Name | Description |
---|---|
Twice
|
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. |
#Remarks
Values listed by this enumeration are used to set the FlashObjectProperties.EmbedMethod
property’s value.