This is a message.

How make "provider" a config condition on flash version ? Created Dec 3, 2010

This thread is solved

Views: 2754     Replies: 4     Last reply Aug 13, 2011  
You must login first before you can use this feature

vodeclic

Posts: 23

Registered:
Jun 2, 2009

How make "provider" a config condition on flash version ?

Posted: Dec 3, 2010

Hi,

I'd like to use pseudo streaming only for my H264 file, so user with older (>9.0.115) version of flash should see the flv instead. I don't have any problem with my url condition like in the doc :

url: flashembed.isSupported([9, 115]) ? 'test.mp4' : 'tes.flv',

But i also have to make a condition for the call to "pseudo".
I tried that :

provider: flashembed.isSupported([9, 115]) ? 'pseudo' : null,				

But the player fail to load... I m kind of stuck with this thing, if anyone could help i ll appreciate a lot,

Regards.

vodeclic

Posts: 23

Registered:
Jun 2, 2009

» How make "provider" a config condition on flash version ?

Posted: Dec 6, 2010

Reply to: How make "provider" a config condition on flash version ?, from vodeclic
No one has any clue ? Thanks...

vodeclic

Posts: 23

Registered:
Jun 2, 2009

» » How make "provider" a config condition on flash version ?

Posted: Dec 8, 2010

Reply to: » How make "provider" a config condition on flash version ?, from vodeclic
really no one... ;(

alter

Posts: 2

Registered:
Dec 9, 2010

» » » How make "provider" a config condition on flash version ?

Posted: Dec 9, 2010

Reply to: » » How make "provider" a config condition on flash version ?, from vodeclic
thanks for info...

vodeclic

Posts: 23

Registered:
Jun 2, 2009

» » » » How make "provider" a config condition on flash version ?

Posted: Dec 16, 2010

Reply to: » » » How make "provider" a config condition on flash version ?, from alter
No one does know how to condition the use of provider ?

This does fail...
provider: flashembed.isSupported([9, 115]) ? 'pseudo' : null,