We have discussed a similar issue in the past here:
https://issues.apache.org/jira/browse/FLEX-33926
As mentioned in the ticket, you can probably do something like this:
use namespace mx_internal;
public class PatchedVideoDisplay extends VideoDisplay
{
public function get videoSurfaceObject():VideoSurface
{
return videoPlayer.displayObject as VideoSurface;
}
}
On Tue, Nov 18, 2014 at 9:10 AM, Alex Harui <[email protected]> wrote:
> Have you filed a bug with a simple test case? No need to pay money, but
> make it easier for us to try it out will increase the chances it gets
> addressed. And supplying a patch makes it even more likely it will go in
> the next release.
>
> -Alex
>
> On 11/18/14, 5:26 AM, "4xy" <[email protected]> wrote:
>
> >I'm ready to pay money to get rid of this issue. May you consider to
> >provide
> >such a service.
> >
> >
> >
> >--
> >View this message in context:
> >
> http://apache-flex-users.2333346.n4.nabble.com/Flv-playing-issue-within-Fl
> >ex-SDK-4-13-spark-components-VideoDisplay-tp8805p8811.html
> >Sent from the Apache Flex Users mailing list archive at Nabble.com.
>
>