Hi all,
I want to insert all parameters (given by the setup wizard):
var s1 = new SWFObject('player.swf','player','400','300','9');
s1.addParam('allowfullscreen','true');
s1.addParam('allowscriptaccess','always');
s1.addParam('flashvars','file=video.flv');
...
under the FLA code instead of in the HTML page with the reference of the player.swf.
I have find any example of mediaplayer in the url
http://developer.longtailvideo.com/trac/browser/tags which indeed find with video playing in playlist e.g. mediaplayer-4.5
I think the best is an example which of this mediaplayer which work.
If someone have an idea?
Thanks in advance...

Nobody have any idea? I just need to launch a player playlist youtube SWF including all the needed parameters with the xml playlist including the FLV names in a flash file (*.fla).
Thank you...