Howdy, Stranger!

It looks like you're new here. If you want to get involved, click one of these buttons!

Sign In with Facebook Sign In with Google Sign In with OpenID Sign In with Twitter

Categories

In this Discussion

Who's Online 18

6apxatCurtisOdenHotBlackericgillettelf349141590lortabacphreak +11 guests

upload (.flv) and player into forum

I use Attachments 2.1, if I upload .flv then I dont want to get link of .flv, else embed.

has anyone idea?

Comments

  • x00x00
    Posts: 1,551
    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.

  • x00x00
    Posts: 1,551
    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.

  • Posts: 36
    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 ??
  • x00x00
    Posts: 1,551
    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.