Topic: Support for 'flashvars' in 'embed'?
Hi there,
I'm writting a new (yet another...) MVC CMS and I've decided to use htmlLawed for filtering user's input.
While I've been able to get youtube videos working and also a reasonable level of security, some videos of other pages does not work. I've found that this is due some attributes of embed element are being removed by htmLawed. There's one called "flashvars" that I think it's the critical one.
I've try setting $spec parameter to things like "embed=*" but it didn't work.
After starting writting this, I've read this other post:
http://www.bioinformatics.org/phplabware/forum/viewtopic.php?pid=188
So, does that mean that I should modify the htmLawed code to permit embed attributes also?
Thanks a lot in advance, :-)