Quote:
Originally Posted by dmerrill
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.