Page is a not externally linkable
- Code, Content, and Presentation
-- Flash and Shockwave
---- How to check if a .swf exists


rocknbil - 1:46 am on Jun 17, 2009 (gmt 0)


var $flash = '/full/path/to/swf/dir/' . $_GET['f']; // Cleanse!

if (is_file($flash)) { // display it }
else { // alt content }

Something like that?


Thread source:: http://www.webmasterworld.com/flash/3934765.htm
Brought to you by WebmasterWorld: http://www.webmasterworld.com