flvplayback

How can I seek to an exact point in a Flash video without a Flash Media Server?

Is the Flash Video (or Flex VideoDisplay) component capable of seeking to an exact moment in a video? It seems to always 'snap' to keyframes (which is understandable). I'm just wondering if there are any mechanisms in the video classes for seeking to exact frames, ie it should do the translation from keyframe to specific frame in the ...

FLVPlayback - replay counter

Is there a way to output in the text filed a number of how many times the video looped? (how many times it has played) Thanks, Yan ...

Is it possible to embed flv file in to flash?

Is it possible to embed the flv file in to the flash like other files(images, swf), so that i can handle this in as3 as programmaticaly in the same way as FLVPlayback component? I know the way to add flv file by creating FLVPlayback component. But in this case we always need to depend on the source path of corresponding file. I am not ab...

Create flash video swf without an external control swf.

Creating a simple video for embedding by importing a video into flash creates a separate swf for the controls. Is there a way to have the controls embedded in the main SWF, so you don't have to worry about paths to the control swf? ...

Dynamic Flash FLV Player

I am attempting to create a custom FLV player in flash that will allow me to link to an external FLV file in the html object code. This is in order to easily change a video that will appear on a client's index page dynamically. Currently I am using an external player that does exactly what I wish to do (http://www.walkernews.net/mediapla...

Melt: generated mp4 is not playing properly in flash player

I created an mp4 using the melt command line player by mixing two videos. Following is the melt command used for the generation melt -blank 0 avformat:/var/www/html/myscenario/app/web/files/videos/1l_926.flv in=0 out=540 -track -blank 300 avformat:/var/www/html/myscenario/app/web/files/videos/1h_376.mp4 in=300 out=900 -consumer avformat...

Flash AS2 FLVPlayBack Aspect Radio

Hi, I´m working with a FLVPlayBack object on Flash using AS 2.0... It load dinamicaly a lot of videos, in differents size. The problem is to make it show on all screen without mantain aspect ratio, I tried something like: Player._width=800; Player._height=600; and Player.setSize(800,600); If I use Player.mantainAspectRatio=false, nothin...

How to change controls position and add a mouse out fade out effect in flash playback component

Hello i'm importing a video in flash cs5, using actionscript 3.0. I have copy the SkinOverPlay.fla and i'm changing it to fit my needs. I am looking for just a play/pause button (no other controls) in the center of the screen that disapear when the mouse it out of the video. I am looking also on how to play the video in loop. thanks! ...

Using Flash FLVPlayback component with skin on Facebook (FBML)

I'm trying to insert a player on a Facebook Page tab with FBML with fb:swf. I have the following: <fb:swf imgsrc="http://IP/player/player.gif" swfsrc="http://IP/player/player.swf" flashvars="source=http://IP/player/movie.flv" swfbgcolor="000000" wmode="opaque" quality="best" width="520" height="430" /> I can see the...