Questions tagged [flvplayback]

flvplayback is a public class in the programming language for the Adobe Flash Player and Adobe AIR Adobe ActionScript. Use this tag for questions related to this public class.

flvplayback is a public class in the programming language for the Adobe Flash Player and Adobe AIR Adobe ActionScript. Use this tag for questions related to this public class.

160 questions
1
vote
2 answers

FLVPlayback won't seek when streaming from flash media server. How to fix?

I have a simple video player set up that streams from a flash media server. The video plays fine, but the majority of the seek commands send it back to the first frame of the video. If I don't use flash media server it will seek to any point which…
Joren
  • 9,623
  • 19
  • 63
  • 104
1
vote
2 answers

Is it possible to change playback speed of only one MovieClip without changing framerate using only AS3?

Is it possible to change playback speed of only one MovieClip without changing framerate using only AS3? I mean, is there any function/property in MovieClip or somewhere that changes the playback speed of ONLY one MovieClip at the same time not…
nicks
  • 2,161
  • 8
  • 49
  • 101
1
vote
2 answers

Actionscript 2: Event Cue Points: findNearestCuePoint

Hello everyone and anyone! Ok... I have been banging my head against the wall with this issue for literally weeks, but I still cannot find an answer that has successfully resolved the issue. I created an FLA and placed a FLV component with the…
Rod
  • 11
  • 2
1
vote
1 answer

How to display subtitles with an flv file in a web page?

I've created subtitles for a video in mp4 format, that i would like to put online, as an FLV file. Is it possible to have the subtitles played along with the flv file without integrating them into the video images, so keeping them in srt format ?
pixeline
  • 17,669
  • 12
  • 84
  • 109
1
vote
1 answer

FLVPlayback 2.5 BIGGER Memory Leak with DynamicStream videos

I have a project where I load and unload a dozens of FLVPlaybacks. I have the "normal" memory leak which FLVPlayback gives, but when I use a DynamicStream video (using RTMP) the leak is bigger! About 10MB added at each video change. I'm using all…
Marcelo Assis
  • 5,136
  • 3
  • 33
  • 54
1
vote
1 answer

Can we play .m3u8 file using flv.js player?

I am working on a Live video streaming project. I am using flv.js in my web application to play Live Stream Videos which are in the flv format. I want to give playback option for the user. for playback, I have m3u8 file to play video. My questions…
1
vote
1 answer

FLVPlayback custom ui: SeekBar component never creates SeekBarHandle

I've setup an FLVPlayback 2.5 component with no skin. Then I've added all the UI components and assigned them to the FLVPlayback instance. I'm using a PlayPauseButton, a SeekBar, a MuteButton, a VolumeBar and a FullScreenButton. All of the…
honi
  • 161
  • 1
  • 9
1
vote
2 answers

Stopping FLVPlaypack component

Greeting, I have problem stopping FLVPlaypack component when I navigate from one frame to another frame that the play which has instance name (vi) still working in back ground. when the flash loaded I used vi.stop() to stop the play also I added…
Eyla
  • 5,751
  • 20
  • 71
  • 116
1
vote
1 answer

Playback of F4V using FLVPlayback won't use progressive download

I am using FLVPlayback Component in Flash AS3 to play an F4V video hosted on a different server. I want it to start playing as soon as possible, but the video won't start playing until the F4V is completely downloaded (I checked with Firebug). I…
Brian D'Astous
  • 1,314
  • 1
  • 18
  • 26
1
vote
2 answers

How to use FlvPlayBack to play back and live videos?

I want it to automatically detect if there's a live video,then play live;otherwise play back. How to do it that way?
ollydbg
  • 3,475
  • 7
  • 28
  • 29
1
vote
2 answers

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:
Julio Santos
  • 3,837
  • 2
  • 26
  • 47
1
vote
1 answer

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?
Joren
  • 9,623
  • 19
  • 63
  • 104
1
vote
2 answers

Flash FLVplayback giving issues in fullscreen mode - content dissapears

I am working on a video playing menu set up to work in Flash player as an exe. I have videos playing in the background with buttons hovering above the video with which the user can then play different videos. I am not a programmer but I have an…
1
vote
1 answer

Flash AS3 FlvPlayback Skin calling parent swf

I have an FlvPlayback skin, which works really well, except the custom button. Basically this button needs to be able to call a function in the parent movieclip (that loaded the FlvPlayback, which in turn loaded the skin). I am not really a Flash…
Adam Heath
  • 4,703
  • 2
  • 35
  • 50
1
vote
2 answers

How to check for the FLV file existence before playing that using FLVPlayback in Action Script 3?

I'm very new to the Action Scripting, I'm using the FLVPlayback class to play my FLV files. If I'm trying to play a FLV file which is not existed yet then I am getting a "VideoError: 1000" with message of Unable to make connection to server or to…
Siva
  • 1,123
  • 2
  • 14
  • 25
1 2
3
10 11