An Ant built version of the Flowplayer OAS has issues as the Controls SWF is
not merged in the
link process with the Ant build (but it is with the Flex Builder build).
This results in the OAS failing to load if the Controls aren't loaded before
the OAS.
One way to work around this is to not directly reference the Controls plugin
(and hence not
required the SWC):
var model:DisplayPluginModel =
_player.pluginRegistry.getPlugin(_config.captionTarget) as
DisplayPluginModel;
var controls:DisplayObject = model.getDisplayObject();
// disable scrubber
controls["enable"]({ scrubber: false });
Make this code change.
Original issue reported on code.google.com by paul.sch...@gmail.com on 9 Oct 2009 at 9:47
Original issue reported on code.google.com by
paul.sch...@gmail.com
on 9 Oct 2009 at 9:47