Home / Components / Audio & Video / Professional Video Player /
Professional Video Player
85 purchases
License:
By purchasing and downloading this license, you are entitled, as buyer, to use the product in ONE SINGLE NON-COMMERCIAL PROJECT ( website&nbs... [+]
> View graphic table with full license features
$20.00
Package includes: FLA, SWF,XML,HELP.txt
Flash Version: Flash 8, Flash CS3, Flash CS4
Viewable with: Flash Player 9
Documentation level: Excellent documented
Flash knowledge level: Advanced
Action Script: ActionScript 2.0
Product ID:F0902132
Please install flash first.
Features-:
It plays any kind of video file that Flash Player supports ( FLV / H.264 encoded video including MP4, M4V, M4A, MOV, Mp4v, F4V), YouTube and Stream Videos. The code is very clean and it's easy to customize the player's design.
Supports MPEG-4 standard container files that contain video and audio H.264 / AAC encoded including MP4, M4V, M4A, MOV, Mp4v, F4V, FLV.
1.Scrollable playlist with thumbnail preview with infinite limit.
2.Information text about video is shown on click of info button.
3.Left click on the video to play/ pause it.
4.Controlbar Options:
1.Play/ Pause.
2.Replay.
3.scrollable seek bar.
4.FLV time duration.
5.Mute button.
6.Volume Control.
7.Fullscreen button.
8.Information about video button.
5.Right Click Options:
1.Play/ Pause option.
2.Replay.
3.Mute Volume.
4.Video Size Options:
1.FullScreen
2.Normal Size.
3.Double Size.
4.Exact Fit.
5.Stretch.
6.Playlist:
1.Unlimited videos can be put.
2.Thumbnail preview of 50x40 px .jpg image.
3.Tolltip showing the name of movie.
4.Scrollable.
-----How To customize XML-------
-------XML preview--------------
--------------------------------
name="Simpsons Movie" // Give the name of your video.
url ="http://dh.xata9.com/video/simpsons_low.flv" // Give the url of your movie.
thumb="thumb/1.jpg" // Give url the of thumbnail of 50x40 pixel jpg image.
info="Nice Movie" // Give the information about video.
--------------------------------
$20.00
License:
Personal License By purchasing and downloading this license, you are entitled, as buyer, to use the product in ONE SINGLE NON-COMMERCIAL PROJECT ( website or other multimedia project not generating income ), your personal work or work for a client. You may not redistribute / resell the functionality provided with the purchased product without the author's and / or FlashComponents.net written permission, but you may modify its content. In case you want to use the product for a commercial project then you will have to buy the 'Commercial License'.
| Usage Terms: | Personal | Commercial | Multiple |
|---|---|---|---|
| Use in ONE SINGLE NON-COMMERCIAL project | |||
| Unlimited use in the same project | |||
| Use in ONE SINGLE COMMERCIAL project | |||
| For your client's ONE SINGLE COMMERCIAL project | |||
| MULTIPLE COMMERCIAL projects | |||
| For your client's MULTIPLE COMMERCIAL projects |























35 comments
Add comment
1 2
gerald.newton
I purchased this product. I cannot find a typical index.html file after unzipping. Do you have a html file that shows how to put this on the web?
#  /  PM  /  posted on Jan 30, 2010
rihtam
To seelenflug
Playing Youtube Videos Solution sent to your email Id.
#  /  PM  /  posted on Feb 02, 2010
bassant.said
Hi
I bought this file, it is very nice but could you please send me instructions on how to play youtube videos and stream videos ?
Thank you
#  /  PM  /  posted on Mar 07, 2010
andriy.tkachuk
Plese, add example code for including in html page!
#  /  PM  /  posted on Mar 12, 2010
rihtam
To andriy.tkachuk
Following is the object code-:
Just change width and height values as required.
<object classid=“clsid:d27cdb6e-ae6d-11cf-96b8-444553540000” codebase=“http://fpdownload.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=8,0,0,0”
width=“570”
height=“400”
id=“Professional Video Player”
align=“middle”>
<object classid=“clsid:d27cdb6e-ae6d-11cf-96b8-444553540000” codebase=“http://fpdownload.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=8,0,0,0”
width=“570”
height=“400”
id=“Professional Video Player”
align=“middle”>
<param name=“allowScriptAccess” value=“sameDomain” />
<param name=“allowFullScreen” value=“true” />
<param name=“movie” value=“Professional Video Player.swf” />
<param name=“quality” value=“high” />
<param name=“bgcolor” value=”#000000” />
<embed src=“Professional Video Player.swf” quality=“high” bgcolor=”#000000” width=“570” height=“400” name=“Professional Video Player” align=“middle” allowFullScreen=“true” allowScriptAccess=“sameDomain” type=“application/x-shockwave-flash” pluginspage=“http://www.macromedia.com/go/getflashplayer” />
</object>
Thnx
rihtam
#  /  PM  /  posted on Mar 14, 2010
andriy.tkachuk
How about charset win-1251 ?
This player support RU chars?
#  /  PM  /  posted on Mar 15, 2010
donplayne
Hi
I bought this file and it works well. How would I link directly to a video in the playlist from another webpage in the same domain?
#  /  PM  /  posted on Mar 25, 2010
donplayne
Is there a way to have the player autoplay the first video in the list when the page loads?
Also, is there a way to use the first frame of the video as the backdrop instead of the black background?
#  /  PM  /  posted on Apr 08, 2010
geostein
Hello, i also just bought this plugin, but there is nowehere an "excellent documentation". i dont want to start programming in flash, for this reason i bought this tool. so please give me a description how to insert this into my website (what param has what meaning) i tried the hint you gave to tkachuk, but the result is a black screen (i thingk there must be added some path information)
Georg
#  /  PM  /  posted on Sep 29, 2010
geostein
Hello, finally i got it working. Now my problem is that every url i try in the xml file won't work. I tried mms://... stream urls, urls to .avi videos and other things i can open with the ms mediaplayer but they don't show up in the player. Is htere also a way to give a video url directly in the object tag to the player, i want to show a specific virdeo when someone clicks on a link?
here my html code i use:
object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" codebase="http://fpdownload.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=8,0,0,0" width="768" height="500" id="Professional Video Player" align="middle">
embed src="./Professional Video Player.swf" quality="high" bgcolor="#f223e8" width="570" height="400" name="Professional Video Player" align="middle" allowFullScreen="true" allowScriptAccess="sameDomain" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer">
Georg
#  /  PM  /  posted on Sep 30, 2010
utahcafe
hello Great player I have a question: could you please let me know for youtube streaming, how does it work.. for example if the adress is: http://www.youtube.com/watch?v=-HGfFyqJMrk&feature=youtu.be
thanks!
#  /  PM  /  posted on May 24, 2011
utahcafe
hello Great player I have a question: could you please let me know for youtube streaming, how does it work.. for example if the adress is: http://www.youtube.com/watch?v=-HGfFyqJMrk&feature=youtu.be
thanks!
#  /  PM  /  posted on May 24, 2011
nappy155
i would like to keep the playlist visible...but when i do it covers some of the video playing...how can i move the video itself inside the player more towards the top so the playlist does not cover it...
#  /  PM  /  posted on Mar 06, 2012
myuhdi
How to url in xml file on local harddisk. Thanks
#  /  PM  /  posted on Mar 12, 2012
sabawi
Hello, nice player I have 1 Q before buying your product.
Is it possible to put the thubnails outside the player as "featured videos"? thanks
#  /  PM  /  posted on Apr 12, 2012
1 2