
Flash plugin, how to change file to load?
Hello, I've been following the helloWorld tutorial for creating plugins for JWPlayer but I've just hit a wall, I can't seem to interact with the player itself, for example, how do I avoid loading the video?
I have:
public function initPlugin(player:IPlayer, config:PluginConfig):void {
api = player;
// How should I interact with the player? Making it load another video, etc?
};
Thanks