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
2
votes
1 answer

Flash video streaming - seek to frame & slow/fast-motion

I am working on a project where an FLV is streamed to a player - the player needs to be able to seek to exact frame numbers and pause on them. The end goal is to achieve a variable playing speed - the player will go to a frame, pause, then go to the…
2
votes
1 answer

Using FLVPlayback Class to play an instance of the Video class

Is it possible to use the FLVPlayback class to play an instance of the Video class? I'm loading the video (which is just an audio track with cue points) in using GreenSocks LoaderMax (along with the rest of my assets) and so have various instances…
hamishtaplin
  • 1,679
  • 5
  • 18
  • 27
2
votes
1 answer

AS3 FLVPLaybackCaptioning Component Displaying Images?

I am using the FLVPlaybackCaptioning Component to display captions for a video. We've built a player that uses a FLV file hosted locally or streamed from the server to show captions for a video, a slide title, and slide text. The example is up here:…
user49989
2
votes
2 answers

free or cheap open source browser-based Flash (flv) video players

Does any know of any free or cheap OSS browser based Flash video player? It's going to be embedded on ASP.NET 3.5, a webcontrol would be handy, but not required. I've been looking around and there are a lot of options. My client wants to host a…
craigmoliver
  • 6,499
  • 12
  • 49
  • 90
2
votes
1 answer

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…
lorennorman
  • 146
  • 1
  • 7
2
votes
2 answers

FLVPlayback, go fullscreen smooth?

Im looking into using and customizing FLVPlayback in a project. How to go about this is clear, but I noticed 1 anoying thing. When going fullscreen, first Flash player goes fullscreen and then briefly shows the FLVPlayback component in its original…
Marcel
  • 21
  • 2
2
votes
3 answers

How can I enlarge video fullscreen without the affected interface project in as3?

I have a problem I do not know how to correct it. I want to work a full-screen in my project. But the video of the entire screen, and I want to show the entire video of the screen appears when you click the button on the control panel only video of…
FlashGirl
  • 53
  • 11
2
votes
1 answer

FLV player for prettyPhoto (a jQuery based lightbox)

I try to find a FLV player that works with PrettyPhoto (http://www.no-margin-for-errors.com/projects/prettyphoto-jquery-lightbox-clone/). I was wondering if anyone here can recommend a FLV player that would work with PrettyPhoto. A link to a…
user281867
  • 587
  • 3
  • 11
  • 21
2
votes
1 answer

Flash FLVPlayback states

I'm writing my own class to manage a skin for an FLVPlayback component. It works 90% of the time, but sometimes the state get really messed up. Specifically, the video is playing, meaning I can see it play and the VideoEvent.PLAYHEAD_UPDATE event is…
rob5408
  • 2,972
  • 2
  • 40
  • 53
2
votes
3 answers

What's the difference between the Video object and the FLVPlayback component?

What is the differences in use of these two objects? Which one should be used for a "Youtube-like" video player with a custom skin and playlist?
Moshe
  • 57,511
  • 78
  • 272
  • 425
2
votes
1 answer

FLVPlaybackCaptioning + Custom position

Using FLVPlayback Captioning component I would like to move the subtitle text at certain parts in y-position. Is this possible in AS3? All of my own custom arguments are ignored when subtitles are parsed and wrapping the specific part with some sort…
2
votes
3 answers

FLVPlayback Flash Skin not showing in wordpress

Im trying to insert a flash video with controls in my website. I can see the video but not the controls with FLVPlayback. I put all my files at the same level of my page, so i shouldnt have a path error... Heres my…
2
votes
1 answer

FLVPlayback VideoEvent.COMPLETE triggers before the video reaches the end, and the video stops playing

import fl.video.*; var player:FLVPlayback = new FLVPlayback(); addChild(player); player.skin = "someSkin.swf"; player.source = "http://someDomian/some.flv"; Here's the code. I just load and play some flv from server, and when I test it via Flash…
2
votes
2 answers

1119: Access of possibly undefined property SEEKED through a reference with static type Class

Need help with this as3 code that used to work in Flash CS5.5 but now is not working with Flash CS6. I got a FLVPlayback instance called myVideo in the stage and Im trying to capture the "seek" event using this code: import fl.video.*; import…
Luis
  • 21
  • 1
  • 3
1
vote
1 answer

Add a poster frame to a loaded video

I'm building application where users can upload flv's with the fileReference. When a user press upload the flv is uploaded into a folder and the path stored into the database. When the user clicks on an other page, he can see a list with all the…
Duikboot
  • 1,093
  • 1
  • 12
  • 24
1
2
3
10 11