public static class WidgetUtil.FlashObject extends Object
| Modifier and Type | Field and Description |
|---|---|
String |
bgcolor
The value of the "bgcolor" embed parameter for the movie, normally a hash-prefixed hex
RGB tuple.
|
String |
flashVars
The pre-URLEncoded flash variables to pass to the movie.
|
String |
height
The value of the "height" embed parameter for the movie.
|
String |
ident
The id and/or name of the embed tag.
|
String |
movie
The url of the movie file to embed.
|
boolean |
transparent
Whether the embedded movie should be marked as transparent.
|
String |
width
The value of the "width" embed parameter for the movie.
|
| Constructor and Description |
|---|
WidgetUtil.FlashObject(String ident,
String movie,
int width,
int height)
Creates a new flash object definition with the given members using pixel css width and
height and other members set to default values.
|
WidgetUtil.FlashObject(String ident,
String movie,
int width,
int height,
String flashVars)
Creates a new flash object definition with the given members using pixel css width and
height and other members set to default values.
|
WidgetUtil.FlashObject(String ident,
String movie,
String width,
String height)
Creates a new flash object definition with the given members and other members default.
|
WidgetUtil.FlashObject(String ident,
String movie,
String width,
String height,
String flashVars)
Creates a new flash object definition with the given members and other members default.
|
public String ident
public String movie
public String width
public String height
public String flashVars
public String bgcolor
public boolean transparent
public WidgetUtil.FlashObject(String ident, String movie, int width, int height)
public WidgetUtil.FlashObject(String ident, String movie, int width, int height, String flashVars)
public WidgetUtil.FlashObject(String ident, String movie, String width, String height)
Copyright © 2013. All Rights Reserved.