A Flash Developer Resource Site

Results 1 to 2 of 2

Thread: Background Color Mac vs PC

  1. #1
    Junior Member
    Join Date
    Apr 2001
    Posts
    2
    I have created a SWF file with the FlashTyper. Everything looks great except when it is viewed on a Mac. I need the background color to be white. I have designated this in the code and it still shows grey when viewed on a Mac. When it is viewed on a PC it is fine. I tried setting the BG to transparent but no luck. Can anyone please help me with this.

    Thank You,
    Bob Conley

  2. #2
    juggernart me2222's Avatar
    Join Date
    Jun 2000
    Posts
    1,322
    Hi,
    I never used FlashTyper.
    I just tried it now and figured out that there is something wrong with the html object/embed that FlashTyper outputs in the "preview.html".
    I tried it with a pink (#FF00FF) text on green (#00FF00) background:

    For the object tag it uses
    PARAM NAME=bgcolor VALUE=#00FF00 (thats ok, in your case it should be #FFFFFF )
    For the embed tag it uses
    bgcolor=#FF00FF (That is wrong, it is the color of the text, and should also be #00FF00, in your case #FFFFFF)

    I wrote an email to Flashkit to let them know.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  




Click Here to Expand Forum to Full Width

HTML5 Development Center