View Single Post

  #21 (permalink)  
Old 05-06-08, 08:58
Flep Flep is offline
Administrator
 
Join Date: Jul 2007
Location: Cesena
Posts: 4,488
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 !
Reply With Quote