Vanilla 1 is no longer supported or maintained. If you need a copy, you can get it here.
HackerOne users: Testing against this community violates our program's Terms of Service and will result in your bounty being denied.
Options

embed video and mp3 with html formatter

edited March 2009 in Vanilla 1.0 Help
i know about, and use, the youtube and google video bits of sir not's html formatter, but is there any easy way to allow people to embed .mov / .mpg / .mpeg / .mp3?

thanks in advance!

ps. i apologise now if this is already a part of the html formatter... hehe

Comments

  • Options
    edited January 2007
    .mov and .mp3 can contain javascript. See these 2 examples from gnucitizen.org with 'alert("hello from backdoor")' added to them: http://www.gnucitizen.org/blog/backdooring-mp3-files/backdoored.mp3 http://www.gnucitizen.org/blog/backdooring-quicktime-movies/sample_backdoored.mov So don't allow embed video or sound from any source you don't know to be safe. Allowing video from youtube and google are ok because they are suppose to be safe.
  • Options
    ZiyphrZiyphr New
    edited January 2007
    I've taken a look at the HTMLformatter extension but it doesn't seem to add any interface for uploading videos, which is a problem when your users are not web-savvy. What's the easiest method for allowing all users to post images and video? I noticed the FCKeditor extension but when I've used this software in the past found it very slow to load, even on lite mode. http://lussumo.com/addons/?PostBackAction=AddOn&AddOnID=178
  • Options
    What are you using for your web server scripting language? If you use PHP you can always compress the output using gzip. ASP does as well, but I don't know ASP :).
  • Options
    Any succes adding mp3 to html formatter?
Sign In or Register to comment.