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

FlashObjectProperties.EmbedMethod Property

OBSOLETE

This property is obsolete. Now a property value is selected automatically.

Gets or sets the method used to embed a flash movie in web pages.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v19.2.dll

Declaration

[Obsolete("This property is obsolete. Now a property value is selected automatically.")]
[DefaultValue(EmbedMethod.TwiceCooked)]
public EmbedMethod EmbedMethod { get; set; }

Property Value

Type Default
EmbedMethod **TwiceCooked**

Available values:

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.

See Also