The tag has no wiki summary.

learn more… | top users | synonyms

0
votes
0answers
82 views

Flex 3: videodisplay playlist, change when complete

How can i make playlist? I mean, when vid1 is complete than vid2 starts playing till the all movies end. Vids are loading from external XML file. private function Autoplay():void{ vd.source = ...
0
votes
0answers
107 views

Set playhead ahead of buffered VideoDisplay

As an example of how this might be handled, YouTube will unload the video and start loading it from the position the user clicked on the timeline. Currently all I have is: private function ...
4
votes
1answer
104 views

Attaching a camera video feed to html in Adobe Air

I am using the Adobe AIR SDK to develop an HTML/JavaScript app that needs to record video. I'm not using Flex or Flash Builder which can use <mx:VideoDisplay /> I know how to attach the camera ...
1
vote
0answers
151 views

flex videodisplay does not maintain aspect ratio

i have a videoDisplay component inside a group and the following code for it: <mx:VideoDisplay id="videoDisplay" width="100%" height="100%" maintainAspectRatio="true" ...
0
votes
0answers
7 views

Add Video in databse using php?

how to add video and audio in database look like http://Xtranormal.com
0
votes
2answers
105 views

Flex with Presentation model

How to control videodisplay functions like videodisplay.stop, pause(), close etc from the presentation model? But I need to control it from Presentation model. Custom events is not my option, as that ...
0
votes
1answer
159 views

Flex VideoDisplay: setting the thumbnail on a video which hasn't been played yet?

Hi I have an mx:VideoDisplay object in Flex, and I wanted to change the initial image which is displayed for the VideoDisplay for the src vid. The reason being, the frame that is initially being shown ...
0
votes
1answer
243 views

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 ...
0
votes
1answer
1k views

Seek playhead to specific location in Flash Video?

If you load up a FLVPlayback component in Flash or VideoDisplay in Flex and try to seek to a specific location or set playheadTime to a specific location, the movie always rounds up or down by very ...
0
votes
2answers
1k views

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 ...
0
votes
1answer
286 views

streaming video using VideoDisplay in flex

i use this tag: <mx:VideoDisplay id="myVid" bottom="0" width="100%" height="100%" live="true" autoPlay="true" source="http://localhost:5080/oflaDemo/{myvideo}"/> but the only thing i get is ...
0
votes
1answer
620 views

resize video child of VideoDisplay to the same size

i have the following code to play a video stored in the media server: <?xml version="1.0" encoding="utf-8"?> <s:Group xmlns:fx="http://ns.adobe.com/mxml/2009" ...
0
votes
3answers
420 views

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(); ...
3
votes
2answers
395 views

Only video plays not the sound. Why is that ?

I read this code to play video files using xuggler as a library.When i run this code , the video without sound plays.Why is that ? If not what should i do to play audio with video.?
0
votes
1answer
152 views

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 ...
0
votes
2answers
476 views

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 ...
0
votes
1answer
532 views

Buffering in Video Display in Flex

I'm new to Flex and currently working on the Video Component in Flex. The problem is: Buffering starts only after the specified time. So, if i have specified the Buffer Time to be 2 s, then the video ...
1
vote
1answer
378 views

Flex3 VideoDisplay to Flex4 VideoDisplay

My Flex3 VideoDisplay is shown below: <extensions:SmoothVideo id="vidWin" volume="1" playheadUpdateInterval="10" playheadUpdate="onPlayheadUpdate();" ...
0
votes
0answers
385 views

Plugin Container for Firefox crashes when using videodisplay

I'm using mx:videodisplay to play video files (.flv and .mp4), and it works fine. It does what it's supposed to do - it plays the video file perfectly. But every time I reload the page, the source ...
0
votes
2answers
424 views

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 ...
0
votes
2answers
598 views

Flex 4: VideoDisplay can play MP3 files?

Is it possible to play MP3 files using the VideoDisplay or VideoPlayer components? Thank you.
0
votes
1answer
738 views

FFPLAY bindgins or any wrapper for C#

I need to know first if it's possible ,to embed FFplay(from ffmpeg project) at any C# Application . Like is there any possibility to use it as WinForm Control ,because if yes than i can manipulate it ...
2
votes
0answers
568 views

Flex 4 > spark.components.VideoPlayer > How to switch bit rate?

The VideoPlayer (possibly VideoDisplay also) component is capable of somehow automatically picking the best quality video on the list it's given. An example is here: ...
0
votes
1answer
304 views

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). ...
0
votes
1answer
433 views

Flex 4 VideoDisplay background color

Is there anyway I can change the black background color from the Spark VideoDisplay component? Thank you.
0
votes
1answer
807 views

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 load. If I ...
0
votes
2answers
660 views

Progress-bar (Video Preloader)

I have a spark component 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 disappear. How to ...
2
votes
2answers
1k views

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 automatically run them. What's the easiest way to do it ? thanks ...
0
votes
1answer
211 views

Flush Flex VideoDisplay request queue

When a command like play(), pause(), or seek() is called while the videoDisplay is unresponsive it gets put on a queue, how do I flush this queue so the most recent command is the only command ...
0
votes
1answer
313 views

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 ...
0
votes
1answer
142 views

Random point on VideoDisplay isn't accurate enough

For a schoolassigment me and some buddies of mine are creating an application that is showing many similarities with the C-Mon & Kypski musicvideo on www.oneframeoffame.com. The application is ...
1
vote
2answers
2k views

How to take screenshots of a Flex Spark VideoDisplay?

I want to build a component, where the user can play a video in a Flex Spark VideoDisplay. There will be a button and whenever the button is pressed, I want to save the current time of the ...
0
votes
1answer
273 views

Scrollable display of multiple video icons

I want to have multiple video icons at the top my website's front page. I will have about 20 or so which won't fit on one line (I want to keep the videos on one like) so I thought of having two button ...
6
votes
3answers
7k views

Flex: Dynamically create a preview image for a video

I'm using the VideoDisplay to play flv's, mov's, and mp4's and everything is working great. They are all being loaded via progressive download and are not being streamed. What I'd like to do is to ...
0
votes
1answer
2k views

Flex - does anyone have an example of the use of the VideoDisplay control events

The Flex 3 docs are fairly basic. Can someone post a more complete example that uses the control's events? I'm still trying to get my head around ActionScript events.