Class WebFlashDepictor<C extends Flash>

    • Field Detail

      • FLASH_CONTENT_TYPE

        public static final com.globalmentor.net.ContentType FLASH_CONTENT_TYPE
        The content type for Flash objects.
      • ALLOW_SCRIPT_ACCESS_PARAMETER_ALWAYS

        public static final java.lang.String ALLOW_SCRIPT_ACCESS_PARAMETER_ALWAYS
        The "allowScriptAccess" parameter "always" value.
        See Also:
        Constant Field Values
      • ALLOW_SCRIPT_ACCESS_PARAMETER_NEVER

        public static final java.lang.String ALLOW_SCRIPT_ACCESS_PARAMETER_NEVER
        The "allowScriptAccess" parameter "never" value.
        See Also:
        Constant Field Values
      • ALLOW_SCRIPT_ACCESS_PARAMETER_SAME_DOMAIN

        public static final java.lang.String ALLOW_SCRIPT_ACCESS_PARAMETER_SAME_DOMAIN
        The "allowScriptAccess" parameter "sameDomain" value.
        See Also:
        Constant Field Values
      • MOVIE_PARAMETER

        public static final java.lang.String MOVIE_PARAMETER
        The "movie" parameter.
        See Also:
        Constant Field Values
      • QUALITY_PARAMETER

        public static final java.lang.String QUALITY_PARAMETER
        The "quality" parameter.
        See Also:
        Constant Field Values
      • QUALITY_PARAMETER_HIGH

        public static final java.lang.String QUALITY_PARAMETER_HIGH
        The "quality" parameter "high" value.
        See Also:
        Constant Field Values
      • WMODE_PARAMETER

        public static final java.lang.String WMODE_PARAMETER
        The "wmode" parameter.
        See Also:
        Constant Field Values
      • FLASH_CLASS_ID

        public static final java.lang.String FLASH_CLASS_ID
        The Shockwave Flash player class ID.
        See Also:
        Constant Field Values
      • SWFLASH_CAB_URI

        public static final java.net.URI SWFLASH_CAB_URI
        The URI to the swflash.cab file.
      • SWFLASH_CAB_SECURE_URI

        public static final java.net.URI SWFLASH_CAB_SECURE_URI
        The HTTPS URI to the swflash.cab file.
      • SWFLASH_CAB_URI_VERSION_PARAMETER

        public static final java.lang.String SWFLASH_CAB_URI_VERSION_PARAMETER
        The URI parameter specifying the version of the swflash.cab file to retrieve.
        See Also:
        Constant Field Values
    • Constructor Detail

      • WebFlashDepictor

        public WebFlashDepictor()
        Default constructor using the XHTML <object> element.
    • Method Detail

      • getSWFlashCabURI

        public static java.net.URI getSWFlashCabURI​(java.lang.String version,
                                                    boolean secure)
        Returns A URI appropriate for accessing the swflash.cab file at an optionally secure location with the given version.
        Parameters:
        version - The version of the file to retrieve.
        secure - Whether a secure URI should be retrieved.
        Returns:
        A URI to the swflash.cab file.