A Flash Developer Resource Site

Results 1 to 3 of 3

Thread: load swf into projector causes a "flicker"!

  1. #1
    Member
    Join Date
    Apr 2001
    Posts
    35
    I am loading seperate SWF's into a projector file. When the first SWF loads in there is a full screen white "flicker" for a moment. What is this? My backgrounds are black and it only does it when the first one loads the others don't flicker?

    Any thoughts?

  2. #2
    Member
    Join Date
    Jan 2001
    Posts
    32
    Is this on the web? Could be that the level is unloading first and the redraw happens before the new swf has been downloaded enough to show the new background. I suggest creating a level0 handler movie and load the new movies into level1 or a script that loads the new movie off stage into a higher level first and then unloads the higher level and then reloads it into level0.

    This way the background will always be there.

    If the movies are local, then make sure that all the backgrounds are black and not just a filled shape covering a white background.

    BTW- I can't recreate your problem though.

    Tim

  3. #3
    Member
    Join Date
    Apr 2001
    Posts
    35

    thanks for trying

    files are local. i did try all of the things you mentioned. i solved the problem by using my projector file as a one frame "container". on the first frame with FS actions etc. I load the first swf. upon clicking the projector file the flash or flicker isn't noticeable.

    thanks for the response!

    mike

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