Skip to main content
A newer version of this page is available. .
Tab

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.v18.2.dll

Declaration

public enum EmbedMethod

Members

Name Description
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