Skip to content
This repository has been archived by the owner on Jul 11, 2022. It is now read-only.

Error: Call to a possibly undefined method UpButton #292

Open
moondigi opened this issue Oct 3, 2015 · 0 comments
Open

Error: Call to a possibly undefined method UpButton #292

moondigi opened this issue Oct 3, 2015 · 0 comments

Comments

@moondigi
Copy link

moondigi commented Oct 3, 2015

3.2.16

/flowplayer/core/build.properties

plugin-classes=${plugins.dir}/controls/src/actionscript ${lib.dir}/common/src/actionscript ${plugins.dir}/bitrateselect/src/actionscript
plugin-swc=${plugins.dir}/controls/src/flash ${plugins.dir}/bitrateselect/src/flash

/flowplayer/core/src/actionscript-builtin/BuiltInConfig.as

package {
    import org.flowplayer.controls.Controls;
    import org.flowplayer.bitrateselect.BitrateSelectPlugin;

    public class BuiltInConfig {
        private var controls:org.flowplayer.controls.Controls;
        private var bitrateselect:org.flowplayer.bitrateselect.BitrateSelectPlugin;

        public static const config:Object = {
        }
    }
}

BUILD FAILED
error

when i removed bitrateselect

package {
    import org.flowplayer.controls.Controls;

    public class BuiltInConfig {
        private var controls:org.flowplayer.controls.Controls;

        public static const config:Object = {
        }
    }
}

BUILD SUCCESSFUL

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant