- Messages
- 1,682
- Reaction score
- 32
- Points
- 48
I have a .swf on another hosting, and I embed into one of my pages here at x10. When I run out of bandwidth, I don't want the file to just not display..rather than exchange the code for a 'this file can not be displayed' type thing.
I have an idea with php, but not sure it will work:
I have an idea with php, but not sure it will work:
PHP:
require_once "check";
if 'check' is present {<embed>
} else {
this file can not be displayed