My account
Shopping cart
Knowledge base
Support

Knowledge Base

Important! All new questions are usually answered within the next business day.

Flv Video Player Pro V1

(views: 6780)

Especially designed to play your flv files in streaming, Flash FLV Video Player Pro V1 can be easy included in your projects. With three included flash implementations, our flv player will give elegance and taste to your video flash projects. Flash FLV Video Player Pro component is a lightweight streaming video player, with an optional scrolling playlist and playback controls that you can access and edit right from your flash IDE. It has the ability to scale or resize the movies.



Audio plays but video not

(2008-02-08 - views: 2335)
Q: What can I do if the player does not display the video but it still plays the sound from the .flv file ?
A: This usually happens when the .flv files are not encoded properly so the events of the Video object are not dispatched correctly. In this case, the solution would be to set the video holder clip to be visible when the clip starts playing (because it is invisible when it's initialized):

var myListenerObj:Object = new Object();

myListenerObj.onStartPlay = function(evt:Object):Void {
    myVideoPlayer.videoHolder._visible = true;
}

myVideoPlayer.addEventListener("onStartPlay", myListenerObj);

NOTE: This solution may not always work for reasons not related to the video player component.


User Comments

How can I make FullScreen ?
posted by winthan on 2008-04-01
i would like to make full screen based on Skin2. how can I make full screen for movies to be play.
No full screen
posted by negush on 2008-04-02
This version of the video player component cannot be made full screen.
Audio, Video Stalls, Counter Continues
posted by ascender on 2011-06-08
Several of my client's videos stop playing (the counter continues to advance, though), each at a random length. This occurred with flv files embedded in flash files. I switched to all f4v in one of the video sections (POST PLAY): three of the four videos there still stall.

ushoops.com

Hover over the VIDEO button, bottom left, click on POST PLAY, or Summer 09 Drillwork, for examples.

I successfully played the four POST PLAY videos on my Mac with Roxio Video Player, without any stalling.

I would appreciate your help.
Gary
RE:Audio, Video Stalls, Counter Continues
posted by kneo on 2011-06-09
Please open a ticket and send us the source files so that we can take a look and try to figure out what's wrong.


Login to post your comment login to post your comment

Other questions in this item

Enable for video smoothing

Back