Per this Adobe KB tech note is there any way around having to place the FLVPlayback skin SWF in same directory as HTML file the container SWF is loaded from? It pains me to have to put a SWF in my site's root directory.
I think loading the Flash video in an iframe would solve this problem, but is that a good practice? I generally shy ...
Is it OK to use XSPF for video content?
If not, what else should be used?
I am targeting flash players, including Jeroen Wijering's JW FLV media player.
...
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 ideas what is causing this?
Also sometimes seeing menu items highlighted which are not the currently playing ones. Any ideas here as well?
...
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 video on their web site like in a player like YouTube.
Here are some of the ones I've foun...
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:
http://www.brainline.org/multimedia/webreadyplayer
I want to display images using the ...
I have a movie that loads an flv using the VideoPlayer class. It does it with the load function.
Here is a code sample of what I'm doing:
_root.createEmptyMovieClip("SlideA", 1);
...
SlideA.loadMovie(urlContainingFunctionForLoadVideo);
... // SlideA has completely loaded
SlideA.loadVideo(urlToFLV);
function loadVideo(url)
{
...
I am trying to do an ASP.net custom control for the Flow Player flv player that has the swf object embedded. With Steve Orr Controls I learned that you can embed javascript files and register them so you don't have to always add the javascript files manually. I am wondering if this holds true to SWF files.
I have been reading all over t...
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 ?
...
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.
Also, I would like to be able to stop the stream from downloading when I click away from the page with the video on.
Thanks in advance.
...
I am trying to add a 'FLVPlayback' component, as described on the Adobe site to a very very simple flash movie.
I have no problem at all using this code to instantiate a FLVPlayback object dynamically.
import fl.video.*;
var flvPlayer:FLVPlayback = new FLVPlayback();
addChild(flvPlayer);
//The next line assumes you have copied the ski...
I am including a video within a flash banner. When the banner loads, in the space where the video will play I have prepared 'click to play' graphics, with a button which invokes nextFrame – taking the main flash movie's play head to the frame where the actual video is.
The video then plays fine, but finishes on a blank, black screen.
W...
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 has already been loaded.
Any ideas what could cause this?
...
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 of YouTube hosting their content.
Other than trying to justify YouTube's API, has anyone had a good experience with another provider, or kn...
Hi,
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 reinvent the wheel and build another FLV Player using the Video class.
Does anyone know about a FLV Player that runs in Flash Player...
Hi!
I recently started a new job working on a content management system. One of the jobs was to implement url rewriting, which i've done, but for some reason the URL rewriting has killed the ability to play flv files through FLVPlayer_Progressive. An example can be seen below:
Working
if you then follow the link on the menu and go to ...
Hi,
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 need a native library (maybe fobs4jmf.so?).
Is there any java lib that allows me to playback .flv besides fobs4jmf? Or fobs4jmf can be ...
I have a VideoProgressEvent on my FLVPlayback but when I test the video I get these posted in the log:
_streamLength = NaN
calling getStreamLength
calling getStreamLengthResult(279.066)
And the event never fires. What's going on here?
...
Hi all,
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 Player at regular size, everything works perfectly.
I have a button called video_button_01 (actually, video buttons 01 through 04), wh...
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 front page, and I'd rather not have the video downloaded unless/until the user asks to see...
Hi
I have a simple video player (build with the FLVPlayback component in Actionscript 3). If I stream RTMP video through Red5 I lose the ability to control the video, although it does play. The seek bar is just forever 'revolving' and stop doesn't work. I also get an error message about an SSL certificate from localhost:localdomain - whi...