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; Originally Posted by dmerrill I am having the same roblem getting the player to embed and show a video, no ...


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

Register FAQ Members List Calendar Search Today's Posts Mark Forums Read
  #21 (permalink)  
Old 05-06-08, 08:58
Administrator
 
Join Date: Jul 2007
Location: Cesena
Posts: 4,489
Rep Power: 6
Flep is on a distinguished road
Re: Multi FLV Player

Quote:
Originally Posted by dmerrill View Post
I am having the same roblem getting the player to embed and show a video, no matter what I do, it shows the default videos that are on this page, never the video I want it to play. What am I doing wrong?
Hi,
open file videos.xml and change the videos url with yours. Upload it to server.
open file LoadingXML.as and at this line:
var request:URLRequest=new URLRequest('http://www.flepstudio.org/utilita/MultiFLVPlayer/videos.xml');
change the url that hits to your videos.xml file.
Open main.fla and re-create the SWF.
Upload main.swf to your server.

If you don't work with a web server, if you want try it locally, use relative paths instead of absolute url's.
__________________

 


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 !
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote

  #22 (permalink)  
Old 05-06-08, 16:12
Junior Member
 
Join Date: Jun 2008
Posts: 2
Rep Power: 0
dmerrill is on a distinguished road
Re: Multi FLV Player

I would do those things if I actually had Flash CS3, which I don't but apparently have to. I will download the trial version as soon as it becomes available again (July 1) and give it a try then. Thanks for the help!
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote

  #23 (permalink)  
Old 01-07-08, 14:36
Junior Member
 
Join Date: Jun 2008
Posts: 1
Rep Power: 0
XSejer is on a distinguished road
Re: Multi FLV Player

I've had the same problem.
Here is my solution.
1) Open main.fla
2) Click on the black square with the FLV icon.
3) Click on parameters
4) Change the URL ( skin ) to your own skin. ( scroll down a bit to find it )

That did the trick for me
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote

  #24 (permalink)  
Old 05-07-08, 06:07
Junior Member
 
Join Date: Jul 2008
Posts: 2
Rep Power: 0
angie373 is on a distinguished road
Re: Multi FLV Player

Hi there. Thanks for the great example. I was wondering though - how could I edit this so that the playlist supported multiple playlists that the user can select by clicking a button?
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote

  #25 (permalink)  
Old 05-07-08, 10:08
Junior Member
 
Join Date: Apr 2008
Posts: 11
Rep Power: 0
codo is on a distinguished road
Re: Multi FLV Player

Hi Flep,

Nice work!! AGAIN !!!
Is it possible to create oneliners on cuepoints per video?

Kind regards
codo
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote

Flash Multi Gallery
  #26 (permalink)  
Old 08-07-08, 11:30
Junior Member
 
Join Date: Jul 2008
Posts: 2
Rep Power: 0
angie373 is on a distinguished road
Re: Multi FLV Player

Hi Flep,
Thanks for the great tutorial. It is along the lines of a project I am currently working on and having problems with. I have an FLV player similar to yours with thumbs, driven off an XML list (only I am using the List component). What I am trying to figure out is the best way to have multiple playlists - or categories. So that when a user clicks a button the playlist changes. In the future, I'm going to also have to incorporate using Flash Vars somehow I think (which I am new to as well) as I have to be able to use an HTML link to specific videos in a playlist. Can you tell me what is the best way to accomplish this? I'm new to Actionscript 3. Thanks for any help.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote

  #27 (permalink)  
Old 15-07-08, 09:26
Junior Member
 
Join Date: Jul 2008
Posts: 3
Rep Power: 0
DJ_Jr. is on a distinguished road
Re: Multi FLV Player

Hi Flep

maybe you can help me out.

can you come up with an AS and XML code with a playlist that has multiple catagories and has jpegs and flv. for example can have 3 catagories like Vacation Pictures (playlist of jpegs) Wedding Pictures (playlist of jpegs) Honymoon Video (playlist of flv)??

BTW i love this site i have learned so much from here KEEP IT UP
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote

  #28 (permalink)  
Old 31-08-08, 12:55
Junior Member
 
Join Date: Oct 2007
Posts: 1
Rep Power: 0
QuantumNetworks is on a distinguished road
Re: Multi FLV Player

This looks great, however I am unable to launch it locally as I get the error Flash player stopped a potenntially unsafe application, the following local application on your computer network c:\blah blah blah is trying to communicate wth the internet enabled location www.flepstudio.com.

I changed loadingxml.as URLRequest to C:\blah blah whatever local location.

Any ideas, I want to launch it locally to make changes, I need to make the flv viewing window bigger as its a little too small. Any help in these issues would greatly be appreciated.

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

  #29 (permalink)  
Old 03-09-08, 19:25
Junior Member
 
Join Date: Sep 2008
Posts: 1
Rep Power: 0
Grazia is on a distinguished road
Re: Multi FLV Player

Everything works fine but I can't change the position of the player. It's stuck at the bottom of the page and I can't see the thumbnails. How can I move or center it on the page????Help
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote

  #30 (permalink)  
Old 18-09-08, 23:41
Junior Member
 
Join Date: Apr 2008
Posts: 1
Rep Power: 0
phoenixcoyotes is on a distinguished road
Re: Multi FLV Player

What is the best way to embed this into a MC of a different swf. I tried to embed the main.swf using AS3 similar to below but I received this error:

TypeError: Error #1009: Cannot access a property or method of a null object reference.
at Main/init()
at Main()

Code:
var FLVLoader:Loader = new Loader();
addChild(FLVLoader);
var FLVURL:URLRequest = new URLRequest("MultiFLVPlayer/main.swf");
FLVLoader.load(FLVURL);
FLVLoader.x  = 0;
FLVLoader.y = 0;
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 Audio Player Flep FlepStudio utilities 28 18-11-08 07:51
Multi Video Player Flep Utilità di FlepStudio 29 12-11-08 11:38
Web flv player bastek89 FlepStudio users utilities 3 04-05-08 10:46
[AS2] Multi Video/Audio Player HELP! gnosis Flash CS3 eng 3 14-03-08 09:15
multi player audio azeloth AIUTO utilità free 1 04-09-07 11:52


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


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


FlepStudio
by Filippo Lughi
P.IVA 03605860406