A Flash Developer Resource Site

Results 1 to 3 of 3

Thread: How to get rid of white BG box as flash .swf loads?

  1. #1
    Junior Member
    Join Date
    Sep 2000
    Posts
    12

    Red face

    SOmebody asked me this question the other day...how do you get rid of the white box (Go Live) Web apps create when loading the flashmovie as a plug in...in this case there's a black background so a white box is very annoying...i guess its more pronounced with a dial up connection....I'm stumped...
    thanks

  2. #2
    Senior Member SJT's Avatar
    Join Date
    Mar 2000
    Location
    London, UK
    Posts
    2,563
    not sure, you could try setting the bgcolor attribute of the object and embed tags to see if that works...who knows?

  3. #3
    Senior Member
    Join Date
    Apr 2001
    Posts
    215
    SJT is correct.
    Code:
    embed src="flash.swf" bgcolor="#FFFFFF" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash"
    Just replace the FFFFFF with you background color of the flash file.
    [edit: Stupid code tag never works! ]
    [Edited by ndl on 12-10-2001 at 10:08 PM]

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