I wish to test from javascript within my html page if the following files exist or not:
http://www.focloir.ie/media/ei/sounds/ag_c.mp3 // exists
http://www.focloir.ie/media/ei/sounds/og_c.mp3 // doesn't exist
My html page is not on the same domain as the files above.
Is this possible?
I wish to solve this using only a single html file (no db or php etc.) since my project is just a simple prototype.