View Single Post
Old 03-11-2004, 02:44 PM   #2
Charter
Head Mole
 
Charter's Avatar
 
Join Date: May 2003
Posts: 2,539
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.
__________________
Responses are offered on a voluntary if/as time is available basis, no guarantees. Double posting or bumping threads will not get your question answered any faster. No support via PM or email, responses not guaranteed. Thank you for your comprehension.
Charter is offline   Reply With Quote