Hi. The first thing would probably be to edit one or both of the regex in
this post to allow for the embed tag, maybe something like so depending on placement:
PHP Code:
<embed[^>]*src[[:blank:]]*=|
and then the next thing would probably be to account for the content type, external binary, etcetera by following the idea in
this thread.