I have a flex 4.5 application that uses a mx:VideoDisplay component to display the webcam. how can I add realtime effects to that VideoDisplay component ?
How could i rewind video back for, let\'s say, 5 seconds? I tried player.seek(player.currentTime - 5) but this gives no effect except small pauses (like freezing while seeking - while left arrow key
My Flex3 VideoDisplay is shown below: <extensions:SmoothVideo id=\"vidWin\" volume=\"1\" playheadUpdateInterval=\"10\"
Is it possible to play开发者_如何学Go MP3 files using the VideoDisplay or VideoPlayer components?
Is there anyway I can change the black background color from the Spark VideoDisplay comp开发者_如何学编程onent?
I have noticed that I have to put flv files in the same or sub-directories of the application file, for example myproject/bin-debug/flvs/1.flv, and use videodisplay.source=\"flvs/1.flv\" to l开发者_St
I have a spark com开发者_如何学JAVAponent VideoDisplay which displays a video. I want to add a ProgressBar to it which will show load progress of the video and when the video is loaded ProgressBar to
I\'m using videoDisplay MXML component for my Flex app. I would like to autoload videos (in order to display the first frame) without automatical开发者_如何学运维ly run them.
When a command like play(), pause(), or seek() is called while the videoDisplay is un开发者_运维知识库responsive it gets put on a queue, how do I flush this queue so the most recent command is the onl
I have a VideoDisplay that is able to connect to a source and play.After the connection times out I want the connection to be re-established when my play button is clicked.Right now when I reset the s