Tagged Questions
The flvplayback tag has no wiki summary.
8
votes
6answers
7k views
Internet Explorer Warning when embedding Youtube on HTTPS site?
EDIT 22 March 2011: This question is no longer that relevant since Youtube now offers HTTPS access: http://apiblog.youtube.com/2011/02/https-support-for-youtube-embeds.html
Our application is run ...
7
votes
4answers
2k views
Video hosting/upload API service for small business (other than YouTube)
I'm looking for a company that provides video hosting with an upload API, for a small businesses. Now, I know YouTube has an API for harnessing their technology, but the client doesn't like the idea ...
4
votes
4answers
1k views
Java: cross-platform .flv playback
I'm looking for a way to playback .flv files using java. This means I will need a ffmpeg lib that is cross-platform. I've been toying with jmf and fobs4jmf, but I cannot playback in linux because I ...
2
votes
1answer
477 views
Best Flash CS5 / Actionscript 3 FLVPlayback component
Hate to ask this question but I have been banging my head against a wall for a while now. I have an Adobe Air 2.5 app that has been written in Flash CS5. There is a need to play video's from within ...
2
votes
1answer
353 views
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 ...
2
votes
1answer
641 views
FLVPlayback component won't seamlessly loop
Everything I've tried so far with a FLVPlayback component to seemlessly loop a progressively-downloaded 15 second video has failed. There's always a split-second pause when it's time to loop. For ...
2
votes
1answer
2k views
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 ...
2
votes
3answers
523 views
FLV performance and garbage collection
I'm building a large flash site (AS3) that uses huge FLVs as transition videos from section to section. The FLVs are 1280x800 and are being scaled to 1680x1050 (much of which is not displayed to ...
2
votes
1answer
443 views
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 ...
2
votes
1answer
724 views
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 ...
2
votes
2answers
620 views
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 ...
2
votes
0answers
89 views
Menu indentation after full screen
Using the JW player, streaming flv via rtmp. I am also using the snell.swf skin. When I click on full screen, then return to normal I am seeing the menu for the currently playing item indent. Any ...
1
vote
2answers
223 views
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 ...
1
vote
2answers
281 views
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 ...
1
vote
3answers
1k views
AS3 Problem Dynamically adding Cue points to flv and seeking to next cue point
I have a flvplayback component onto which I am loading a video.
To mimic next frame and previous frame actions I am adding cue points to the loaded for every second of its length.
The next frame ...
1
vote
1answer
393 views
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 ...
1
vote
2answers
123 views
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 ...
1
vote
1answer
326 views
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 - ...
1
vote
1answer
779 views
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 ...
1
vote
2answers
238 views
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?
1
vote
2answers
586 views
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"
...
1
vote
1answer
233 views
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 ...
1
vote
1answer
511 views
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 ...
1
vote
2answers
1k views
FLVPlayback skin modification problem in Adobe Flash CS5 with AS3
I have been working on modifying an existing FLVPlayback skin. Ideally I would like to have one that uses a counter.
The problem is, all the fla's provided for the skins with counters fail to ...
1
vote
2answers
858 views
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 ...
1
vote
3answers
313 views
Need to play flash videos on iphone
I am building this iphone app for a client and they have a large set of flash video files that they need to play/stream to the iphone. I understand that the iphone doesnt natively support flv playback ...
1
vote
0answers
100 views
Is there an FLVPlayback onHttpError?
I'm able to tell if an image path was file-not-found or not, because I can attach to the loaders httpStatus. I can't find anything similar for an FLV (not using streaming).
EDIT - this is what I'm ...
1
vote
1answer
374 views
Flash FLVPlayback CuePoint problem
I have a flash app that plays movies. It loads subtitles and subtitle times from an xml file. Now the problem is this: in one or two of the films the first subtitle disappears after only one second ...
1
vote
2answers
418 views
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?
1
vote
2answers
2k views
Detect NetStream events with AS3 Video Object (not component)
I have created a FLV video player using the AS3 flash.media.Video object (not the FLV playback component) and I am trying to listen for meta events and Cue Points embedded in the FLV video but I am ...
1
vote
0answers
576 views
AS3: Reference Error 1056 when adding a movie clip containing an FLVPlayback
I am getting a weird Flash error. The weird thing about it is that it -only- occurs when I open the .swf in the local Flash Player and go to "View > Full Screen". In the browser, or in the Flash ...
1
vote
1answer
275 views
Is there an as3 video player that runs in flash player 9.0.16.0?
There is a known issue in Flash Player 9.0.16.0. It has to do with the FullscreenEvent. I guess because of that the FLVPlayback component doesn't work with this version of the player.
I don't want to ...
1
vote
2answers
2k views
FLVplayback - Stop the file automatically downloading
I currently have the FLVplayback component on my stage, however, I have the autoPlay set to False. This is a problem because I want the stream to only start downloading when the user presses play.
...
1
vote
1answer
2k views
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 ...
0
votes
1answer
18 views
FLV not playing within two SWF files
Before I start off; I'm not a pro at Flash at all.
Folder structure:
start.swf
assets/moviecontainer.swf
assets/flv/movie.flv
What I want is to open start.swf, have it embed moviecontainer.swf ...
0
votes
1answer
22 views
Creating FLVPlayback in AS3 not working
If I create a FLVPlayback using ActionScript3 I can't get output, but if I drag on a FLVPlayback 2.5 component and set the source it works.
import fl.controls.Slider;
import fl.events.SliderEvent;
...
0
votes
1answer
39 views
Is there a FLV player with fullscreen for Flash 8?
I need a player that can play FLV videos in FULLSCREEN inside my Flash8 application.
I know that it can be done using AS3, but I need to use AS2; is there a player that supports fullscreen that can be ...
0
votes
1answer
66 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
1answer
68 views
Playing mp4 video using FLVPlayback module?
I link my mp4 video directly using video.source = "my.mp4" in AS3 and the link is not broken, but then player keeps on loading forever.
Any ideas?
TA
0
votes
1answer
39 views
FLVPlayback keeps playing on page change
I have a as3 project, a magazine like project.
I have like 10 pages, and some of those pages, has a FLVPlayback component to stream flv videoes.
I have one problem, and it goes like this:
When i ...
0
votes
0answers
53 views
FLVPlayback VolumeBar defualt value - AS3
Flash AS3
I am dynamically adding a VolumeBar to my stage and would like to set the default volume to 50%. I am also trying to set the slider knob in the middle (relative to where 50% would be)
I ...
0
votes
1answer
61 views
ActionScript 3 FLVPlayBack VideoEvent
How do you add an event listener when a FLVPlayback starts? Something like below:
my_player.addEventListener(VideoEvent.COMPLETE, completePlay);
my_player.addEventListener(VideoEvent.START, ...
0
votes
1answer
59 views
Flash ActionScript FLVplayback SeekBar Noise
my issue is with flash FLVplakback control with a seekBar attached to it.
example can be found here.
for some unknown reason when i try to rewind using the seekbar, it produces a loud noise at the ...
0
votes
1answer
63 views
Detecting when FLVPlayback source is bad or not found
I'm totally at a loss as to how to detect if my instance of FLVPlayback component has been handed a source that either doesn't exist or it can't play for one reason or another.
I've attached handlers ...
0
votes
1answer
35 views
How to make an FLV flash movie file trigger calling an URL when the movie is played?
We're making a viral video which is going to be distributed as FLV movie file free for download and redistribution.
I don't know much about flash yet but I can imagine FLV is just some sort of ...
0
votes
1answer
204 views
How to control FLV Playback in flash with Action Script?
How to control FLV Playback in flash with Action Script? I want to play Video in my webpage similar to YouTube. I have done it with automatic play but I want it when you press play button, then play ...
0
votes
0answers
96 views
FLVPlayback not loading in full screen [closed]
I'm building an .swf with video to play in the standalone Flash Player. It works perfectly fine when the swf is not full-screened. However, as soon as I test it as a published, full screen swf, the ...
0
votes
1answer
150 views
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 ...
0
votes
0answers
78 views
How do I stop stageDisplayState.FULL_SCREEN from hiding everything but video?
I'm trying to make my own video controls, but when I use stageDisplayState.FULL_SCREEN or myFLV.enterFullScreenDisplayState(); , it will make flash go full screen but only the video is visible. I want ...
0
votes
1answer
212 views
as3 | How to stream an FLVPlayback through the internet
I have a video in flash in the size of 19 MB (5 minutes) and I want the user to see what that has been loaded so far, or even get an indication of what has been loaded - so he won't be stuck in a ...