videodisplay
realtime effects on a video component
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 ?[详细]
2023-03-23 00:38 分类:问答Flex Spark VideoDisplay: rewind seek backward
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[详细]
2023-03-20 05:08 分类:问答Flex3 VideoDisplay to Flex4 VideoDisplay
My Flex3 VideoDisplay is shown below: <extensions:SmoothVideo id=\"vidWin\" volume=\"1\" playheadUpdateInterval=\"10\"[详细]
2023-03-11 06:34 分类:问答Flex 4: VideoDisplay can play MP3 files?
Is it possible to play开发者_如何学Go MP3 files using the VideoDisplay or VideoPlayer components?[详细]
2023-02-24 05:42 分类:问答Flex 4 VideoDisplay background color
Is there anyway I can change the black background color from the Spark VideoDisplay comp开发者_如何学编程onent?[详细]
2023-01-24 02:55 分类:问答VideoDisplay cannot load local flv files
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[详细]
2023-01-05 02:50 分类:问答Progress-bar (Video Preloader)
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[详细]
2023-01-02 21:43 分类:问答FLEX, VideoDisplay: how to autoload without autorunning
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.[详细]
2022-12-27 12:38 分类:问答Flush Flex VideoDisplay request queue
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[详细]
2022-12-24 08:25 分类:问答Flex VideoDisplay reconnect after idletimeout
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[详细]
2022-12-24 02:48 分类:问答