Hi everybody,
I'm trying to develop a plugin to change dinamicaly the logo position without hard-coding it and taking care of logo and video size.
To do that i'm setting up a local veersion of the Player, reading the Wiki and doing a search over this forum and the entire web.
I'm trying to start but I'm stuck on the easyer phase of this, changing the "basedir" to point to my localhost insthead of Longtail's servers. I've read that i have to edit the file Player.as and change the "basedir" variable and that it is arround the line 74. But is not, i searched all the file but i dont see this var.
Where i can find it? There is only one Player.as file on the project, so i cannot be editing the wrong file, right?

Finally found it, now the variable is not on Player.as, it is on SPLoader.as [http://developer.longtailvideo.com/trac/browser/trunk/as3/com/jeroenwijering/player/SPLoader.as]
Editing this and recompiling the code worked well for me.