SendAndLoad Issues

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • apurvaG
    New Member
    • Apr 2007
    • 14

    SendAndLoad Issues

    Hi All,

    I have flash file which has two main scenes as Preloader and scene1. In layer1 of preloader I have used a sendandload function to retrive data from server. Once data load is completed I am assigning the data to some global varibales and then preloader stops and flash file is shown to user with these data from server.

    This works fine on our local environment. But on live site it is giving problem. The preloader stops before all the data gets loaded so flash file is shown as empty with no data populated, only the design level objects are displayed.

    Can anyone help me out to make sure preloader stops only after all the bytes get loaded?

    Thanks,
    AG
  • bnashenas1984
    Contributor
    • Sep 2007
    • 257

    #2
    I'm not sure what you mean. But if it's what i'm thinking it must be problem with URL addresses in local server. It usualy happens on IIS.

    I had this problem with my flash file.
    It gives an error which is not handeled.
    Try to use complete URL addresses instead of locals and add event listeners for IOError events.

    Hope it helps

    Good luck

    Comment

    Working...