You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jul 11, 2022. It is now read-only.
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
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
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
3.2.16
/flowplayer/core/build.properties
/flowplayer/core/src/actionscript-builtin/BuiltInConfig.as
BUILD FAILED
when i removed bitrateselect
BUILD SUCCESSFUL
The text was updated successfully, but these errors were encountered: