Search  

DYNAMIC FLASH PLAYER 5

HomeBrowse CategoriesFlashApplications and UtilitiesUtilitiesDynamic flash player 5

Subscribe to bobocel’s New File RSS Feed


This is a resizeable Flash Video Player. The XML allows each file to be different and have a different link.

Features:

1. FULL XML configurable. (autostart, volume, back color, over color, buffering text color, alpha, skin, links, target)
2. Auto resizes the flv player based on the video size, and on the initial image size.
3. Initial image, video file and XML file passed through the URL

Click here to see more files by bobocel

You might also be interested in:

Video Players



Galleries



Templates



MP3 players



News readers



XML menus



Slideshows



Creative navigation



Utilities

Posted about 1 year ago

Those of you that want to use the demo, need to change this code:

Okay, in this case here is the code you need to change in the demo.fla file:

for (i=0; i<7; i++) {
    var mc:MovieClip = _root.createEmptyMovieClip("mcHolder"+i, i);
    mc._x = (i%nrColumns)*200;
    mc._y = (int(i/nrColumns))*150;
    //mc.loadMovie("flvPlayer.swf?xmlPath=settings.xml&videoPath=200x150.flv&imagePath=200x150.jpg");
    _root.mcLoader.loadClip("flvPlayer.swf?xmlPath=settings.xml&videoPath=200x150.flv&imagePath=200x150.jpg", mc);
}

With:

for (i=0; i<7; i++) {
    var mc:MovieClip = _root.createEmptyMovieClip("mcHolder"+i, i);
    mc._x = (i%nrColumns)*200;
    mc._y = (int(i/nrColumns))*150;
}

_root.mcLoader.loadClip("flvPlayer.swf?xmlPath=settings.xml&videoPath=200x150.flv&imagePath=200x150.jpg", _root.mcHolder1);

_root.mcLoader.loadClip("flvPlayer.swf?xmlPath=settings.xml&videoPath=200x150.flv&imagePath=200x150.jpg", _root.mcHolder2);

_root.mcLoader.loadClip("flvPlayer.swf?xmlPath=settings.xml&videoPath=200x150.flv&imagePath=200x150.jpg", _root.mcHolder3);

_root.mcLoader.loadClip("flvPlayer.swf?xmlPath=settings.xml&videoPath=200x150.flv&imagePath=200x150.jpg", _root.mcHolder4);

_root.mcLoader.loadClip("flvPlayer.swf?xmlPath=settings.xml&videoPath=200x150.flv&imagePath=200x150.jpg", _root.mcHolder5);

_root.mcLoader.loadClip("flvPlayer.swf?xmlPath=settings.xml&videoPath=200x150.flv&imagePath=200x150.jpg", _root.mcHolder6);

Where you need to pass the image and the flv paths you want. You can change the values 200 and 150 to accommodate your flv width and height. Make sure you will change these in the flv player too. Instructions provided in the help file.

Posted about 1 year ago

First line needs to be zero – like:

_root.mcLoader.loadClip(“flvPlayer.swf?xmlPath=settings.xml&videoPath=200×150.flv&imagePath=200×150.jpg”, _root.mcHolder0);

Other than that the individual files load nice. Thx.

Posted about 1 year ago

Each can change the files as they need. I provided only the code for loading different files. The rest of the code is in the demo.fla file. :)

Posted about 1 year ago

Is there an easy way to increase the demo to show more screens? I’d like to do 5 or 6 columns and 3 or 4 rows.

Posted about 1 year ago

Figured it out with a bit of tweaking :)

Posted about 1 year ago

This is very nice….makes me wish i had videos on my website!!! :P

Posted about 1 year ago

I want to buy this file, but there is a couple things that i may not be understanding, can i load more than 6 videos? and once i select one can i see a bigger preview?

thanks for your response, looks like a nice player

Posted about 1 year ago

@mariacho: this is the demo only. The player is any of the 6 players above. You can load it as many times on a page and use it at any size you want. ;)

Posted about 1 year ago

Plays different videos. In case more people are wondering. (email answer)

Posted 7 months ago

very nice player.

I may have found a bug—if the user’s mouse is over one of the movies AS the player loads, the image finishes fading in, then gets stuck while only the audio of the movie plays. that movie remains broken until the user refreshes.

it happens even on the demo on this page. I’m using safari/firefox on os x. if there’s a quick fix to this, I’d love to know about it.

otherwise, excellent minimalist player.

Posted 7 months ago

I’m using the same OS and browsers, and I can;t duplicate the issue you mentioned. Please let me know what exactly to do.

Posted 6 months ago