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

FLVPlayBack: don't load flv until prompted to

Is it possible to configure FLVPlayback so that it does not auto-load the associated video file, but instead waits for a click on a "play" button to load and then play it? (I'm building a site that will have a player for a rather large video on its…
sbuck
  • 1,846
  • 4
  • 24
  • 40
0
votes
1 answer

Flash player does not work with mediaelement.js and FLV file

I have a great echosystem with .FLV files, and need to play it, but my player does not works.
0
votes
2 answers

AS3 - FLVPlayback component completion handler

I have an FLVPlayback component, instance named flvPlayer. The code below is in frame 1 of intro scene, which works perfectly fine in Flash CS5 but not in CS6! Obviously I want the video player to jump to the next scene when the video reaches the…
Milad
  • 1,239
  • 3
  • 19
  • 37
0
votes
1 answer

control flvplayback on external class

Hi fellow programmers, I want the videoPlayer on default be stopped or paused. How can I control this in my Main.as? It seems the video is playing in the background before I press btn_1.. This is my code: Main.as package { import…
0
votes
1 answer

Playing fly from library using AS3

How can I play a video from my library using AS3? It is in folder video and is called video01.flv. package { import flash.display.MovieClip; import flash.events.MouseEvent; import fl.video.*; public class video01 extends MovieClip …
0
votes
2 answers

AS2: FLVPlayback component contentPath relativity

I have a site that loads in a XML file which tells where to find the assets to load into the main SWF. Images, and external SWFs load in correctly, but for some reason FLVs don't load at all unless the contentPath is an absolute path, which I can't…
lislis
  • 294
  • 5
  • 23
0
votes
1 answer

FLV PlayBack fullscreen button not working

I'm building a flash app and using the FLVPlayback component, which for some reason isn't expanding to full screen when I click the button on the controls. All my app has in it is the player, so I'm sure I haven't got any conflicting code of…
user1390409
0
votes
1 answer

Why is FLVPlayback with no skin render as invisible?

I run the following code using Adobe Flash Professional CS5.5, Flash Player 11.2.202.235, ActionScript 3: var camera:Camera = Camera.getCamera(); var localVideo:FLVPlayback = ...; // Instantiated by the…
Gili
  • 86,244
  • 97
  • 390
  • 689
0
votes
1 answer

AS3 FLVPlayback fullscreen mode displays black screen

I'm trying to use the enterFullScreenDisplayState() function of the Flash AS3 FLVPlayback component, but instead of the video expanding to fill the screen, I just get a completely black screen. I can still hear the video playing, and when I Esc, the…
Gabe M
  • 61
  • 2
  • 7
-1
votes
1 answer

How to use FLV in ios

I have learned about livestream using files .flv, the answer is that it is not supported, or must be converted to mp4, or webm. Is there any way to directly handle the livestream of the file .flv, if you use html5 or reactjs, even better.
1 2 3
10
11