FlexPlayer用のHTMLを書く次のJavaScriptがあります。
document.writeln("<object width=\"489\" height=\"414\" FlashVars=\""+videoSource+"\">");
document.writeln("<param name=FlashVars value='sourceUrl=videoSource'>");
私は持っている必要がありFlashVars="sourceUrl=videoSource"
ます; ここで、videoSourceは現在のビデオ用にPHPから取得する変数であり、sourceUrlはFlexプレーヤーから可変です。このFlashVars構文が私を怒らせているので、最初の行を修復してください。