I would like to know how to embed this player in to my site, which is done with Actionscript 3.
the code I did already put is:
var loaderdire:Loader = new Loader();
loaderdire.contentLoaderInfo.addEventListener(Event.COMPLETE, onCompletedire);
loaderdire.load(new URLRequest("Films/Director/mediaplayer.swf"));
function onCompletedire(e:Event):void
{
reprodire.addChild(loaderdire);
trace("Player loaded")
}
The player gets loaded but stays at the loading animation.
Thank you for helping.
Regards, Sake
I'm in this boat too and haven't figured out how to send configuration parameters to the player so it can load up a file. I just get the view that you see if you open the fla directly. I see no player, just all its assets.
This really ought to be a wiki page I think.