Are the codes below correct? I inserted them after // adding the flash parameter and it did not work. Thanks.
//Build Javascript
$this->js = “;\nvar”; . $this->id . ” = {“;
$this->js .= $this->add_js_parameters(`params’, $this->params) . “,\n”;
+ //JHH
+ $this->flashvars[autostart'] =
false’ ;
+//END
$this->js .= $this->add_js_parameters(`flashvars’, $this->flashvars) . “,\n”;
$this->js .= $this->add_js_parameters(`attr’;, $this->attributes) . “,\n”;
$this->js .= “\tstart : function() {“; . “\n\t\t”;
$this->js .= $this->embedSWF;
$this->js .= “\t}\n}\n;
$this->js .= $this->id . `.start();’;