I was just going over the OBJECT element in HTML (http://www.w3.org/TR/REC-html40/struct/objects.html#h-13.3) . I've done a few flash projects and a few silverlight, and so would have seen the element in passing.
For some of the flash, I would have written some 'loading' logic to let the user know the actual flash body is loading. What is the level of support for this standby attribute in browsers? Have you used it before?

link|improve this question

74% accept rate
feedback

1 Answer

up vote 0 down vote accepted

According to this reference, "Poor support is provided for this attribute. It’s probably better to use a JavaScript technique to create a custom content-is-loading message in the style of your web page or site, which can subsequently be replaced or removed once the object’s content has loaded."

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.