Search  

FLV VIDEO PLAYER MULTIUSE II

HomeBrowse CategoriesFlashApplications and UtilitiesFLV Video Player Multiuse II
Full_screen_preview

FLV Video Player Multiuse II

Actionscript 3.0 – Flash CS3 file

Main feature – Usable with a single flv file or multiple files(via xml)

Features:
- Settings via html embedding system
- Auto-resizable
- Can be embedded in other flash files
- Fullscreen support
- Auto-play movie list
- Auto-start player on load
- Toolbar auto-hide
- fill / fit screen system - to handle all types of video size ratio
- set a preview image path

XML Structure Example:

<?xml version="1.0" encoding="iso-8859-1"?>
<content>
    <movie name="first movie" link="movie1.flv" thumb_url="movie1.jpg"/>
    <movie name="second movie" link="movie2.flv" thumb_url="movie2.jpg"/>
</content>

For Actionscript 2.0, Flash 8 File check this file : Flv player as2.0

recomended

NEW

[View my full Portfolio]

Posted about 1 month ago

very nice! :)

Posted about 1 month ago

Noice!!!

Posted about 1 month ago

great player. worked perfectly right out of the box.

it even played mp4 h.264 files (although they don’t stream)

Posted about 1 month ago

Hi WickedPixel,

Great player, just one question can I make the xml dynamic?? That is, if I point the source_file=movie.php, where movie.php will generate the xml on the screen dynamically, will that work…??

Next question, if I use the individual flv file in &source_file=movie.flv, can I point the source_file=subdirectory/movie.flv??

Cheers Corporate007 ?;-p

Posted about 1 month ago

Hi corporate007
To use php files as xml you will need to edit one line in the vp.as actionscript file
Search the line :
if(source_file.indexOf(".xml")>0){
and edit her to this :
if(source_file.indexOf(".xml")>0 || source_file.indexOf(".php")>0){
and now will support php files too.
And.. Yes.. that path can have subdirectories or can even be an absolute path… like
”>http://www.site.com/folder/movie.flv

Cheers

Posted about 1 month ago

Brilliant Wickedpixel!!!

Worked like a charm!!

You are the man!!

?;-p Corporate007

Posted about 1 month ago

This file is simply great! Easy and well explained initial setting. Thanks very much. Well worth the investment!

Posted about 1 month ago

Hi, I just downloaded the file and so far so good. The instructions for changes are good. However, I couldn’t figure out how to show Example 2 (single flv). Currently, the fla defaults to Example 3 (multiple). I changed the xml file to only take one movie and the player is showing one movie. But instead of showing the tumbnail of the movie to play, I want the play button exactly like you have it in Example 2. Would you please show me how? Thanks.

Also, I’m trying to call the swf file from another swf, but when I did that the player shows the components as are showing on fla files. However, if I play the swf by itself, it plays nicely. What am I missing? Thank you.

Posted 25 days ago

ive got the player working but cant get rid of demo mode ?

Posted 22 days ago

Blaster, Open the fla and make sure the layer “demonstation” is not lock and can be view. Double click on the left hand corner of the image on the stage and you should be able to edit the text box. Good luck.

Did anyone get this to work inside another swf? Thanks.

Posted 22 days ago

I’d like to know if I can display my logo on the player, I wounder which program can open fla file, thanks

Posted 20 days ago

@georger & all you can replace the “Demonstration Mode Text” with an image or vector of your logo…

Posted 19 days ago

@voleona for single files you don’t need to use an xml.. just pass the path for the .flv instead of xml file.

Like : preview.swf?source_file=movie1.flv

Posted 19 days ago

I was wondering if I purchased this could you send me the SWF without the Demo Banner on the top. I don’t have CS3 and won’t be getting it any time in the near future but would like to incorporate this player into a site I’m working on. Since all the settings are in the xml that should work right?

Posted 11 days ago

Yes.
Send me an email and i will send you the tweaked files.

Posted 10 days ago

Thank you very much for the swift response. tigga76[at]asublimecreation.com

Posted 10 days ago

This doesn’t play MP3 files as well?

Posted 2 days ago

Hmm, nope, sorry.This is a video player.
But… it’s a nice idea a player that will have both types supported.

Posted 2 days ago

Yes, there are many of them here, but I chose yours thinking that it would.

I’m messing around with the FLA now. Almost got it working. Do you want the mod code when I’m done?

Posted 2 days ago