Vanilla 1.0.3 is a product of Lussumo. More Information: Documentation, Community Support.
var so = new SWFObject( ...usual code here... );
if(so.write("flashcontent")){
//Flash is available and SWF has been embedded.
} else {
//Flash not available or SWF couldn't be embedded
//...go ahead and call your ajax code
}
1 to 2 of 2