A Flash Developer Resource Site

Results 1 to 2 of 2

Thread: Flash to browers inconsistent!!!

  1. #1
    Junior Member
    Join Date
    Oct 2008
    Posts
    12

    Flash to browers inconsistent!!!

    I have a website that loads three external swfs into one main swf in a carousel, I need them to stay in a certain order. The problem is when I publish it in flash it will look and work one way, but when I upload it to IE the order of the carousel is screwed up and then opened in firefox its different than the other two! or it will look one way when you first open the page, refresh it, and it's in a different order!! I've read about cache problems and have it not save in the cache but then it would have to do the preloader every time and we don't want that to happen. Any suggestions would REALLY help!

  2. #2
    Will moderate for beer
    Join Date
    Apr 2007
    Location
    Austin, TX
    Posts
    6,801
    It sounds like you have a race condition, and the swfs are being added in the order they complete loading, which will be pseudo-random.

    You could wait until all are loaded to place them, or you could place the loaders themselves rather than their contents.

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