Click to See Complete Forum and Search --> : White box where swf is placed


fernandosaez
07-25-2006, 06:01 PM
Hello
Its just a css file (Im pretty sure), background all black, and a swf file in the midle.
The problem is that when the page inisially load, it shows the black screen and where the swf file is there is a white box for about a second.
Anyone know a way around this?
www.proenglish.cl/english

and

www.proenglis.cl/spanish


I used this code in the start page (www.proenglish.cl)
<script type="text/javascript">
AC_FL_RunContent( 'codebase','http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,19,0','width','493','height','230','title','PROENGLISH - INTRO','src','idex2','bgcolor','000000','quality','high','pluginspage','http://www.macromedia.com/go/getflashplayer','movie','idex2'); //end AC code
</script>

When I did it for the pages I mentioned above all my flash content went black, probably because the background is white in the swf.

Any ideas?
Thanks
Feņa

bryan_hall28@ms
07-25-2006, 10:01 PM
after it loads it goes a way right .

Wiz Creations
07-25-2006, 10:58 PM
You need a custom loading screen in the flash file... well, that was my initial response until the custom loading screen appeared. Try putting something in frame 1 of scene 1 that says loop that frame until the rest of the loading frames are loaded, and then you have the loading frames loop until the entire flash file is loaded. That may work, but then again, it may not... I'm not really sure.


By the way, that "white box" is there for more than a few seconds on a dialup connection.

fernandosaez
07-26-2006, 12:54 AM
Thanks for the answer, unfortainatly,I dont think the flash idea would work. The load setting is a black background. Any other ideas?
Thanks,
Feņa

bathurst_guy
07-26-2006, 01:33 AM
In flash did you just create a black rectange for the background or did you actually set the background colour to black.