function startFlvEmbeded(){
var emb=new PluginEmbeder()
emb.addAttribute("id","flvEmbeded")
emb.addAttribute("width",590)
emb.addAttribute("height",350)
emb.addAttribute("file","/modules/VideoPlayer/VideoStandalone2.swf")
emb.addAttribute("wmode","transparent")
emb.addVariable("isHTML","true")
emb.addVariable("movieURL",prezentacjaMovie)
emb.addVariable("knobXMaxMax",285)
emb.addVariable("progressLineWidthMax",293)
emb.assignToElement("prezentacjaMovieContent")
}
onLoadQueue.appendOnLoad(startFlvEmbeded)
