white box flashes before the SWF load

I am embedding my swf using SWFobject file but I get a white box, flashing until the swf file is loaded. I tried all the suggestions, but I still have the problem.

The Flash file and the browser background color is the same. Any new idea on how to solve this problem.  I'm a casual AS3 programmer, I'm just learning to be able to do my own Web site.

You can take a look at a problem in www.carlosNmolina.com

Thanks in advance.

Hello

Yes, the famous "white lightning" is caused by SWFObject, but is more or less a bug; Just to set the bgcolor parameter, otherwise it's default white:

var params = {bgcolor: '#000000'};
swfobject.embedSWF ("my.swf", "flash", "100%", "100%", "10.0.0", false, {}, params");

Easily attaches.

(Here it is SWFObject 2.2. It's the 8th budget in the declaration of swfobject, and of course, the color is the color of your choice.)

____________________

Design Cyboide

Web site creation

Tags: Adobe Animate

Similar Questions

  • I downloaded and installed EnhancedVideoInstaller.pkg.  Now when I start my computer an empty white box flashes before it shows the normal screen.  How can I get rid of this program?

    I installed EnhancedVideoInstaller.pkg in a vain attempt to have an online tour of health care.  It shows in my downloads and activity monitor, it shows EnhancedVideo, but I can't get rid of.  When I start my computer an empty white box flashes by in-between enter my password and the splash screen.  I would like to eliminate it.  Thank you!

    http://www.howtogeek.com/231496/how-to-uninstall-applications-on-a-Mac-eVeRyThiN g-you-need to know.

  • rinsing of the SWF loaded phase target mc?

    Hi, I'm using buttons to send the playhead to executives in which sovereign wealth funds are then loaded into an empty movieclip called "stage_target_mc"... .how I can then flush out the previously loaded swf then only a newly loaded swf displayed in "stage_target_mc"?  For example, after you click on the button 'about' swf 'about' load... then the "concepts" click the "concepts" swf loads - but the previously 'about' loaded swf plays again... I wish I could rinse the swf 'about' so only "concepts" are display, in this example.  Thank you!

    code associated with buttons that are used to send the playhead to frame "concepts" or "about":

    about_btn.addEventListener (MouseEvent.CLICK, displayAbout);

    function displayAbout(e:MouseEvent):void {}

    root.gotoAndStop ("about");

    }

    concepts_btn.addEventListener (MouseEvent.CLICK, displayConcepts);

    function displayConcepts(e:MouseEvent):void {}

    root.gotoAndStop ("concepts");

    }

    code on frame called "concepts":

    stage_target_loader. Load (new URLRequest("swfs/stages/concepts.swf"));

    MovieClip (root).stage_target_mc.addChild (stage_target_loader);

    code on frame called 'a way':

    stage_target_loader. Load (new URLRequest("swfs/stages/about.swf"));

    MovieClip (root).stage_target_mc.addChild (stage_target_loader);

    Before loading, try to use the method of the Loader class unloadAndStop() If you are using a version of Flash newr

  • White box appears where the images in the slide show should be!

    The flash swf slideshow, I inserted on my page Web works in dreamweaver, but when the downloaded appears as a white box without images. The files are saved on my root folder. Here is a link to the page:
    http://bryandowling.com/art.html. Here is the code:
    < object classid = "clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase ="" http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7, 0,19,0 ' width = "600" height = "600" > "
    "< param name ="movie"value="/_mmServerScripts/gallery.swf "/ >
    < param name = "quality" value = "high" / >
    "" "< embed src="/_mmServerScripts/gallery.swf "quality ="high"pluginspage =" http://www.macromedia.com/go/getflashplayer ' type = "application/x-shockwave-flash" width = "600" height = "600" > < / embed >
    < / object >

    Yes, you will need to download all of the image files. The Gallery creates a reference to these images via a .xml file. I think that tiles usually go in a folder called "thumbnails" and images full resolution, go to a folder called 'images' in the same directory as the swf file. So... bryandowling.com/thumbnails/ and bryandowling.com/images respectively.

  • Small blue square box flashing in the middle of the desktop computer

    Original title: I have a small blue square flashing in the middle of my monitor that holds a white lock inside and I can't get rid of him... any suggerstions?

    I have a 11/2 inch with a lock blue square white inside on my screen and I peut-not get rid of her, shows up at first upward and monitor stays on the computer so no matter where I go or what I do, any suggestions?

    Hi Frankie Barkere,

    1. did you of recent changes on the computer?

    2. don't see no message in the box square on the desktop?

    Method 1

    Check if the problem persists in safe mode.

    Start your computer in safe mode

    http://Windows.Microsoft.com/en-us/Windows-Vista/start-your-computer-in-safe-mode

    Restart the computer to return to normal mode

    Method 2

    If the problem does not persist in safe mode then he isa possibility that some third-party programs installed on the computer is the origin of the problem in normal mode. I suggest that you perform a clean boot and check.

    To help resolve the error and other messages, you can start Windows Vista by using a minimal set of drivers and startup programs. This type of boot is known as a "clean boot". A clean boot helps eliminate software conflicts.

    See the link below to learn more about how to clean boot.

    How to troubleshoot a problem by performing a clean boot in Windows Vista or in Windows 7

    http://support.Microsoft.com/kb/929135

    Reset the computer to start as usual

    When you are finished troubleshooting, follow these steps to reset the computer to start as usual:

    (a) click Start, type msconfig in the search box and press ENTER.

    (b) If you are prompted for an administrator password or for confirmation, type your password or click on continue.

    (c) under the general tab, click the Normal startup option, and then click OK.

    (d) when you are prompted to restart the computer, click on restart.

    I hope this helps!

    Halima S - Microsoft technical support.

    Visit our Microsoft answers feedback Forum and let us know what you think.

  • FLASH AS2 main swf loaded swf playback controls

    Hello

    I have two swf files. The main (main.swf) swf that loads another swf (external.swf).

    The current code in my main swf that loads external swf file is:

    Stop();

    this.createEmptyMovieClip ("holder", 1);

    holder.loadMovie ("content/swf/M01/disclaimer.swf");

    The loaded swf file must unload on a click event, then the main swf movie should resume playing.

    The code in the swf file is:

    on (release) {}

    _level0.gotoAndPlay ("hideMSG");

    _parent.unloadMovie("content/SWF/M01/disclaimer.swf",1);

    }

    The external swf file loads and unloads perfectly, but the film does not seem to take over.

    When I try to use _level0.play, it seems to reload and restart the file main.swf.

    Any help would be greatly appreciated.

    Laura

    No, there is no downtime in this context, there is indeed a play(); which is exactly what I want.

    I managed to get it using variables instead of work.

    Thank you

    Laura

  • black boxes flashing when the use of the computer

    I'm flashing periodically small black boxes on the screen while I use the computer.  Box has no anytthing wrote in it but just flashes quickly and disappears.  Please help me fix.

    Hello

    Did you change your computer?

    Method 1:

    Step 1:

    I suggest you to check in safe mode and perform the clean boot and check.

    Advanced, including safe mode startup options

    http://Windows.Microsoft.com/en-us/Windows-Vista/advanced-startup-options-including-safe-mode

    Step 2:

    How to troubleshoot a problem by performing a clean boot in Windows Vista or in Windows 7

    http://support.Microsoft.com/kb/929135

    Note: After a repair, be sure to set the computer to start as usual as mentioned in step 7 in the above article.

    Method 2:

    I suggest to download and install the Microsoft safety scanner and run the scan and check.

    http://www.Microsoft.com/security/scanner/en-us/default.aspx

  • Go to the second picture in the SWF loaded using Adobe AIR

    Hello

    I am a beginner to Adobe AIR. That I am charged an external SWF file in the AIR.

    But I can't go straight to the second image of this external SWF file of the AIR.

    How to load the second image of the external swf file. ?

    Thanks in advance.

    You must wait for function Event.COMPLETE the Loader to trigger to ensure that it is fully charged. After access the content of the loader property to access the MovieClip inside, for example:

    swfloader.addEventListener (Event.COMPLETE, onComplete);

    function onComplete(e:Event):void

    {

    var mc:MovieClip is MovieClip (e.target. content);.

    go to section 2

    mc.gotoAndPlay (2);

    }

  • computer does not load before the windows loading screen.

    Hi basically I was watching a movie on my windows XP computer and it is essentially closed without warning.
    I tried to restart, but it wouldn't restart after loading with the blue bar screen.

    I tried to load in safe mode and it wont. I tried all the safe mode options you.
    I tried the last good config network still does not start.

    I also tried debug mode
    its not working do not and I really need all my things that are on the computer.
    I don't have a windows disc I bought this second hand about a year ago so any help would be thank you very much.
    Thanks in advance
    also, if anyone knows a way to fix this without an email from disk or reformatting windows me plz

    Jellybabyboosh,
    You should check with the manufacturer of PC for the recovery disc's different installation options.  You may be able to proceed to a repair facility and not lose anything. Mike - Engineer Support Microsoft Answers
    Visit our Microsoft answers feedback Forum and let us know what you think.

  • Multimedia PDF shows the white box

    I have a multimedia pdf I created in Acrobat Pro XI. The file contains URLS to interactive swf files. When multimedia is activated, it appears as a white box until the media are downloaded. Many of my users have slow internet connections, so downloading takes 30-40 seconds. Is it possible to show a picture or a message "Download" until the download is complete? I'm afraid that my users will think that nothing happens because the white box appears on the screen for so long. Any other suggestions on how to deal with this problem would be appreciated.

    The only option would be to write your own preloader SWF app in Flash/Flex, which is embedded in the PDF file and in turn gets the main content of your external link.

  • By using the fonts loaded in child swf

    Hello

    I have an ad container that loads a handful of resources some fonts, and some are sovereign. My problem is that the font is loaded from a url, it is registered and it works well points for textfields created in the ad container. The problem is that when I try to incorporate into the textfields in some of these sovereign funds management, it does not.

    The police charge and gets saved before the swf file is loaded. The SWF then gets an event saying to incorporate the police there as well. When checking, inside the child SWF file, the Font.enumerateFonts table () I see that the fonts have been properly registered. My problem is that even if this table shows me the fonts, when I try to incorporate into the child SWF that nothing is displayed. I even use something like myTextFied.font = Fonts.enumerateFonts () [0] .fontName, while IncorporerPolices is true and antiliasing is set to advanced.

    I tried all sorts of ways, and none does not work. The police who are responsible is stored as a library item with a link within a SWF file. Then to load a font that I load the SWF file containing the font. It works very well for the ad (main SWF) container, but not to children SWFs.

    Any suggestions?

    Thank you very much!

    Vlad

    You should maybe create an instance of the class from the police and save the police in each loaded swf file. It is a RSL approach.

    This post describes the idea:

    http://krasimirtsonev.com/blog/article/AS3-Flash-runtime-font-loading-embedding

  • Pass the SWF animation in Flash Pro

    I have a swf animation that I imported my project (CS5.5) flash. The animation loads in the upper left corner of the stage. I was wondering how to move the animation to another area of the scene without having to move in each image?

    My apologies if this is very basic, but I hand been trying to understand for some time without success

    If it's an animation based on the calendar and you can copy this sequence of images including the animation in a graphic symbol, then you should be able to move this symbol anywhere on the stage.  Just make sure that you extend the graphic symbol for the same duration of frames that take care of the animation.

  • AIR flash application can not load child SWF on publishes on device

    I have been struggling with this problem for WEEKS now and can not solve. I have a soft flash AIR (creative cloud, AIR 3.8) that is very simple: there is no that load external SWF movies on the click of a start button. It works FINE in test/PC but when I publish to the device, the external swf will not load.

    Here is the code on the main timeline that calls the external swf:

    Start button

    start_button_TRI_desmatosuchus.addEventListener (MouseEvent.CLICK, fl_ClickToLoadUnloadSWF_02_3, false, 0, true);

    Import fl.display.ProLoader;

    import flash.events.Event;

    var fl_ProLoader_02: ProLoader;

    var fl_ToLoad_02:Boolean = true;

    function fl_ClickToLoadUnloadSWF_02_3(event:MouseEvent):void

    {

    If (fl_ToLoad_02)

    {

    fl_ProLoader_02 = new ProLoader();

    fl_ProLoader_02.load (new URLRequest("dinofilms/triassic_desmatosuchus.swf"));

    fl_ProLoader_02.contentLoaderInfo.addEventListener (Event.COMPLETE, onComplete_02)

    addChild (fl_ProLoader_02);

    fl_ProLoader_02.x = 0;

    fl_ProLoader_02.y = 144;

    }

    on the other

    {

    If (fl_ProLoader_02! = null) {}

    removeChild (fl_ProLoader_02);

    fl_ProLoader_02.unloadAndStop ();

    fl_ProLoader_02 = null;

    }

    }

    fl_ToLoad_02 =! fl_ToLoad_02;

    }

    function onComplete_02(e:Event):void {}

    e.currentTarget.content.addEventListener (Event.ENTER_FRAME, OEF_02);

    }

    function OEF_02(e:Event):void {}

    If {(e.currentTarget.currentFrame is e.currentTarget.totalFrames)

    e.currentTarget.stop ();

    e.currentTarget.removeEventListener (Event.ENTER_FRAME, OEF_02);

    removeChild (fl_ProLoader_02);

    fl_ProLoader_02.unloadAndStop ();

    fl_ProLoader_02 = null;

    }

    }

    I called about 30 different movies to 30 different images, that's why I use words such as "proLoader_01" so I don't duplicate them. All external SWFs are of course in the files included too.

    I would really appreciate the help, I am a reluctant coder!

    Post edited by: Fiona Passantino

    Yes, this is important when you load SWF actionscript files to contain and you need only actionscript work and are something I alluded to message 9.

    It is not relevant to your problem, unless you have poorly explained the problem.  from your description, you do not see the loaded SWF files to load.  If the SWF load really smoothly, but they contain actionscript code that does not work, you must fix your problem description.

    ****************************************************************************************** *********

    Edit: the above is not correct.  you do need to declare a loadercontext when loading an external swf with the latest (3.6 +) SDK of air even if the external swf contain no actionscript.  Otherwise, the load() method (and any code appearing later) fails to run

    then, use something like:

    loader = new Loader();

    var lc:LoaderContext = new LoaderContext (false null, ApplicationDomain.currentDomain),

    Loader.Load (new URLRequest("dinofilms/cretaceous_ankylosaurus.swf"), lc);

  • load the SWF into the centre in html file

    Hello

    I wrote the html file in flash.

    SWF load the high left side in html, but I have to load the html Center.

    How to configure the settings. Please help me

    tnks

    In the html code of the page, set the div holding the Flash content to be centered.

  • The viewer or split display problem: I am getting small white boxes (similar to those seen in the browser) superimposed on my photos. Any ideas how to fix?

    The viewer or split display problem: I am getting small white boxes (similar to those seen in the browser) superimposed on my photos. Any ideas how to fix?  There must be a display problem in the software.

    Have you of the 'show Talking Points' enabled in the view menu? Then you can see small white boxes superimposed on the image in the Viewer.

    You can enable or disable on / off power with ⌥F talking points.

Maybe you are looking for