// <![CDATA[

var topflash = new FlashObject("common/images/topflash.swf", "topflash", "1000", "340", "6", "#000000");
// フラッシュムービーでflashVarsパラメータを使っている場合
// 以下の構文で設定できる。
topflash.addVariable("flashVarName", "this is passed in via FlashVars");
topflash.addParam("loop", "false");
topflash.addParam("quality", "high");
topflash.write("flashcontent");

// ]]>

