Search  

YOUTUBE DAILYMOTION FLV PLAYER ( XML )

HomeBrowse CategoriesFlashApplications and UtilitiesUtilitiesYouTube Dailymotion FLV Player ( XML )
Full_screen_preview

A player that can play YouTube videos, Dailymotion videos or a normal flv .

If the player in the preview doesn’t start please use another link. I have uploaded the player preview again because the video from the first preview was deleted from YouTube .

You can set the paramaters of the player when embending the swf into html or from xml .

The player can be customized by editing the movie clips that in the library in the folder ” Modify to change design ”.

The player extracts the video from YouTube and Dailymotion using only actionScript 2.0 .

Functions of the Video Player:
- after the meta of a video is loaded (the player extract meta that comes with the video you want to play) the total time and curent time of the video is showen and a press downloading bar will start;
- the player has a stop button that stops the video and moves it at the begining;
- the player has a play button that can be used to start a video or to resume a video play;
- the player has a pause button that can stop a video at the time played;
- the player has a volume button that sets the volume at it’s maximum value;
- the player has a mute button that sets the volume at 0;
- each time when you roll over the mute or volume buttons a volume bar will apear; you can drag the button or press on the volume bar to change the volume;
- the player has a Full Screen button that makes the player full screen;
- the player has a Normal Screen button that makes the player size the original one;

If you whant to know about extracting videos from YouTube and Dailymotion to create your own player visit this blog posts :

http://webcodingtips.blogspot.com/2008/07/get-youtube-videos-with-actionscript-20.html

http://webcodingtips.blogspot.com/2008/07/get-dailymotion-videos-with.html


You might be interested also in:


Video Players

37227 37683

Video Galleries

39011

Image Galleries

38572

Maps

36688 37230 36703

Tags: video , media , player , youtube , flv , media , full screen , resizable , dailymotion , xml .

Posted about 1 month ago

very good work ! 5*

Posted about 1 month ago

nice very clean control bar

Posted about 1 month ago

Great work. Bookmarked. I’m sure I’ll be buying this one soon.

Posted about 1 month ago

useful

Posted about 1 month ago

how can i get it to play more than one video from the xml file?

Posted about 1 month ago

@blemaste this player can’t have a playlist.

Posted about 1 month ago

i know it doesn’t out of the box. what i was asking, is there a way to add script to add a playlist? maybe a next button? or is there just no way to do it?

Posted about 1 month ago

@blemaste yes you can add a script to add a playlist I have done it in my next uploaded flash file. It’s number 3 in the queue for some tie now. I hope they aprove it. If you want to add a playlist the function that the next button will call must be:
function detURL(media_adress:String); in functions.as

Example: If you have the playlist in an array.

var videoPlaylist:Array = new Array();
var nextVideo:Number = 0;

nextButton.onRelease = function()
{
nextVideo++;
detURL(videoPlaylist[nextVideo]);
}

Posted about 1 month ago

am i supposed to configure the function code somehow? what goes in here ( ) ? thanks in advance.

Posted about 1 month ago

@blemaste no thas is all the code. The only thing you need to do is to give values to videoPlaylist array

Posted about 1 month ago

dmarius is a good guy! he helped me out alot, and i would recommend buying his Flash Den Products. Thanks dmarius! b

Posted about 1 month ago