A Flash Developer Resource Site

Results 1 to 3 of 3

Thread: Color when loading flash.

  1. #1
    Junior Member
    Join Date
    May 2003
    Posts
    18

    Color when loading flash.

    Hello everyone!
    Here's my problem. I have a BLUE website and there's a flash with a BLUE background that sits neatly on it. HOWEVER, before it even starts PRELOADING it's just a big white box. Is there anyway to make this white box the same blue as my background?

    Thankst alot!!

    -Chester-

    <--- this Afro guy is awesome.

  2. #2
    Spidey wants his icon back! Defyeler's Avatar
    Join Date
    Jul 2002
    Location
    New York City
    Posts
    255
    when you published your fla, the HTML code looks like this:

    //--
    (OBJECT classid=""
    codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,0,0"
    WIDTH="780" HEIGHT="500" id="menu" ALIGN="")
    (PARAM NAME=movie VALUE="file.swf")
    (PARAM NAME=loop VALUE=false)
    (PARAM NAME=menu VALUE=false)
    (PARAM NAME=quality VALUE=high)
    (PARAM NAME=bgcolor VALUE=#CCCCCC)
    (EMBED src="file.swf" loop=false menu=false quality=high bgcolor=#CCCCCC WIDTH="780" HEIGHT="500" NAME="menu" ALIGN=""
    TYPE="application/x-shockwave-flash" PLUGINSPAGE="http://www.macromedia.com/go/getflashplayer")(/EMBED)
    (/OBJECT)
    Change the color values in both the parameters and embed tags to your blue.. bam you're done.

    I changed all the < to ( cause it tried to load an SWF lol
    Its never.. wow kool I like it, its always.. ok I made this.. how can it be better?

  3. #3
    Senior Member
    Join Date
    Feb 2003
    Posts
    825
    set the background color of your flash movie to that blue color...

    go to Modify > Document > Background color

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