|
|
Is it possible to get a transparent (not white) background for the flash charts when I paste into my web page?
Author: Edward Hardin Reference Number: AA-00380 Views: 5626 Last Updated: 07/30/2009 01:58 PM |
0 Rating/ Voters
|
![](https://web-site-scripts.com/knowledge-base/admin/images/local/FirstTheme/ico-rating-g.gif) ![](https://web-site-scripts.com/knowledge-base/admin/images/local/FirstTheme/ico-rating-g.gif) ![](https://web-site-scripts.com/knowledge-base/admin/images/local/FirstTheme/ico-rating-g.gif) ![](https://web-site-scripts.com/knowledge-base/admin/images/local/FirstTheme/ico-rating-g.gif) |
You can easily set transparent background to Flash Charts Pro:
Using Dreamweaver
Follow the below steps, and Dreamweaver will insert the correct HTML code automatically.
- In Dreamweaver, insert the Flash movie into an HTML page.
- Select the Flash movie in the Design View.
- In the Properties panel, choose Parameters.
- For the Parameter, enter "wmode" (without quotes). For the Value, enter "transparent".
- Save the document. The HTML page is complete.
Editing HTML code manually
To edit an existing HTML page, add the WMODE parameters to the HTML code.
- Add the following parameter to the OBJECT tag:
- Add the following parameter to the EMBED tag:
- If you use Active Content Publishing script (AC_RunActiveContent.js) to show charts, you need also to add 'wmode','transparent' parameters to it.
|
|
|