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.v24.1.dll
NuGet Package: DevExpress.Web
Declaration
[DefaultValue(EmbedMethod.TwiceCooked)]
[Obsolete("This property is obsolete. Now a property value is selected automatically.")]
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. |