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

upload (.flv) and player into forum

edited March 2009 in Vanilla 1.0 Help
I use Attachments 2.1, if I upload .flv then I dont want to get link of .flv, else embed.

has anyone idea?

Comments

  • Options
    x00x00 MVP
    edited March 2009
    http://lussumo.com/addons/index.php?AddOnID=434

    You need a flash (SWF) player that streams FVL off the internets. You can put it in the qwikpost directory. Then you need to create a media of .flv (look at .mp3 for guidance) have the src point to #{qwikpost}/yourplayer.swf. There is already and corresponding embed type (you could also use this for mpeg or whatever). Check the player doc how you put the file to stream in the flashvars, etc.

    ATM QwikPost work only with the default text formatter. It also requires a text link not an anchor first, so it should be trivial to patch Attachments to do that.

    If you want further help let me know.

    grep is your friend.

  • Options
    oh you'll need to fire up Ye Ole String Formatter. You can either monkey patch Attachments or create a extension that uses their delegates.

    grep is your friend.

  • Options
    edited March 2009
    sorry slow, I should use quickpost addon, this can merge from attachements file of flv into embed?? wrong url?? http://lussumo.com/addons/index.php?AddOnID=434 you mean http://lussumo.com/addons/index.php?PostBackAction=AddOn&AddOnID=434 ??
  • Options
    You use Qwikpost, plus an embeddable flash media player to create a qp media. Then you need to patch Attachments so it passes through the string filter in order for the links to be detected. You can also do this as another extension so you don’t have to touch the code of Attachments. First create the media you can test it by posting links to flv files.

    grep is your friend.

Sign In or Register to comment.