I looked into VideoDisplay.as and saw the code on line 1221

/    public function get videoObject():Video
    {
        return videoPlayer.displayObject as Video;
    }/

This function returns null due to videoPlayer.displayObject has
org.osmf.media.videoClasses.VideoSurface. So the dynamically casting it to
the flash.media.Video returns null. Why it has the type that is not expected
by this code? How to make it work?



--
View this message in context: 
http://apache-flex-users.2333346.n4.nabble.com/Flv-playing-issue-within-Flex-SDK-4-13-spark-components-VideoDisplay-tp8805p8810.html
Sent from the Apache Flex Users mailing list archive at Nabble.com.

Reply via email to