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
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 = {
}
}
}
3.2.16
/flowplayer/core/build.properties
/flowplayer/core/src/actionscript-builtin/BuiltInConfig.as
BUILD FAILED

when i removed bitrateselect
BUILD SUCCESSFUL