Flash CS3 - Flash CS4

Free tutorials and scripts for all.
Actionscript 3.0

Multi FLV Player

This is a discussion on Multi FLV Player within the FlepStudio utilities forums, part of the Tutorials category; Hi all ! I created this new utility and perhaps lots of you will find it very useful. It is a ...


Go Back   Forum Flash CS3 Flash CS4 > English Forums > Tutorials > FlepStudio utilities

Register Blogs FAQ Members List Calendar Search Today's Posts Mark Forums Read
  16 links from elsewhere to this Post. Click to view. #1 (permalink)  
Old 23-09-07, 12:28
Administrator
 
Join Date: Jul 2007
Location: Cesena
Posts: 4,354
Blog Entries: 1
Rep Power: 6
Flep is on a distinguished road
Multi FLV Player

Hi all !

I created this new utility and perhaps lots of you will find it very useful.
It is a multi player of FLV videos.
Supported by a TileList component that displays thumb and title of the videos.
Select a video and it will be streamed.

Let's see it...*

MULTI VIDEO PLAYER

multi FLV video player







Description

Multi FLV videos player.

Supported by TileList component.


It reads from XML file: videos url, thumbs url and titles


Files package

main.fla

Main.as

LoadingXML.as

Caricatore.as

videos.xml

SkinOverPlaySeekMute.swf

cartella immagini di prova

readme.rtf


Important

Open LoadingXML.as file and change url call to XML file.


XML file options

- add/remove any url video you wish

- add/remove any url thumb you wish

-add/remove any title


XML:
HTML Code:
<?xml version="1.0" encoding="UTF-8"?>
<videos>
	<item>
		<video_url>http://www.flepstudio.org/utilita/MultiFLVPlayer/videos/vid_0.flv</video_url>
		<thumb>http://www.flepstudio.org/utilita/MultiFLVPlayer/thumbs/thumb_0.jpg</thumb>
		<title>video 1 title</title>
	</item>
	<item>
		<video_url>http://www.flepstudio.org/utilita/MultiFLVPlayer/videos/vid_1.flv</video_url>
		<thumb>http://www.flepstudio.org/utilita/MultiFLVPlayer/thumbs/thumb_1.jpg</thumb>
		<title>video 2 title</title>
	</item>
	<item>
		<video_url>http://www.flepstudio.org/utilita/MultiFLVPlayer/videos/vid_2.flv</video_url>
		<thumb>http://www.flepstudio.org/utilita/MultiFLVPlayer/thumbs/thumb_2.jpg</thumb>
		<title>video 3 title</title>
	</item>
	<item>
		<video_url>http://www.flepstudio.org/utilita/MultiFLVPlayer/videos/vid_3.flv</video_url>
		<thumb>http://www.flepstudio.org/utilita/MultiFLVPlayer/thumbs/thumb_3.jpg</thumb>
		<title>video 4 title</title>
	</item>
	<item>
		<video_url>http://www.flepstudio.org/utilita/MultiFLVPlayer/videos/vid_4.flv</video_url>
		<thumb>http://www.flepstudio.org/utilita/MultiFLVPlayer/thumbs/thumb_4.jpg</thumb>
		<title>video 5 title</title>
	</item>
	<item>
		<video_url>http://www.flepstudio.org/utilita/MultiFLVPlayer/videos/vid_5.flv</video_url>
		<thumb>http://www.flepstudio.org/utilita/MultiFLVPlayer/thumbs/thumb_5.jpg</thumb>
		<title>video 6 title</title>
	</item>
	<item>
		<video_url>http://www.flepstudio.org/utilita/MultiFLVPlayer/videos/vid_6.flv</video_url>
		<thumb>http://www.flepstudio.org/utilita/MultiFLVPlayer/thumbs/thumb_6.jpg</thumb>
		<title>video 7 title</title>
	</item>
	<item>
		<video_url>http://www.flepstudio.org/utilita/MultiFLVPlayer/videos/vid_7.flv</video_url>
		<thumb>http://www.flepstudio.org/utilita/MultiFLVPlayer/thumbs/thumb_7.jpg</thumb>
		<title>video 8 title</title>
	</item>
	<item>
		<video_url>http://www.flepstudio.org/utilita/MultiFLVPlayer/videos/vid_8.flv</video_url>
		<thumb>http://www.flepstudio.org/utilita/MultiFLVPlayer/thumbs/thumb_8.jpg</thumb>
		<title>video 9 title</title>
	</item>
</videos>

Source files:
Attached Files
File Type: zip MultiFLVPlayer.zip (980.7 KB, 745 views)

__________________

 


I recommend: Essential Actionscript 3.0

- Non rispondo ai messaggi privati con domande tecniche. Apri una discussione sul forum !
- I do not reply technicians pvt messages. Open a thread !

Last edited by Flep; 05-06-08 at 16:28.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote

  #2 (permalink)  
Old 31-10-07, 23:58
Junior Member
 
Join Date: Oct 2007
Posts: 2
Rep Power: 0
jumpjump is on a distinguished road
Re: Multi FLV Player

Nice guide, very helpful. Thanks.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #3 (permalink)  
Old 10-01-08, 08:04
Junior Member
 
Join Date: Jan 2008
Posts: 2
Rep Power: 0
kaptain.bley is on a distinguished road
Re: Multi FLV Player

Hallo All, hallo Filippo,
your Multi flv Player is very good, i think. I have downloaded the package. But i am an absolute beginner in programming html. The XML file i understand, but i can not integrated the Player in my Webpage.
Please can anybody help me with a simple html code, that i can copy and paste in my html File. All files are in one directory.


Many thanks

Micha
Germany
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #4 (permalink)  
Old 11-01-08, 06:56
Administrator
 
Join Date: Jul 2007
Location: Cesena
Posts: 4,354
Blog Entries: 1
Rep Power: 6
Flep is on a distinguished road
Re: Multi FLV Player

Hello

What HTML editor do you use ?
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #5 (permalink)  
Old 11-01-08, 07:25
Junior Member
 
Join Date: Jan 2008
Posts: 2
Rep Power: 0
kaptain.bley is on a distinguished road
Re: Multi FLV Player

Quote:
Originally Posted by Flep View Post
Hello

What HTML editor do you use ?
Hi,

i use "HTML Editor Phase 5.3"

Micha
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote

photoFlow

  #6 (permalink)  
Old 12-01-08, 06:50
Administrator
 
Join Date: Jul 2007
Location: Cesena
Posts: 4,354
Blog Entries: 1
Rep Power: 6
Flep is on a distinguished road
Re: Multi FLV Player

... it should have an option that allow you to add an SWF into your HTML page.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #7 (permalink)  
Old 16-02-08, 02:59
Junior Member
 
Join Date: Feb 2008
Posts: 1
Rep Power: 0
Mobster is on a distinguished road
Re: Multi FLV Player

Could you be so kind as to post a flash8 version of the FLA please?

Thank You!

Awesome application!
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #8 (permalink)  
Old 04-03-08, 02:14
Junior Member
 
Join Date: Mar 2008
Posts: 2
Rep Power: 0
apache is on a distinguished road
Re: Multi FLV Player

Hi i'm having trouble embedding the flash object within an html page to work can anyone tell me what i'm doing wrong.

First all the files are in the same directory on my local computer.

I have changed this line in LoadingXML.as file

var request:URLRequest=new URLRequest('http://www.flepstudio.org/utilita/MultiFLVPlayer/videos.xml');

to

var request:URLRequest=new URLRequest('videos.xml');

as requested

i have changed the videos.xml file to only contain:




vid_0.flv
thumb_0.jpg
video 1 title



and this is the source of my test html page which i just copied a small piece from this news group page:

HTML Code:
<html>
<head>
</head>
<body>

<h1 align="center">MULTI  VIDEO PLAYER multi FLV video player</h1>

<div align="center">

   <div style="overflow: visible; padding-left: 550px; display: block; position: relative; width: 0px; height: 0px; left: 0px; top: 0px; z-index: 65535; opacity: 0.5;"></div>

   <object classid="clsid:D27CDB6E-AE6D-11CF-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0" name="obj1" id="obj1" border="0" height="400" width="550">
   <param name="movie" value="main.swf">
   <param name="quality" value="High">
   <embed src="main.swf" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" name="obj1" height="400" width="550">
   
   </object>

</div>

<p align="center"><strong>Description</strong>Multi FLV videos player. 

</body>
</html>
i'm running windows xp service pack 2 on a pentium 4 2.9 Ghz

and the flash plugin is installed correctly as i can use the video player on this page perfectly.


any help would be appreciated

thanx

Last edited by Flep; 13-03-08 at 03:21.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #9 (permalink)  
Old 04-03-08, 02:34
Junior Member
 
Join Date: Mar 2008
Posts: 2
Rep Power: 0
apache is on a distinguished road
Re: Multi FLV Player

i'm sorry i didn't realise that my adding html text to the message would result in it being rendered out :

please find attached my test html page
Attached Files
File Type: txt multi.txt (938 Bytes, 56 views)

Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #10 (permalink)  
Old 29-03-08, 19:04
Junior Member
 
Join Date: Oct 2007
Posts: 1
Rep Power: 0
Huroman is on a distinguished road
Re: Multi FLV Player

Ure rock. Tks
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote

Reply

Bookmarks

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is On
Trackbacks are On
Pingbacks are On
Refbacks are On
Forum Jump

Similar Threads

Thread Thread Starter Forum Replies Last Post
Multi Video Player Flep Utilità di FlepStudio 22 07-10-08 07:50
Multi Audio Player Flep FlepStudio utilities 24 20-08-08 13:31
Web flv player bastek89 FlepStudio users utilities 3 04-05-08 09:46
[AS2] Multi Video/Audio Player HELP! gnosis Flash CS3 eng 3 14-03-08 08:15
multi player audio azeloth AIUTO utilità free 1 04-09-07 10:52


All times are GMT. The time now is 19:56.


Powered by vBulletin versione 3.7.3
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Search Engine Optimization by vBSEO 3.2.0 RC4
Forum SiteMap


FlepStudio
by Filippo Lughi
P.IVA 03605860406