Questions tagged [videodisplay]
46 questions
1
vote
0 answers
can't make spark VideoDisplay work in as3 project
package
{
import flash.display.Sprite;
import spark.components.VideoDisplay;
import spark.components.VideoPlayer;
[SWF(width="850", height="630")]
public class mainApp extends Sprite
{
public var com:VideoPlayer;
…

Va1tra
- 11
- 1
1
vote
2 answers
load youtube video in videodisplay flex
I like to add youtube video in videodisplay spark component. i tried this but cant work,

ketan
- 19,129
- 42
- 60
- 98
0
votes
1 answer
Flex VideoDisplay: setting the thumbnail on a video which hasn't been played yet?
I have an mx:VideoDisplay object in Flex, and I wanted to change the initial image which is displayed for the VideoDisplay for the source video. The reason being, the frame that is initially being shown simply looks too funny to be taken seriously?…

Bob-ob
- 1,560
- 4
- 18
- 34
0
votes
1 answer
Flex 4: Crossfade transition of two VideoDisplays does not work
I'm trying to do a cross-fade transition in Flex between two states, both containing a VideoDisplay object. The problem is that the default CrossFade effect takes a bitmap snapshot of both states and blends between the two. This means that the…

Alex
- 111
- 1
- 5
0
votes
4 answers
Flex: Restore Spark VideoDisplay stream
EDIT
If someone can at least tell me how to receive an event when the streams disconnects that would be great.
The documentation for this control is simply horrible. I have an application that will have a live video stream and I'm looking for a way…

JayPea
- 9,551
- 7
- 44
- 65
0
votes
1 answer
streaming video using VideoDisplay in flex
i use this tag:
but the only thing i get is the sound of the video and not the video itself,
any…

sstauross
- 2,602
- 2
- 30
- 50
0
votes
1 answer
resize video child of VideoDisplay to the same size
i have the following code to play a video stored in the media server:

sstauross
- 2,602
- 2
- 30
- 50
0
votes
3 answers
get dimension of video in VideoDisplay
I'm trying to get the dimensions of the videosource in a VideoDisplay:
private function loadMovie () : void {
vid = new VideoDisplay();
vid.source = _item.itemLg;
vid.play();
vid.addEventListener (…

icke
- 15
- 4
0
votes
1 answer
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 ?
for example:
changing colors, particle/grain looks, wave effects, zoom and so on
thank you!

ufk
- 30,912
- 70
- 235
- 386
0
votes
2 answers
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 is pressed down).

shybovycha
- 11,556
- 6
- 52
- 82
0
votes
1 answer
decode some pixels of 4k video as 1080p
I developed an application which is running on windows OS. This application is decoding incoming video streams and displays on the screen. Lets say I have one 4K monitor and application will display 4 4K streams on that monitor, so every stream will…

eruslu
- 85
- 1
- 13
0
votes
2 answers
How to capture a streaming video display and save it to disk in Flex Builder 3?
I've been looking for a solution to my problem for a while and didn't get the answer.
I have a page with a VideoDisplay object and a "Take screenshot" button. I would like to get the screenshot from the streaming video and save it but I'm getting an…

Natalia
- 308
- 1
- 11
0
votes
2 answers
Flex 4: VideoDisplay can play MP3 files?
Is it possible to play MP3 files using the VideoDisplay or VideoPlayer components?
Thank you.

Francisc
- 77,430
- 63
- 180
- 276
0
votes
1 answer
FFPLAY bindings or any wrapper for C#
I need to know first if it's possible to embed FFplay (from ffmpeg project) in an C# application, and is it possible to use it within a WinForms Control, because if yes than I can manipulate it by adding at a Panel Control.
I've seen some bindings…

Rosmarine Popcorn
- 10,761
- 11
- 59
- 89
0
votes
1 answer
Flex 4 fit swf size to VideoPlayer source dimmensions
I have a VideoPlayer in a Flex 4 application. The whole application is the VideoPlayer plus some error handling (if no url was specified via flashVars, if the url does not point to a flv file etc).
How can I make the embedded SWF file dimmensions…

Francisc
- 77,430
- 63
- 180
- 276