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 was 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 = {
}
}
}