Embedding a Flash Image using PopChart Embedder

You can generate a Flash PopChart image by setting the PopChart Embedder imageType attribute to "FLASH". For example, assuming your PopChart Embedder object is named myPopChart, you should use the following command to set the image format to Flash:

myPopChart.imageType = "FLASH";

Note: FLASH images in Internet Explorer are embedded with an <object> tag. The <object> tag allows you to extend the functionality of the FLASH plug-in by including <param> tags. This provides support for effects such as transparency. To have the PopChart Embedder include a <param> tag within a FLASH image that it embeds, use the addObjectParamTag(String, String) method.