Embedded video in forums and streams
-
I’ve an issue which seems to have many threads going in various directions, and many debates over security etc. but not a lot of resolution (and a lotLotLOT of replies offering fixes which seem to have no effect).
The people I’m developing a site for right now desperately want to embed videos in activity streams and forum threads, but they are doing so from their own bespoke video in the form of:
<object width="629" height="354" classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" id="example"> <param name="movie" value="http://example.com/example.swf" /> <param name="allowfullscreen" value="true" /> <param name="allowscriptaccess" value="always" /> <param name="flashvars" value="seed_name=imama-tv&presentation_id=6" /> <param name="name" value="example" /> <param name="wmode" value="transparent" /> <embed src="http://example.com/example.swf" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" flashvars="example" width="629" height="354" name="example" wmode="transparent" /> </object>This is immediately stripped out, and none of the unfiltered plugins or other edits seem to have any effect on this. I absolutely must find a way to embed these videos or the whole project will fail – what would be best practice to do so?
Sorry to create a new thread, but I’m hoping to get a clearer answer than some of the speculation in the other similar ones.
You must be logged in to reply to this topic.