Results 1 to 4 of 4
  1. #1
    Junior Member nataliagj23's Avatar
    Join Date
    Oct 2010
    Location
    London
    Posts
    5
    Thanks
    0
    Thanked 0 Times in 0 Posts

    White box before the flash movie loads!! HELP

    Hi

    I've made a flash intro, on a black browser background and my html page is black as well. Although the flash movie is also a black background, there is a white box that appears at the begining of the movie.

    I've tried to add transparent mode but didnt work.

    OBJECT: <param name="wmode" value="transparent" />

    EMBED: wmode="transparent"

    Any ideas of how to get rid of the white box?

    This is the website bonansa country hotel

    and this is the part of the code:



    <script type="text/javascript">
    AC_FL_RunContent( 'codebase','http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=9,0,28,0','width','550','heigh t','400','title','BonansaCountryHotel.','src','Bon ansaCountryHotel','quality','high','pluginspage',' http://www.adobe.com/shockwave/download/download.cgi?P1_Prod_Version=ShockwaveFlash','movi e','BonansaCountryHotel' ); //end AC code
    </script><noscript><object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=9,0,28,0" width="550" height="400" title="BonansaCountryHotel.">
    <param name="movie" value="BonansaCountryHotel.swf" />
    <param name="quality" value="high" />
    <embed src="BonansaCountryHotel.swf" quality="high" pluginspage="http://www.adobe.com/shockwave/download/download.cgi?P1_Prod_Version=ShockwaveFlash" type="application/x-shockwave-flash" width="550" height="400"></embed>
    </object></noscript>

    THANKS

  2. #2
    djb
    djb is offline
    Senior Member djb's Avatar
    Join Date
    Apr 2010
    Location
    Farnham, Surrey
    Posts
    347
    Thanks
    0
    Thanked 0 Times in 0 Posts
    I’m going to state the bleedin’ obvious, but have you double checked the actual background colour of the flash file is set as black (Modify: Document: Background Colour).

    Apologies if you have, it’s just I miss this kind of thing all the time!
    Last edited by djb; 01-19-2011 at 11:35 PM. Reason: Missed a word out

  3. #3
    Junior Member nataliagj23's Avatar
    Join Date
    Oct 2010
    Location
    London
    Posts
    5
    Thanks
    0
    Thanked 0 Times in 0 Posts
    Quote Originally Posted by djb View Post
    I’m going to state the bleedin’ obvious, but have you double checked the actual background colour of the flash file is set as black (Modify: Document: Background Colour).

    Apologies if you have, it’s just I miss this kind of thing all the time!

    Hello

    I've changed the background to black but still doesnt work!!

    Thanks anyway

  4. #4
    Senior Member richimgd's Avatar
    Join Date
    Jan 2011
    Location
    Leeds
    Posts
    188
    Thanks
    5
    Thanked 7 Times in 5 Posts
    You could try making an empty .swf with a preloader that loads your main .swf into it. That way, the browser initially only has to load something negligible like a 3kb swf, then it will load your movie and display a preloader. Sometimes if your trying to load even a medium sized .swf with a preloader, you get a brief moment of having a 'white square' apear on your page as the movie is loading. This wont look good if your web page has a black background. You could draw a black box as the background as a quick fix. Really though, you should be embedding your swf with swfobject since that is regarded as the best method.
    Last edited by richimgd; 01-21-2011 at 11:13 AM. Reason: reply didnt make sense at first!

Similar Threads

  1. The Helvetica Movie
    By ARRIVALS in forum Font Forum:
    Replies: 5
    Last Post: 10-03-2011, 04:00 PM
  2. FaceBook The Movie...
    By dot design in forum Chill Out Forum:
    Replies: 3
    Last Post: 08-04-2010, 11:59 AM
  3. How to reduce the size of my flash movie???
    By veselinov in forum Graphic Design Forum:
    Replies: 7
    Last Post: 09-24-2009, 02:43 PM
  4. Office 2010 - the movie
    By Pixels Ink in forum Font Forum:
    Replies: 0
    Last Post: 07-11-2009, 06:53 PM
  5. Replies: 0
    Last Post: 09-02-2008, 09:11 AM

Posting Permissions

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