Everything works wonderfully… Lately, majority of users have been experiencing issues where the gallery images do not show up (links are working fine, all images scaled appropriately, buttons working fine). This varies from Mac and PC users. I have tested it on Netscape, IE, Safari, Mozilla. The flash file shows up with no issues (created in Flash MX2004, compatible w/Flash Player 6+). I thought it may have been an OS issue, but this varies from Mac OSX to Win XP Pro at home, office, and educational institutions. I even double checked with my server and disabled “hot linking.”
Has anyone else experienced this? Any suggestions?
Everything works wonderfully… Lately, majority of users have been experiencing issues where the gallery images do not show up (links are working fine, all images scaled appropriately, buttons working fine). This varies from Mac and PC users. I have tested it on Netscape, IE, Safari, Mozilla. The flash file shows up with no issues (created in Flash MX2004, compatible w/Flash Player 6+). I thought it may have been an OS issue, but this varies from Mac OSX to Win XP Pro at home, office, and educational institutions. I even double checked with my server and disabled “hot linking.”
Has anyone else experienced this? Any suggestions?
Everything works wonderfully… Lately, majority of users have been experiencing issues where the gallery images do not show up (links are working fine, all images scaled appropriately, buttons working fine). This varies from Mac and PC users. I have tested it on Netscape, IE, Safari, Mozilla. The flash file shows up with no issues (created in Flash MX2004, compatible w/Flash Player 6+). I thought it may have been an OS issue, but this varies from Mac OSX to Win XP Pro at home, office, and educational institutions. I even double checked with my server and disabled “hot linking.”
Has anyone else experienced this? Any suggestions?
I recently had some issues with loading images in firefox.
The problem was in my preloader where I had a onEnterFrame to check the loadstatus.
The problem was that it takes a small amount of time before the file starts to load and before that the variabels for getBytesLoaded() and getBytesTotal() are undefined.
It worked fine locally (because the images are fully loaded) but when wiewing it online it didnt work in firefox.
I think its strange because a onEnterFrame should check and check until the variabels arent undefined but it didnt work in FF.
Havnt found a solution but it could be your problem.
If it is trace() wont help since the files are already loaded locally on your system.
Hope this helps:)
Ofcourse it isnt neccessary this problemo!