WAML - Web Application Markup Language

WAML - Web Application Markup Language

Posts 1-1 of 1
  • Evgenios Skitsanos
    Evgenios Skitsanos    Group moderator
    The company name is only visible to registered members.
    wa:Flash
    Renders Flash object

    Parameters:

    * @swf - The file path and name to your swf file.
    * @width - The width of your Flash movie.
    * @height - The height of your Flash movie.
    * @version - The required player version for your Flash content. This can be a string in the format of 'majorVersion.minorVersion.revision'. An example would be: "6.0.65". Or you can just require the major version, such as "6".
    * @backgroundColor - This is the hex value of the background color of your Flash movie.

    Example:

    <wa:Flash id="myFlash" movie="http://images.templatemonster.com/screenshots/13300/13364.sw..." version="8" width="300" height="200" backgroundColor="#EFEFEF"/>