Photo Gallery Browser Issues

Hello! I’m new to the forum. I have used the tutorial “Photo Gallery” found here: http://www.kirupa.com/developer/mx/photogallery.htm

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?

Your help is SOOOO much appreciated. Thanks!

Hello! I’m new to the forum. I have used the tutorial “Photo Gallery” found here: http://www.kirupa.com/developer/mx/photogallery.htm

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?

Your help is SOOOO much appreciated. Thanks!

dont spam the forums.

and try tracing.

dont spam the forums.

and try tracing.

Hello! I’m new to the forum. I have used the tutorial “Photo Gallery” found here: http://www.kirupa.com/developer/mx/photogallery.htm

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?

Your help is SOOOO much appreciated. Thanks!

yet again, STOP SPAMMING THE FORUMS.

If you post it, they will come. Trust me, alot of us don’t look in specific forum sections, we just refresh the “new posts” religiously.

I’m not trying to spam the forum… my apologies… what’s tracing? Please excuse my ignorance. I haven’t used forums.

I’m not trying to spam the forums… my apologies…

np:)… ok so you need to trace, you can insert a trace in your code to find out what is happening, like this:

somebutton.onRelease = function(){
   trace ("you clicked the button")
}

Then when you click the button, it will let you know it happened.

For your situation, i would trace and object, like the image holder. Please bear with me as i cannot look at your zip file, im at work.

Merged threads and deleted the repeatitive ones… much purdier :smiley:

Thanks! Guess I learned my lesson fast :bad: on posting

Appreciate the fast responses… I’ll attach the code later and try tracing too.

Hi

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!

Hey! I’m back… I read a past thread and the problem seems to be fixed thus far…

I changed my JPGs to non-progessive and it all worked great!

I’m not sure for the reasoning of this, but would be interested to know.

Thank you to all that responded.