See the example below, where api is your flowplayer instance and replaceclip is the one you want to run.
var api = flashembed("player", {src:'FlowPlayerDark.swf'}, {config: ...}}); var replaceclip = {'url':'myvideo.mp4', 'autoplay':true}; <button onClick="api.playClip(replaceclip)">Play</button>
source share