Ticket #3 (closed enhancement: fixed)

Opened 16 months ago

Last modified 15 months ago

Dynamic configuration?

Reported by: human Owned by: buzz
Priority: minor Milestone: wordpress-flowplayer 2.0.1.0
Component: wordpress-flowplayer Version:
Keywords: dynamic config Cc: daniel@…

Description

Daniel wrote:
Hi,
sorry to disturb.
I just got your nice plugin to work with my wordpress installation.

Just one question:
Can i pass more parameters in this one:
[FLOWPLAYER=example.flv,400,320]

I.e. I would like to control these parameters dynamically:

{config: {
autoPlay: false,
splashImageFile:
autoBuffering: false,
loop: false,

etc. etc.

Thank you very very much for any hints.

Change History

in reply to: ↑ description ; follow-up: ↓ 3   Changed 16 months ago by buzz

Hi Daniel,

Sorry for the delay in this, I have created a trac issue regarding this and listed it as an enhancement.

Cheers

Buzz

Replying to human:

Daniel wrote:
Hi,
sorry to disturb.
I just got your nice plugin to work with my wordpress installation.

Just one question:
Can i pass more parameters in this one:
[FLOWPLAYER=example.flv,400,320]

I.e. I would like to control these parameters dynamically:

{config: {
autoPlay: false,
splashImageFile:
autoBuffering: false,
loop: false,

etc. etc.

Thank you very very much for any hints.

  Changed 16 months ago by buzz

  • status changed from new to accepted

Looking at a syntax similar to the following:

[FLOWPLAYER type=file,media=media.flv,width=123,height=123,autoplay=false,autobuffering=false,loop=false]

*Type: remote (http://path.to/),local,wowza,rtmp

This will move all configuration to the 'hook', I will try to maintain a 'standard' set of defaults to make the hook easier for the eneral user (as it is now).

I will aim for this to be in 1.1.0.0

in reply to: ↑ 1   Changed 16 months ago by buzz

Fixed SMTP notification, emails should be going out now.

Replying to buzz:

Hi Daniel,

Sorry for the delay in this, I have created a trac issue regarding this and listed it as an enhancement.

Cheers

Buzz

Replying to human:

Daniel wrote:
Hi,
sorry to disturb.
I just got your nice plugin to work with my wordpress installation.

Just one question:
Can i pass more parameters in this one:
[FLOWPLAYER=example.flv,400,320]

I.e. I would like to control these parameters dynamically:

{config: {
autoPlay: false,
splashImageFile:
autoBuffering: false,
loop: false,

etc. etc.

Thank you very very much for any hints.

  Changed 15 months ago by buzz

  • milestone set to wordpress-flowplayer 2.0.1.0

  Changed 15 months ago by buzz

  • status changed from accepted to closed
  • resolution set to fixed

r121 pretty much solves this

Note: See TracTickets for help on using tickets.