scroogepro / open-video-ads

Automatically exported from code.google.com/p/open-video-ads
0 stars 0 forks source link

http-example39 Flowplayer does not work #116

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
The configuration for custom providers in example39 for Flowplayer does not 
work. The pseudo-
streaming plugin isn't picked up  - the defaults for HTTP remain regardless of 
what is set.

Original issue reported on code.google.com by paul.sch...@gmail.com on 13 Oct 2009 at 8:13

GoogleCodeExporter commented 9 years ago
Fixed - provider defaults now set in the construction of the Config object.

        public function Config(rawConfig:Object=null) {
            setDefaultProviders();
            if(rawConfig != null) {
                initialise(rawConfig);
            }
        }

Original comment by paul.sch...@gmail.com on 13 Oct 2009 at 8:15

GoogleCodeExporter commented 9 years ago
Closing - fixed.

Original comment by paul.sch...@gmail.com on 10 Dec 2009 at 10:42