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 :
But i also have to make a condition for the call to "pseudo".
I tried that :
But the player fail to load... I m kind of stuck with this thing, if anyone could help i ll appreciate a lot,
Regards.
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.