Flash Gallery | Flash Templates | Flash Menu | Flash Design | Flash Audio & Video

flash page flip

Actionscript 3.0 video tutorials

+ Reply to Thread
Page 1 of 7 1 2 3 ... LastLast
Results 1 to 10 of 68

Thread: Multi FLV Player

  1. #1
    Administrator Living At The FlepStudio! Flep is on a distinguished road
    Join Date
    Jul 2007
    Posts
    5,609
    Rep Power
    9

    Multi FLV Player

    flash templates
    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

  2. #2
    Junior Member Settled In kaptain.bley is on a distinguished road
    Join Date
    Jan 2008
    Posts
    2
    Rep Power
    0

    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

  3. #3
    Administrator Living At The FlepStudio! Flep is on a distinguished road
    Join Date
    Jul 2007
    Posts
    5,609
    Rep Power
    9

    Re: Multi FLV Player

    Hello

    What HTML editor do you use ?

  4. #4
    Junior Member Settled In kaptain.bley is on a distinguished road
    Join Date
    Jan 2008
    Posts
    2
    Rep Power
    0

    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

  5. #5
    Administrator Living At The FlepStudio! Flep is on a distinguished road
    Join Date
    Jul 2007
    Posts
    5,609
    Rep Power
    9

    Re: Multi FLV Player

    ... it should have an option that allow you to add an SWF into your HTML page.

  6. #6
    Junior Member Settled In Mobster is on a distinguished road
    Join Date
    Feb 2008
    Posts
    1
    Rep Power
    0

    Re: Multi FLV Player

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

    Thank You!

    Awesome application!

  7. #7
    Junior Member Settled In apache is on a distinguished road
    Join Date
    Mar 2008
    Posts
    2
    Rep Power
    0

    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.

  8. #8
    Junior Member Settled In apache is on a distinguished road
    Join Date
    Mar 2008
    Posts
    2
    Rep Power
    0

    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

  9. #9
    Junior Member Settled In Huroman is on a distinguished road
    Join Date
    Oct 2007
    Posts
    1
    Rep Power
    0

    Re: Multi FLV Player

    Ure rock. Tks

  10. #10
    Junior Member Settled In Dougles is on a distinguished road
    Join Date
    Apr 2008
    Posts
    1
    Rep Power
    0

    Re: Multi FLV Player

    Awesome solution
    Thank you so much for your work!

+ Reply to Thread
Page 1 of 7 1 2 3 ... LastLast

LinkBacks (?)

  1. 10-02-09, 06:37
  2. 03-02-09, 14:09
  3. 05-11-08, 15:54
  4. 10-09-08, 07:43
  5. 10-09-08, 07:19
  6. 09-07-08, 19:44
  7. 08-07-08, 06:48
  8. 07-07-08, 14:24
  9. 26-06-08, 21:22
  10. 12-02-08, 05:59
  11. 18-01-08, 12:33
  12. 17-01-08, 07:49
  13. 10-12-07, 12:30
  14. 18-11-07, 19:31
  15. 18-11-07, 19:10
  16. 13-11-07, 09:05
  17. 13-11-07, 07:35
  18. 18-10-07, 04:11
  19. 05-10-07, 10:09

Similar Threads

  1. Multi Video Player JC Player
    By Flep in forum FlepStudio utilities
    Replies: 7
    Last Post: 23-07-10, 06:02
  2. Multi Video Player JC Player
    By Flep in forum Utilità di FlepStudio
    Replies: 3
    Last Post: 04-03-10, 15:53
  3. Multi Video Player
    By Flep in forum Utilità di FlepStudio
    Replies: 46
    Last Post: 16-01-10, 15:18
  4. Multi Audio Player
    By Flep in forum FlepStudio utilities
    Replies: 31
    Last Post: 25-03-09, 19:09
  5. multi player audio
    By azeloth in forum AIUTO utilità free
    Replies: 1
    Last Post: 04-09-07, 10:52

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts