this may be a really stupid reply... but...

i notice that you don't have a bgcolor param tag for the flash object.
will adding one of these make a difference? the parameter is also in
the embed tag.

hth
G

On 5/13/05, Dex002 <[EMAIL PROTECTED]> wrote:
>  The background color of my swf's are black, but just before they load into
> the page via the Jscript below, there is a white background. You can view it
> here. I guess I just have to change the bground color of the Java object,
> but I'm not sure how to do that. Can anyone help??
>  
>  
>  <div align="center">
>  <table width="768" height="100%" cellspacing="0" cellpadding="5"
> border="0">
>  <tr>
>      <td height="10">
>  
>      </td>
>  </tr>
>  <tr>
>     <td align="center" valign="top" height="10">
>      <SCRIPT LANGUAGE="JavaScript" type="text/javascript">
>      <!--
>          var oeTags = '<OBJECT
> CLASSID="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000"'
>          + 'WIDTH="800" HEIGHT="600"'
>          +
> 'CODEBASE="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab";>'
>          + '<PARAM NAME="MOVIE" VALUE="main.swf">'
>          + '<PARAM NAME="PLAY" VALUE="true">'
>          + '<PARAM NAME="LOOP" VALUE="false">'
>          + '<PARAM NAME="QUALITY" VALUE="high">'
>          + '<PARAM NAME="MENU" VALUE="false">'
>          + '<EMBED SRC="main.swf"'
>          + 'WIDTH="800" HEIGHT="600"'
>          + 'PLAY="true"'
>          + 'LOOP="false"'
>          + 'QUALITY="high"'
>          + 'MENU="false"'
>          + 'TYPE="application/x-shockwave-flash"'
>          +
> 'PLUGINSPAGE="http://www.macromedia.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash";>'
>          + '</EMBED>'
>          + '</OBJECT>';
>  
>          document.write(oeTags);   // embed the flash movie
>      // -->
>      </SCRIPT>
>      </td>
>  </tr>
>  </table>
>  </div> ---
>  You are currently subscribed to fugli as: [EMAIL PROTECTED]
>  To unsubscribe send a blank email to
> [EMAIL PROTECTED] Aussie Macromedia
> Developers: http://lists.daemon.com.au/

---
You are currently subscribed to fugli as: [email protected]
To unsubscribe send a blank email to [EMAIL PROTECTED]
Aussie Macromedia Developers: http://lists.daemon.com.au/

Reply via email to