A Flash Developer Resource Site

Results 1 to 4 of 4

Thread: Flash Not Functioning after Refreshing Browser Page

  1. #1
    Senior Member
    Join Date
    Jul 2000
    Posts
    137

    Flash Not Functioning after Refreshing Browser Page

    My app is loading images & data thru an xml document and when previewing in browser (IE) will only load right the first time. No amount of refreshing, forcing reloads, or preventing caching of the page will make it load right the second and subsequent times. I've never had this problem before.

    Thanks in advance for any help you may provide

  2. #2
    Senior Member calmchess's Avatar
    Join Date
    Sep 2006
    Location
    Earth
    Posts
    2,588
    what event is causing the images to load?? _root.onLoad?? onPress? onEnterFrame?? setInterval?? for loop?? wait I know I know if statement...just kidding ......lets see if we can get this thing working
    ~calmchess~

  3. #3
    Getting There! bitsk308's Avatar
    Join Date
    Jul 2000
    Location
    Phoenix, AZ
    Posts
    427
    Is it only happening in IE

  4. #4
    Senior Member
    Join Date
    Jul 2000
    Posts
    137

    problem resolved

    Thanks for replying, found this code that did the trick:

    d = new Date();
    // always an unique number
    kill = d.getTime();


    xmlData = new XML();
    xmlData.ignoreWhite = true;
    xmlData.onLoad = loadXML;
    xmlData.load("project.xml?kill="+kill);

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